/external/libvpx/libvpx/vp9/common/ |
D | vp9_common_data.c | 77 BLOCK_16X16, BLOCK_16X32, BLOCK_32X16, 96 BLOCK_16X16, BLOCK_INVALID, BLOCK_INVALID, 111 BLOCK_16X16, // TX_16X16 132 {{BLOCK_16X16, BLOCK_16X8}, {BLOCK_8X16, BLOCK_8X8}}, 133 {{BLOCK_16X32, BLOCK_16X16}, {BLOCK_INVALID, BLOCK_8X16}}, 134 {{BLOCK_32X16, BLOCK_INVALID}, {BLOCK_16X16, BLOCK_16X8}}, 135 {{BLOCK_32X32, BLOCK_32X16}, {BLOCK_16X32, BLOCK_16X16}},
|
D | vp9_mfqe.c | 77 if (block_size == BLOCK_16X16) { in apply_ifactor() 137 if (bs == BLOCK_16X16) { in copy_block() 154 if (bs == BLOCK_16X16) { in get_thr() 173 if (bs == BLOCK_16X16) { in mfqe_block() 212 cur_bs >= BLOCK_16X16 && in mfqe_decision() 234 if (bs == BLOCK_16X16) { in mfqe_partition() 254 bs_tmp = BLOCK_16X16; in mfqe_partition() 287 bs_tmp = BLOCK_16X16; in mfqe_partition()
|
D | vp9_enums.h | 50 #define BLOCK_16X16 6 macro
|
D | vp9_loopfilter.c | 1040 case BLOCK_16X16: in vp9_setup_mask()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mbgraph.c | 35 const vp9_variance_fn_ptr_t v_fn_ptr = cpi->fn_ptr[BLOCK_16X16]; in do_16x16_motion_iteration() 54 vp9_full_pixel_search(cpi, x, BLOCK_16X16, &ref_full, step_param, in do_16x16_motion_iteration() 75 vp9_build_inter_predictors_sby(xd, mb_row, mb_col, BLOCK_16X16); in do_16x16_motion_iteration() 257 mi_local.mbmi.sb_type = BLOCK_16X16; in update_mbgraph_frame_stats()
|
D | vp9_speed_features.c | 43 return BLOCK_16X16; in set_partition_min_limit() 123 sf->use_square_only_threshold = BLOCK_16X16; in set_good_speed_feature() 379 if (i >= BLOCK_16X16) in set_rt_speed_feature() 513 sf->always_this_block_size = BLOCK_16X16; in vp9_set_speed_features_framesize_independent()
|
D | vp9_encodeframe.c | 166 return BLOCK_16X16; in get_rd_var_based_fixed_partition() 332 case BLOCK_16X16: { in tree_to_node() 525 cpi->vbp_bsize_min = BLOCK_16X16; in vp9_set_variance_partition_thresholds() 829 fill_variance_tree(&vt.split[i].split[j], BLOCK_16X16); in choose_partitioning() 890 fill_variance_tree(vtemp, BLOCK_16X16); in choose_partitioning() 913 thresholds[0], BLOCK_16X16, force_split[0])) { in choose_partitioning() 920 thresholds[1], BLOCK_16X16, in choose_partitioning() 931 if (!set_vt_partitioning(cpi, x, xd, vtemp, BLOCK_16X16, in choose_partitioning() 1219 const int energy = bsize <= BLOCK_16X16 ? x->mb_energy in rd_pick_sb_modes() 1263 (aq_mode == COMPLEXITY_AQ) && (bsize >= BLOCK_16X16) && in rd_pick_sb_modes() [all …]
|
D | vp9_context_tree.c | 16 BLOCK_16X16,
|
D | vp9_temporal_filter.c | 250 vp9_full_pixel_search(cpi, x, BLOCK_16X16, &best_ref_mv1_full, step_param, in temporal_filter_find_matching_mb_c() 260 &cpi->fn_ptr[BLOCK_16X16], in temporal_filter_find_matching_mb_c()
|
D | vp9_denoiser.c | 326 if (bs <= BLOCK_16X16 && denoiser->denoising_on) { in vp9_denoiser_denoise() 568 int bsize = BLOCK_16X16; in vp9_denoiser_update_noise_estimate()
|
D | vp9_aq_cyclicrefresh.c | 103 else if (bsize >= BLOCK_16X16 && in candidate_refresh_aq()
|
D | vp9_encoder.c | 1087 HIGHBD_BFP(BLOCK_16X16, in MAKE_BFP_SADAVG_WRAPPER() 1219 HIGHBD_BFP(BLOCK_16X16, in MAKE_BFP_SADAVG_WRAPPER() 1351 HIGHBD_BFP(BLOCK_16X16, in MAKE_BFP_SADAVG_WRAPPER() 1881 BFP(BLOCK_16X16, vpx_sad16x16, vpx_sad16x16_avg, in vp9_create_compressor()
|
D | vp9_firstpass.c | 459 return 2 * mb_row + 1 < cm->mi_rows ? BLOCK_16X16 in get_bsize() 677 (bsize >= BLOCK_16X16 ? TX_16X16 : TX_8X8) : TX_4X4; in vp9_first_pass()
|
D | vp9_pickmode.c | 1098 const int reduction_fac = (bsize <= BLOCK_16X16) ? in vp9_pick_inter_mode() 1269 if (bsize < BLOCK_16X16) in vp9_pick_inter_mode()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.c | 1695 …near_sad[1] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, xd->dst.y_buffer - 16,xd->dst… in vp8_cal_sad() 1699 …near_sad[0] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, xd->dst.y_buffer - xd->dst.y_… in vp8_cal_sad() 1702 …near_sad[0] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, xd->dst.y_buffer - xd->dst.y_… in vp8_cal_sad() 1703 …near_sad[1] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, xd->dst.y_buffer - 16,xd->dst… in vp8_cal_sad() 1704 …near_sad[2] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, xd->dst.y_buffer - xd->dst.y_… in vp8_cal_sad() 1719 …near_sad[4] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, pre_y_buffer - pre_y_stride *… in vp8_cal_sad() 1721 …near_sad[5] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, pre_y_buffer - 16, pre_y_stri… in vp8_cal_sad() 1722 … near_sad[3] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, pre_y_buffer, pre_y_stride); in vp8_cal_sad() 1724 …near_sad[6] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, pre_y_buffer + 16, pre_y_stri… in vp8_cal_sad() 1726 …near_sad[7] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, pre_y_buffer + pre_y_stride *… in vp8_cal_sad() [all …]
|
D | temporal_filter.c | 195 &cpi->fn_ptr[BLOCK_16X16], in vp8_temporal_filter_find_matching_mb_c() 208 &cpi->fn_ptr[BLOCK_16X16], in vp8_temporal_filter_find_matching_mb_c()
|
D | pickinter.c | 605 &cpi->fn_ptr[BLOCK_16X16], in evaluate_inter_mode() 1159 &cpi->fn_ptr[BLOCK_16X16], in vp8_pick_inter_mode() 1197 &cpi->fn_ptr[BLOCK_16X16], in vp8_pick_inter_mode() 1205 &cpi->fn_ptr[BLOCK_16X16], in vp8_pick_inter_mode() 1226 &cpi->fn_ptr[BLOCK_16X16], in vp8_pick_inter_mode() 1249 &cpi->fn_ptr[BLOCK_16X16], in vp8_pick_inter_mode()
|
D | onyx_int.h | 229 BLOCK_16X16, enumerator
|
D | onyx_if.c | 2090 cpi->fn_ptr[BLOCK_16X16].sdf = vpx_sad16x16; in vp8_create_compressor() 2091 cpi->fn_ptr[BLOCK_16X16].vf = vpx_variance16x16; in vp8_create_compressor() 2092 cpi->fn_ptr[BLOCK_16X16].svf = vpx_sub_pixel_variance16x16; in vp8_create_compressor() 2093 cpi->fn_ptr[BLOCK_16X16].svf_halfpix_h = vpx_variance_halfpixvar16x16_h; in vp8_create_compressor() 2094 cpi->fn_ptr[BLOCK_16X16].svf_halfpix_v = vpx_variance_halfpixvar16x16_v; in vp8_create_compressor() 2095 cpi->fn_ptr[BLOCK_16X16].svf_halfpix_hv = vpx_variance_halfpixvar16x16_hv; in vp8_create_compressor() 2096 cpi->fn_ptr[BLOCK_16X16].sdx3f = vpx_sad16x16x3; in vp8_create_compressor() 2097 cpi->fn_ptr[BLOCK_16X16].sdx8f = vpx_sad16x16x8; in vp8_create_compressor() 2098 cpi->fn_ptr[BLOCK_16X16].sdx4df = vpx_sad16x16x4d; in vp8_create_compressor() 2141 cpi->fn_ptr[BLOCK_16X16].copymem = vp8_copy32xn; in vp8_create_compressor()
|
D | firstpass.c | 453 vp8_variance_fn_ptr_t v_fn_ptr = cpi->fn_ptr[BLOCK_16X16]; in first_pass_motion_search()
|
/external/libvpx/libvpx/test/ |
D | vp9_denoiser_sse2_test.cc | 98 BLOCK_8X16, BLOCK_16X8, BLOCK_16X16, BLOCK_16X32,
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_denoiser_sse2.c | 364 } else if (bs == BLOCK_16X8 || bs == BLOCK_16X16 || bs == BLOCK_16X32 || in vp9_denoiser_filter_sse2()
|