/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 33 MACROBLOCKD *xd, int mi_x, int mi_y, int ref, in enc_calc_subpel_params() argument 39 (void)mi_x; in enc_calc_subpel_params() 83 int bw, int bh, int mi_x, int mi_y) { in enc_build_inter_predictors() argument 85 mi_x, mi_y, enc_calc_subpel_params); in enc_build_inter_predictors() 89 const int mi_x = mi_col * MI_SIZE; in av1_enc_build_inter_predictor_y() local 99 av1_init_inter_params(&inter_pred_params, pd->width, pd->height, mi_y, mi_x, in av1_enc_build_inter_predictor_y() 118 const int mi_x = mi_col * MI_SIZE; in av1_enc_build_inter_predictor() local 121 xd->plane[plane].height, mi_x, mi_y); in av1_enc_build_inter_predictor() 147 const int mi_x = (xd->mi_col + rel_mi_col) << MI_SIZE_LOG2; in build_obmc_prediction() local 176 mi_x >> pd->subsampling_x, pd->subsampling_x, in build_obmc_prediction() [all …]
|
D | nonrd_pickmode.c | 1167 const int mi_x = mi_row & 0xF; local 1170 const int i = mi_x >> 2; 1177 if (!mi_y && !mi_x) { 1179 } else if (!mi_y && mi_x) { 1184 if (!mi_y && !mi_x) { 1186 } else if (mi_y && !mi_x) { 1191 if (!mi_y && !mi_x) { 1193 } else if (mi_y && !mi_x) { 1195 } else if (!mi_y && mi_x) { 1197 } else if (mi_y && mi_x) {
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.c | 128 int mi_x, int mi_y) { in build_inter_predictors() argument 177 scaled_mv = vp9_scale_mv(&mv_q4, mi_x + x, mi_y + y, sf); in build_inter_predictors() 212 const int mi_x = mi_col * MI_SIZE; in build_inter_predictors_for_planes() local 228 mi_x, mi_y); in build_inter_predictors_for_planes() 230 build_inter_predictors(xd, plane, 0, bw, bh, 0, 0, bw, bh, mi_x, mi_y); in build_inter_predictors_for_planes()
|
/external/libaom/libaom/av1/common/ |
D | reconinter.c | 707 InterPredParams *inter_pred_params, MACROBLOCKD *xd, int mi_x, int mi_y, in av1_build_one_inter_predictor() argument 712 calc_subpel_params_func(src_mv, inter_pred_params, xd, mi_x, mi_y, ref, &src, in av1_build_one_inter_predictor() 764 int bw, int bh, int mi_x, int mi_y, in build_inter_predictors_sub8x8() argument 785 const int pre_x = (mi_x + MI_SIZE * col_start) >> ss_x; in build_inter_predictors_sub8x8() 825 &inter_pred_params, xd, mi_x + x, mi_y + y, in build_inter_predictors_sub8x8() 836 int build_for_obmc, int bw, int bh, int mi_x, int mi_y, in build_inter_predictors_8x8_and_bigger() argument 858 const int pre_x = (mi_x + MI_SIZE * col_start) >> ss_x; in build_inter_predictors_8x8_and_bigger() 893 xd, mi_x, mi_y, ref, calc_subpel_params_func); in build_inter_predictors_8x8_and_bigger() 899 int build_for_obmc, int bw, int bh, int mi_x, in av1_build_inter_predictors() argument 904 build_inter_predictors_sub8x8(cm, xd, plane, mi, bw, bh, mi_x, mi_y, in av1_build_inter_predictors() [all …]
|
D | reconinter.h | 251 MACROBLOCKD *xd, int mi_x, int mi_y, 258 InterPredParams *inter_pred_params, MACROBLOCKD *xd, int mi_x, int mi_y, 263 int build_for_obmc, int bw, int bh, int mi_x,
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 544 const MACROBLOCKD *const xd, int mi_x, in dec_calc_subpel_params() argument 593 *scaled_mv = av1_scale_mv(&temp_mv, mi_x, mi_y, sf); in dec_calc_subpel_params() 632 MACROBLOCKD *xd, int mi_x, int mi_y, int ref, uint8_t **pre, in dec_calc_subpel_params_and_extend() argument 637 dec_calc_subpel_params(src_mv, inter_pred_params, xd, mi_x, mi_y, pre, in dec_calc_subpel_params_and_extend() 650 int mi_x, int mi_y) { in dec_build_inter_predictors() argument 651 av1_build_inter_predictors(cm, xd, plane, mi, build_for_obmc, bw, bh, mi_x, in dec_build_inter_predictors() 661 const int mi_x = mi_col * MI_SIZE; in dec_build_inter_predictor() local 665 mi_x, mi_y); in dec_build_inter_predictor() 683 int mi_x, mi_y; in dec_build_prediction_by_above_pred() local 691 mi_x = above_mi_col << MI_SIZE_LOG2; in dec_build_prediction_by_above_pred() [all …]
|
/external/libaom/libaom/aom_dsp/ |
D | variance.c | 300 const int mi_x = mi_col * MI_SIZE; in aom_upsampled_pred_c() local 313 mi_x >> pd->subsampling_x, pd->subsampling_x, pd->subsampling_y, in aom_upsampled_pred_c() 843 const int mi_x = mi_col * MI_SIZE; in aom_highbd_upsampled_pred_c() local 856 mi_x >> pd->subsampling_x, pd->subsampling_x, pd->subsampling_y, in aom_highbd_upsampled_pred_c()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | variance_sse2.c | 512 const int mi_x = mi_col * MI_SIZE; in aom_upsampled_pred_sse2() local 525 mi_x >> pd->subsampling_x, pd->subsampling_x, pd->subsampling_y, in aom_upsampled_pred_sse2()
|
D | highbd_variance_sse2.c | 634 const int mi_x = mi_col * MI_SIZE; in aom_highbd_upsampled_pred_sse2() local 647 mi_x >> pd->subsampling_x, pd->subsampling_x, pd->subsampling_y, in aom_highbd_upsampled_pred_sse2()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 578 int y, int w, int h, int mi_x, int mi_y, const InterpKernel *kernel, in dec_build_inter_predictors() argument 628 scaled_mv = vp9_scale_mv(&mv_q4, mi_x + x, mi_y + y, sf); in dec_build_inter_predictors() 719 const int mi_x = mi_col * MI_SIZE; in dec_build_inter_predictors_sb() local 759 4 * y, 4, 4, mi_x, mi_y, kernel, sf, in dec_build_inter_predictors_sb() 776 n4h_x4, mi_x, mi_y, kernel, sf, pre_buf, in dec_build_inter_predictors_sb()
|