Home
last modified time | relevance | path

Searched defs:xblocks (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
DASTC_Decoder.cpp107 int xblocks, int yblocks, int zblocks, bool isUnsignedByte) in Decode()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImage.cpp1389 int xblocks = (mipLevelExtent.width + xBlockSize - 1) / xBlockSize; in decodeASTC() local
/third_party/ffmpeg/libavfilter/
Dvf_fieldmatch.c313 const int xblocks = ((width+xhalf)/blockx) + 1; in calc_combed_score() local