Searched refs:BLOCK_32X32 (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_common_data.c | 78 BLOCK_32X32, BLOCK_32X64, BLOCK_64X32, 97 BLOCK_32X32, 112 BLOCK_32X32, // TX_32X32 135 {{BLOCK_32X32, BLOCK_32X16}, {BLOCK_16X32, BLOCK_16X16}}, 136 {{BLOCK_32X64, BLOCK_32X32}, {BLOCK_INVALID, BLOCK_16X32}}, 137 {{BLOCK_64X32, BLOCK_INVALID}, {BLOCK_32X32, BLOCK_32X16}}, 138 {{BLOCK_64X64, BLOCK_64X32}, {BLOCK_32X64, BLOCK_32X32}},
|
D | vp9_mfqe.c | 81 } else if (block_size == BLOCK_32X32) { in apply_ifactor() 141 } else if (bs == BLOCK_32X32) { in copy_block() 156 } else if (bs == BLOCK_32X32) { in get_thr() 176 } else if (bs == BLOCK_32X32) { in mfqe_block() 251 bs_tmp = BLOCK_32X32; in mfqe_partition() 284 bs_tmp = BLOCK_32X32; in mfqe_partition()
|
D | vp9_enums.h | 53 #define BLOCK_32X32 9 macro
|
D | vp9_loopfilter.c | 1010 case BLOCK_32X32: in vp9_setup_mask()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_speed_features.c | 85 sf->max_intra_bsize = BLOCK_32X32; in set_good_speed_feature_framesize_dependent() 338 sf->inter_mode_mask[BLOCK_32X32] = INTER_NEAREST_NEAR_NEW; in set_rt_speed_feature() 342 sf->max_intra_bsize = BLOCK_32X32; in set_rt_speed_feature() 350 sf->default_max_partition_size = BLOCK_32X32; in set_rt_speed_feature() 358 sf->inter_mode_mask[BLOCK_32X32] = INTER_NEAREST_NEW_ZERO; in set_rt_speed_feature()
|
D | vp9_encodeframe.c | 164 return BLOCK_32X32; in get_rd_var_based_fixed_partition() 325 case BLOCK_32X32: { in tree_to_node() 432 (bsize > BLOCK_32X32 || in set_vt_partitioning() 710 const BLOCK_SIZE bsize = BLOCK_32X32 in choose_partitioning() 893 fill_variance_tree(&vt.split[i], BLOCK_32X32); in choose_partitioning() 918 if (!set_vt_partitioning(cpi, x, xd, &vt.split[i], BLOCK_32X32, in choose_partitioning() 1642 mi_8x8[index]->mbmi.sb_type = BLOCK_32X32; in set_source_var_based_partition() 2110 BLOCK_16X16, BLOCK_32X32, BLOCK_32X32, 2111 BLOCK_32X32, BLOCK_64X64, BLOCK_64X64, 2151 BLOCK_32X32, BLOCK_32X32, BLOCK_32X32, [all …]
|
D | vp9_context_tree.c | 17 BLOCK_32X32,
|
D | vp9_encoder.c | 1067 HIGHBD_BFP(BLOCK_32X32, in MAKE_BFP_SADAVG_WRAPPER() 1199 HIGHBD_BFP(BLOCK_32X32, in MAKE_BFP_SADAVG_WRAPPER() 1331 HIGHBD_BFP(BLOCK_32X32, in MAKE_BFP_SADAVG_WRAPPER() 1871 BFP(BLOCK_32X32, vpx_sad32x32, vpx_sad32x32_avg, in vp9_create_compressor()
|
D | vp9_pickmode.c | 1411 if (bsize > BLOCK_32X32 && in vp9_pick_inter_mode()
|
/external/libvpx/libvpx/test/ |
D | vp9_denoiser_sse2_test.cc | 99 BLOCK_32X16, BLOCK_32X32, BLOCK_32X64, BLOCK_64X32,
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_denoiser_sse2.c | 365 bs == BLOCK_32X16|| bs == BLOCK_32X32 || bs == BLOCK_32X64 || in vp9_denoiser_filter_sse2()
|