Searched refs:y_count (Results 1 – 2 of 2) sorted by relevance
353 unsigned int y_count = y_end - y_start; in store_image_block() local354 unsigned int y_nudge = (bsd.ydim - y_count) * bsd.xdim; in store_image_block()
11043 std::atomic<int> y_count(0); in DecodeChunk()11053 while ((y = y_count++) < int(num_blocks)) { in DecodeChunk()