Searched refs:BLOCK_32X32 (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_common_data.c | 80 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}},
|
D | vp9_enums.h | 59 BLOCK_32X32, enumerator
|
D | vp9_loopfilter.c | 687 case BLOCK_32X32: in vp9_setup_mask()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_speed_features.c | 252 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()
|
D | vp9_encodeframe.c | 105 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 …]
|
D | vp9_context_tree.c | 17 BLOCK_32X32,
|
D | vp9_encoder.c | 972 BFP(BLOCK_32X32, vp9_sad32x32, vp9_sad32x32_avg, in vp9_create_compressor()
|
D | vp9_rdopt.c | 3012 if (bsize < BLOCK_32X32) { in vp9_rd_pick_inter_mode_sb()
|