Home
last modified time | relevance | path

Searched defs:yblocks (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DASTC_Decoder.cpp103 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 Dastcenc_entry.cpp855 int yblocks = (dim_y + block_y - 1) / block_y; in compress_image() local
1215 unsigned int yblocks = (image_out.dim_y + block_y - 1) / block_y; in astcenc_decompress_image() local
[all...]
H A Dastcenccli_image_load_store.cpp2501 unsigned int yblocks = (dim_y + block_y - 1) / block_y; in load_cimage() local
/third_party/ffmpeg/libavfilter/
H A Dvf_fieldmatch.c315 const int yblocks = ((height+yhalf)/blocky) + 1; in calc_combed_score() local
/third_party/backends/sanei/
H A Dsanei_magic.c799 int yblocks = (params->lines-yhalf)/yhalf; in sanei_magic_isBlank2() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImage.cpp1390 int yblocks = (mipLevelExtent.height + yBlockSize - 1) / yBlockSize; in decodeASTC() local

Completed in 12 milliseconds