Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_image.cpp517 float* data32_row = data32 + (4 * x_size * y) + (4 * x_start); in store_image_block() local
549 store(color, data32_row); in store_image_block()
550 data32_row += 4; in store_image_block()