Searched refs:blk_idx (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | block.h | 484 static INLINE void set_blk_skip(MACROBLOCK *x, int plane, int blk_idx, in set_blk_skip() argument 487 x->blk_skip[blk_idx] |= 1UL << plane; in set_blk_skip() 489 x->blk_skip[blk_idx] &= ~(1UL << plane); in set_blk_skip() 494 x->blk_skip[blk_idx] |= 1UL << (1 + 4); in set_blk_skip() 495 x->blk_skip[blk_idx] |= 1UL << (2 + 4); in set_blk_skip() 499 x->blk_skip[blk_idx] &= ~(1UL << (plane + 4)); in set_blk_skip() 503 static INLINE int is_blk_skip(MACROBLOCK *x, int plane, int blk_idx) { in is_blk_skip() argument 506 assert(!(x->blk_skip[blk_idx] & (1UL << (plane + 4)))); in is_blk_skip() 509 assert((x->blk_skip[blk_idx] & 0x88) == 0); in is_blk_skip() 511 return (x->blk_skip[blk_idx] >> plane) & 1; in is_blk_skip()
|
D | rdopt.c | 3503 const int blk_idx = in block_rd_txfm() local 3508 set_blk_skip(x, plane, blk_idx, x->plane[plane].eobs[block] == 0); in block_rd_txfm() 3510 set_blk_skip(x, plane, blk_idx, 0); in block_rd_txfm() 5097 int blk_idx = 0; in get_mean_dev_features() local 5105 mean_buf[blk_idx] = mean; in get_mean_dev_features() 5106 dev_buf[blk_idx++] = dev; in get_mean_dev_features() 5109 if (blk_idx > 1) { in get_mean_dev_features() 5112 get_mean_and_dev_float(mean_buf, 1, 1, blk_idx, &mean, &dev); in get_mean_dev_features() 5115 get_mean_and_dev_float(dev_buf, 1, 1, blk_idx, &mean, &dev); in get_mean_dev_features() 5251 int blk_idx = 0; in try_tx_block_split() local [all …]
|
/external/fsverity-utils/ |
D | cmd_setup.c | 149 u64 blk_idx; in build_merkle_tree() local 157 blk_idx = i; in build_merkle_tree() 161 blk_idx = hash_lvl_region_idx[lvl - 1] + i; in build_merkle_tree() 164 blk_idx << params->blockbits)) in build_merkle_tree() 186 blk_idx = hash_lvl_region_idx[lvl] + in build_merkle_tree() 191 blk_idx << params->blockbits)) in build_merkle_tree()
|
/external/u-boot/fs/ext4/ |
D | ext4_common.c | 477 int blk_idx; in ext4fs_update_parent_dentry() local 510 blk_idx = directory_blocks - 1; in ext4fs_update_parent_dentry() 514 first_block_no_of_root = read_allocated_block(g_parent_inode, blk_idx); in ext4fs_update_parent_dentry() 542 if (blk_idx > 0) { in ext4fs_update_parent_dentry() 544 blk_idx--; in ext4fs_update_parent_dentry() 633 int blk_idx; in search_dir() local 649 for (blk_idx = 0; blk_idx < directory_blocks; blk_idx++) { in search_dir() 650 blknr = read_allocated_block(parent_inode, blk_idx); in search_dir() 937 int blk_idx; in ext4fs_filename_unlink() local 946 for (blk_idx = 0; blk_idx < directory_blocks; blk_idx++) { in ext4fs_filename_unlink() [all …]
|
/external/libvpx/libvpx/vp8/decoder/ |
D | error_concealment.c | 115 const int blk_idx = VPXMAX(rel_ol_blk_row, 0) * 4 + VPXMAX(rel_ol_blk_col, 0); in calculate_overlaps_mb() local 117 B_OVERLAP *b_ol_ul = &(b_overlaps[blk_idx]); in calculate_overlaps_mb()
|
/external/libhevc/decoder/ |
D | ihevcd_parse_slice.c | 122 WORD32 blk_idx, in ihevcd_parse_transform_tree() argument 368 else if(blk_idx == 3) in ihevcd_parse_transform_tree() 390 if((3 != blk_idx) && (2 == log2_trafo_size)) in ihevcd_parse_transform_tree()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 1314 unsigned blk_idx = nir_src_as_const_value(intr->src[0])->u32[0]; in emit_intrinsic_ssbo_size() local 1316 ctx->so->const_layout.ssbo_size.off[blk_idx]; in emit_intrinsic_ssbo_size() 1318 debug_assert(ctx->so->const_layout.ssbo_size.mask & (1 << blk_idx)); in emit_intrinsic_ssbo_size()
|