Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLESTextureUtils.cpp586 const size_t blocks_wide = (width + fpWidth - 1) / fpWidth; in getAstcCompressedSize() local
587 if (blocks_wide == 0) { in getAstcCompressedSize()