Searched defs:xblocks (Results 1 - 6 of 6) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | ASTC_Decoder.cpp | 103 Decode(const unsigned char *source, unsigned char *dest, int destWidth, int destHeight, int destDepth, int bytes, int destPitchB, int destSliceB, int xBlockSize, int yBlockSize, int zBlockSize, int xblocks, int yblocks, int zblocks, bool isUnsignedByte) Decode() argument
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_entry.cpp | 854 int xblocks = (dim_x + block_x - 1) / block_x; in compress_image() local 1214 unsigned int xblocks = (image_out.dim_x + block_x - 1) / block_x; in astcenc_decompress_image() local [all...] |
| H A D | astcenccli_image_load_store.cpp | 2500 unsigned int xblocks = (dim_x + block_x - 1) / block_x; in load_cimage() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_fieldmatch.c | 313 const int xblocks = ((width+xhalf)/blockx) + 1; in calc_combed_score() local
|
| /third_party/backends/sanei/ |
| H A D | sanei_magic.c | 798 int xblocks = (params->pixels_per_line-xhalf)/xhalf; in sanei_magic_isBlank2() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkImage.cpp | 1389 int xblocks = (mipLevelExtent.width + xBlockSize - 1) / xBlockSize; in decodeASTC() local
|
Completed in 12 milliseconds