Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_R11EAC.cpp424 static uint64_t compress_r11eac_block_fast(const uint8_t* src, size_t rowBytes) { in compress_r11eac_block_fast() function
478 *encPtr = compress_r11eac_block_fast(src + 4*x, rowBytes); in compress_a8_to_r11eac_fast()
604 *(reinterpret_cast<uint64_t*>(dst)) = compress_r11eac_block_fast(src, srcRowBytes); in CompressA8Horizontal()