Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_image.cpp353 unsigned int y_count = y_end - y_start; in store_image_block() local
354 unsigned int y_nudge = (bsd.ydim - y_count) * bsd.xdim; in store_image_block()
Dtinyexr.h11043 std::atomic<int> y_count(0); in DecodeChunk()
11053 while ((y = y_count++) < int(num_blocks)) { in DecodeChunk()