Searched defs:block_shift (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/astc-encoder/Source/ |
D | astc_integer_sequence.cpp | 267 static const int block_shift[5] = { 0, 2, 4, 5, 7 }; in decode_ise() local 280 static const int block_shift[3] = { 0, 3, 5 }; in decode_ise() local
|
/external/u-boot/drivers/mtd/nand/raw/ |
D | fsl_elbc_spl.c | 50 const int block_shift = large ? 17 : 14; in nand_spl_load_image() local
|
/external/pdfium/third_party/agg23/ |
D | agg_path_storage.h | 24 block_shift = 8, enumerator
|
D | agg_array.h | 160 block_shift = S, enumerator
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | nsx_core.c | 1580 int block_shift = inst->anaLen - inst->blockLen10ms; in WebRtcNsx_ProcessCore() local
|
/external/libaom/libaom/av1/common/ |
D | loopfiltermask.c | 1407 const int block_shift = shift + mi_size_wide[bsize]; in av1_store_bitmask_other_info() local
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 2046 LLVMValueRef block_shift = lp_build_const_int_vec(bld->gallivm, bld->type, logbase2); in lp_build_sample_partial_offset() local
|