Searched refs:block_shift (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/agg23/ |
D | agg_path_storage.h | 24 block_shift = 8, enumerator 25 block_size = 1 << block_shift, 95 unsigned nb = idx >> block_shift; in vertex() 103 return m_cmd_blocks[idx >> block_shift][idx & block_mask]; in command() 107 return m_cmd_blocks[idx >> block_shift][idx & block_mask] & path_flags_jr; in getflag() 147 unsigned nb = m_total_vertices >> block_shift; in storage_ptrs()
|
D | agg_array.h | 160 block_shift = S, enumerator 161 block_size = 1 << block_shift, 208 return m_blocks[i >> block_shift][i & block_mask]; 212 return m_blocks[i >> block_shift][i & block_mask]; 216 return m_blocks[i >> block_shift][i & block_mask]; in at() 220 return m_blocks[i >> block_shift][i & block_mask]; in at() 224 return m_blocks[i >> block_shift][i & block_mask]; in value_at() 287 unsigned nb = (size + block_mask) >> block_shift; in free_tail() 356 unsigned nb = m_size >> block_shift; in data_ptr()
|
/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 272 tq_blocks[hcounter] |= tdata << block_shift[lcounter]; in decode_ise() 280 static const int block_shift[3] = { 0, 3, 5 }; in decode_ise() local 285 tq_blocks[hcounter] |= tdata << block_shift[lcounter]; in decode_ise()
|
/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 51 const int block_size = 1 << block_shift; in nand_spl_load_image() 87 out_be32(®s->fbar, offs >> block_shift); in nand_spl_load_image()
|
/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 1408 assert(block_shift <= 64); in av1_store_bitmask_other_info() 1410 (block_shift == 64) ? 0xffffffffffffffff : ((uint64_t)1 << block_shift); in av1_store_bitmask_other_info() 1411 const uint64_t left_edge_shift = (block_shift == 64) in av1_store_bitmask_other_info()
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | nsx_core.c | 1580 int block_shift = inst->anaLen - inst->blockLen10ms; in WebRtcNsx_ProcessCore() local 1582 block_shift * sizeof(*inst->dataBufHBFX[i])); in WebRtcNsx_ProcessCore() 1583 memcpy(inst->dataBufHBFX[i] + block_shift, speechFrameHB[i], in WebRtcNsx_ProcessCore()
|
/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 2049 coord = LLVMBuildLShr(builder, coord, block_shift, ""); in lp_build_sample_partial_offset()
|