HomeSort by relevance Sort by last modified time
    Searched refs:blk_idx (Results 1 - 7 of 7) sorted by null

  /external/libaom/libaom/av1/encoder/
block.h 484 static INLINE void set_blk_skip(MACROBLOCK *x, int plane, int blk_idx,
487 x->blk_skip[blk_idx] |= 1UL << plane;
489 x->blk_skip[blk_idx] &= ~(1UL << plane);
494 x->blk_skip[blk_idx] |= 1UL << (1 + 4);
495 x->blk_skip[blk_idx] |= 1UL << (2 + 4);
499 x->blk_skip[blk_idx] &= ~(1UL << (plane + 4));
503 static INLINE int is_blk_skip(MACROBLOCK *x, int plane, int blk_idx) {
506 assert(!(x->blk_skip[blk_idx] & (1UL << (plane + 4))));
509 assert((x->blk_skip[blk_idx] & 0x88) == 0);
511 return (x->blk_skip[blk_idx] >> plane) & 1
    [all...]
rdopt.c 3503 const int blk_idx = local
5097 int blk_idx = 0; local
5251 int blk_idx = 0; local
    [all...]
  /external/fsverity-utils/
cmd_setup.c 149 u64 blk_idx; local
157 blk_idx = i;
161 blk_idx = hash_lvl_region_idx[lvl - 1] + i;
164 blk_idx << params->blockbits))
186 blk_idx = hash_lvl_region_idx[lvl] +
191 blk_idx << params->blockbits))
  /external/u-boot/fs/ext4/
ext4_common.c 477 int blk_idx; local
510 blk_idx = directory_blocks - 1;
514 first_block_no_of_root = read_allocated_block(g_parent_inode, blk_idx);
542 if (blk_idx > 0) {
544 blk_idx--;
633 int blk_idx; local
649 for (blk_idx = 0; blk_idx < directory_blocks; blk_idx++) {
650 blknr = read_allocated_block(parent_inode, blk_idx);
937 int blk_idx; local
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 115 const int blk_idx = VPXMAX(rel_ol_blk_row, 0) * 4 + VPXMAX(rel_ol_blk_col, 0); local
117 B_OVERLAP *b_ol_ul = &(b_overlaps[blk_idx]);
  /external/libhevc/decoder/
ihevcd_parse_slice.c 122 WORD32 blk_idx,
368 else if(blk_idx == 3)
390 if((3 != blk_idx) && (2 == log2_trafo_size))
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c 1314 unsigned blk_idx = nir_src_as_const_value(intr->src[0])->u32[0]; local
    [all...]

Completed in 492 milliseconds