Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_common_data.c80 BLOCK_32X32, BLOCK_32X64, BLOCK_64X32,
99 BLOCK_32X32,
114 BLOCK_32X32, // TX_32X32
137 {{BLOCK_32X32, BLOCK_32X16}, {BLOCK_16X32, BLOCK_16X16}},
138 {{BLOCK_32X64, BLOCK_32X32}, {BLOCK_INVALID, BLOCK_16X32}},
139 {{BLOCK_64X32, BLOCK_INVALID}, {BLOCK_32X32, BLOCK_32X16}},
140 {{BLOCK_64X64, BLOCK_64X32}, {BLOCK_32X64, BLOCK_32X32}},
Dvp9_enums.h59 BLOCK_32X32, enumerator
Dvp9_loopfilter.c687 case BLOCK_32X32: in vp9_setup_mask()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c252 sf->inter_mode_mask[BLOCK_32X32] = INTER_NEAREST_NEAR_NEW; in set_rt_speed_feature()
256 sf->max_intra_bsize = BLOCK_32X32; in set_rt_speed_feature()
264 sf->max_partition_size = BLOCK_32X32; in set_rt_speed_feature()
314 sf->max_intra_bsize = BLOCK_32X32; in set_rt_speed_feature()
Dvp9_encodeframe.c105 return BLOCK_32X32; in get_rd_var_based_fixed_partition()
121 return BLOCK_32X32; in get_nonrd_var_based_fixed_partition()
271 case BLOCK_32X32: { in tree_to_node()
449 fill_variance_tree(&vt.split[i], BLOCK_32X32); in choose_partitioning()
461 if (!set_vt_partitioning(cpi, &vt.split[i], BLOCK_32X32, in choose_partitioning()
578 if (bsize < BLOCK_32X32) { in update_state()
1213 mi_8x8[index]->mbmi.sb_type = BLOCK_32X32; in set_source_var_based_partition()
1712 BLOCK_16X16, BLOCK_32X32, BLOCK_32X32,
1713 BLOCK_32X32, BLOCK_64X64, BLOCK_64X64,
1750 BLOCK_32X32, BLOCK_32X32, BLOCK_32X32,
[all …]
Dvp9_context_tree.c17 BLOCK_32X32,
Dvp9_encoder.c972 BFP(BLOCK_32X32, vp9_sad32x32, vp9_sad32x32_avg, in vp9_create_compressor()
Dvp9_rdopt.c3012 if (bsize < BLOCK_32X32) { in vp9_rd_pick_inter_mode_sb()