Searched refs:block_shift (Results 1 – 6 of 6) 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/u-boot/drivers/mtd/nand/ |
D | fsl_elbc_spl.c | 45 const int block_shift = large ? 17 : 14; in nand_spl_load_image() local 46 const int block_size = 1 << block_shift; in nand_spl_load_image() 82 out_be32(®s->fbar, offs >> block_shift); in nand_spl_load_image()
|
/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 | 2009 LLVMValueRef block_shift = lp_build_const_int_vec(bld->gallivm, bld->type, logbase2); in lp_build_sample_partial_offset() local 2012 coord = LLVMBuildLShr(builder, coord, block_shift, ""); in lp_build_sample_partial_offset()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1533 const int block_shift = shift + mi_size_wide[bsize]; in store_bitmask_other_info() local 1534 assert(block_shift <= 64); in store_bitmask_other_info() 1536 (block_shift == 64) ? 0xffffffffffffffff : ((uint64_t)1 << block_shift); in store_bitmask_other_info() 1537 const uint64_t left_edge_shift = (block_shift == 64) in store_bitmask_other_info()
|