Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_image.cpp345 unsigned int x_start = xpos; in store_image_block() local
347 unsigned int x_count = x_end - x_start; in store_image_block()
378 uint8_t* data8_row = data8 + (4 * x_size * y) + (4 * x_start); in store_image_block()
455 uint16_t* data16_row = data16 + (4 * x_size * y) + (4 * x_start); in store_image_block()
517 float* data32_row = data32 + (4 * x_size * y) + (4 * x_start); in store_image_block()