Searched refs:numYBlocks (Results 1 – 3 of 3) sorted by relevance
93 int numYBlocks = num_4x4_blocks(kImgHeight); in make_compressed_data() local95 for (int y = 0; y < numYBlocks; ++y) { in make_compressed_data()97 dstBlocks[y*numXBlocks + x] = (y < numYBlocks/2) ? transBlock : opaqueBlock; in make_compressed_data()
90 int numYBlocks = num_4x4_blocks(dimensions.height()); in decompress_etc1() local92 for (int y = 0; y < numYBlocks; ++y) { in decompress_etc1()185 int numYBlocks = num_4x4_blocks(dimensions.height()); in decompress_bc1() local189 for (int y = 0; y < numYBlocks; ++y) { in decompress_bc1()
249 int numYBlocks = num_4x4_blocks(pixmap.height()); in GrTwoColorBC1Compress() local251 for (int y = 0; y < numYBlocks; ++y) { in GrTwoColorBC1Compress()