Home
last modified time | relevance | path

Searched refs:BLOCK_32X32 (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_common_data.c80 BLOCK_32X32, BLOCK_32X64, BLOCK_64X32,
99 BLOCK_32X32,
130 {{BLOCK_32X32, BLOCK_32X16}, {BLOCK_16X32, BLOCK_16X16}},
131 {{BLOCK_32X64, BLOCK_32X32}, {BLOCK_INVALID, BLOCK_16X32}},
132 {{BLOCK_64X32, BLOCK_INVALID}, {BLOCK_32X32, BLOCK_32X16}},
133 {{BLOCK_64X64, BLOCK_64X32}, {BLOCK_32X64, BLOCK_32X32}},
Dvp9_enums.h39 BLOCK_32X32, enumerator
Dvp9_loopfilter.c686 case BLOCK_32X32: in vp9_setup_mask()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_speed_features.c250 sf->disable_inter_mode_mask[BLOCK_32X32] = 1 << INTER_OFFSET(ZEROMV); in set_rt_speed_feature()
254 sf->max_intra_bsize = BLOCK_32X32; in set_rt_speed_feature()
258 sf->max_partition_size = BLOCK_32X32; in set_rt_speed_feature()
Dvp9_block.h208 case BLOCK_32X32: in get_block_context()
Dvp9_encodeframe.c56 case BLOCK_32X32: in get_sb_index()
139 return BLOCK_32X32; in get_rd_var_based_fixed_partition()
155 return BLOCK_32X32; in get_nonrd_var_based_fixed_partition()
365 case BLOCK_32X32: { in tree_to_node()
544 fill_variance_tree(&vt.split[i], BLOCK_32X32); in choose_partitioning()
556 if (!set_vt_partitioning(cpi, &vt.split[i], tile, BLOCK_32X32, in choose_partitioning()
906 if (bsize < BLOCK_32X32) { in update_state()
1146 case BLOCK_32X32: in get_sb_partitioning()
1874 BLOCK_16X16, BLOCK_32X32, BLOCK_32X32,
1875 BLOCK_32X32, BLOCK_64X64, BLOCK_64X64,
[all …]
Dvp9_onyx_if.c1100 } else if (i < BLOCK_32X32) { in init_pick_mode_context()
1138 } else if (i < BLOCK_32X32) { in free_pick_mode_context()
1432 BFP(BLOCK_32X32, vp9_sad32x32, vp9_sad32x32_avg, in vp9_create_compressor()
Dvp9_rdopt.c499 bs = BLOCK_32X32; in model_rd_for_sb_y_tx()
3636 if (bsize < BLOCK_32X32) { in vp9_rd_pick_inter_mode_sb()
4345 if (bsize < BLOCK_32X32) { in vp9_rd_pick_inter_mode_sub8x8()