Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_R11EAC.cpp286 int blocksY = height >> 2; in compress_4x4_a8_to_64bit() local
290 for (int y = 0; y < blocksY; ++y) { in compress_4x4_a8_to_64bit()
472 const int blocksY = height >> 2; in compress_a8_to_r11eac_fast() local
475 for (int y = 0; y < blocksY; ++y) { in compress_a8_to_r11eac_fast()
DSkTextureCompressor.cpp113 const int blocksY = height / dimY; in GetCompressedDataSize() local
115 return blocksX * blocksY * encodedBlockSize; in GetCompressedDataSize()
DSkTextureCompressor_LATC.cpp96 int blocksY = height >> 2; in compress_4x4_a8_to_64bit() local
100 for (int y = 0; y < blocksY; ++y) { in compress_4x4_a8_to_64bit()
/external/skia/src/opts/
DSkTextureCompressor_opts.h223 const int blocksY = height >> 2; in compress_a8_r11eac() local
228 for (int y = 0; y < blocksY; ++y) { in compress_a8_r11eac()