Home
last modified time | relevance | path

Searched refs:data16_row (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_image.cpp455 uint16_t* data16_row = data16 + (4 * x_size * y) + (4 * x_start); in store_image_block() local
494 data16_row[0] = static_cast<uint16_t>(color.lane<0>()); in store_image_block()
495 data16_row[1] = static_cast<uint16_t>(color.lane<1>()); in store_image_block()
496 data16_row[2] = static_cast<uint16_t>(color.lane<2>()); in store_image_block()
497 data16_row[3] = static_cast<uint16_t>(color.lane<3>()); in store_image_block()
498 data16_row += 4; in store_image_block()