Searched refs:xblocks (Results 1 - 7 of 7) sorted by relevance
/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 857 int block_count = zblocks * yblocks * xblocks; in compress_image() 859 int row_blocks = xblocks; in compress_image() 860 int plane_blocks = xblocks * yblocks; in compress_image() 974 int offset = ((z * yblocks + y) * xblocks + x) * 16; in compress_image() 979 offset = (z * yblocks + y) * xblocks + x; in compress_image() 1105 unsigned int xblocks = (image.dim_x + block_x - 1) / block_x; in astcenc_compress_image() 1110 size_t size_needed = xblocks * yblocks * zblocks * 16; in astcenc_compress_image() 1214 unsigned int xblocks = (image_out.dim_x + block_x - 1) / block_x; in astcenc_decompress_image() local 1217 unsigned int block_count = zblocks * yblocks * xblocks; in astcenc_decompress_image() [all...] |
H A D | astcenccli_image_load_store.cpp | 2500 unsigned int xblocks = (dim_x + block_x - 1) / block_x; in load_cimage() local 2504 size_t data_size = xblocks * yblocks * zblocks * 16; in load_cimage()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | ASTC_Decoder.cpp | 107 int xblocks, int yblocks, int zblocks, bool isUnsignedByte) in Decode() 123 for(int x = 0; x < xblocks; x++, source += 16) in Decode() 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
|
H A D | ASTC_Decoder.hpp | 21 int xblocks, int yblocks, int zblocks, bool isUnsignedByte);
|
/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 1393 if(xblocks <= 0 || yblocks <= 0 || zblocks <= 0) in decodeASTC() 1407 xBlockSize, yBlockSize, zBlockSize, xblocks, yblocks, zblocks, isUnsigned); in decodeASTC()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_fieldmatch.c | 313 const int xblocks = ((width+xhalf)/blockx) + 1; in calc_combed_score() local 314 const int xblocks4 = xblocks<<2; in calc_combed_score() 317 const int arraysize = (xblocks*yblocks)<<2; in calc_combed_score()
|
/third_party/backends/sanei/ |
H A D | sanei_magic.c | 798 int xblocks = (params->pixels_per_line-xhalf)/xhalf; in sanei_magic_isBlank2() local 813 for(xb=0; xb<xblocks; xb++){ in sanei_magic_isBlank2() 847 for(xb=0; xb<xblocks; xb++){ in sanei_magic_isBlank2()
|
Completed in 13 milliseconds