Home
last modified time | relevance | path

Searched refs:mi_y (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c78 int mi_x, int mi_y) { in build_inter_predictors() argument
107 const int pre_y = (mi_y + MI_SIZE * row_start) >> ss_y; in build_inter_predictors()
184 (mi_x >> pd->subsampling_x) + x, (mi_y >> pd->subsampling_y) + y, in build_inter_predictors()
226 mi_x >> pd->subsampling_x, mi_y >> pd->subsampling_y, ref, xd, in build_inter_predictors()
233 mi_x >> pd->subsampling_x, mi_y >> pd->subsampling_y, plane, ref, in build_inter_predictors()
250 const int mi_y = mi_row * MI_SIZE; in build_inter_predictors_for_plane() local
252 mi_x, mi_y); in build_inter_predictors_for_plane()
313 int mi_x, mi_y; in build_prediction_by_above_pred() local
319 mi_y = ctxt->mi_row << MI_SIZE_LOG2; in build_prediction_by_above_pred()
331 mi_y); in build_prediction_by_above_pred()
[all …]
/external/libvpx/libvpx/vp9/common/
Dvp9_reconinter.c128 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()
213 const int mi_y = mi_row * 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/aom_dsp/
Dvariance.c313 const int mi_y = mi_row * MI_SIZE; in aom_upsampled_pred_c() local
319 const int pre_y = (mi_y + MI_SIZE * row_start) >> ssy; in aom_upsampled_pred_c()
364 mi_y >> pd->subsampling_y, plane, ref_num, mi, in aom_upsampled_pred_c()
905 const int mi_y = mi_row * MI_SIZE; in aom_highbd_upsampled_pred_c() local
911 const int pre_y = (mi_y + MI_SIZE * row_start) >> ssy; in aom_highbd_upsampled_pred_c()
956 mi_y >> pd->subsampling_y, plane, ref_num, mi, in aom_highbd_upsampled_pred_c()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c555 PadBlock *block, int mi_x, int mi_y, MV32 *scaled_mv, int *subpel_x_mv, in dec_calc_subpel_params() argument
597 *scaled_mv = av1_scale_mv(&temp_mv, (mi_x + x), (mi_y + y), sf); in dec_calc_subpel_params()
635 int bh, int mi_x, int mi_y) { in dec_build_inter_predictors() argument
664 const int pre_y = (mi_y + MI_SIZE * row_start) >> ss_y; in dec_build_inter_predictors()
736 &subpel_params, bw, bh, &block, mi_x, mi_y, in dec_build_inter_predictors()
753 (mi_x >> pd->subsampling_x) + x, (mi_y >> pd->subsampling_y) + y, in dec_build_inter_predictors()
782 &subpel_params[ref], bw, bh, &block, mi_x, mi_y, in dec_build_inter_predictors()
825 mi_y >> pd->subsampling_y, ref, xd, cm->allow_warped_motion); in dec_build_inter_predictors()
830 &warp_types, mi_x >> pd->subsampling_x, mi_y >> pd->subsampling_y, in dec_build_inter_predictors()
843 const int mi_y = mi_row * MI_SIZE; in dec_build_inter_predictors_for_planes() local
[all …]
/external/libaom/libaom/aom_dsp/x86/
Dvariance_sse2.c516 const int mi_y = mi_row * MI_SIZE; in aom_upsampled_pred_sse2() local
522 const int pre_y = (mi_y + MI_SIZE * row_start) >> ssy; in aom_upsampled_pred_sse2()
567 mi_y >> pd->subsampling_y, plane, ref_num, mi, in aom_upsampled_pred_sse2()
Dhighbd_variance_sse2.c647 const int mi_y = mi_row * MI_SIZE; in aom_highbd_upsampled_pred_sse2() local
653 const int pre_y = (mi_y + MI_SIZE * row_start) >> ssy; in aom_highbd_upsampled_pred_sse2()
697 mi_y >> pd->subsampling_y, plane, ref_num, mi, in aom_highbd_upsampled_pred_sse2()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c562 int mi_x, int mi_y, const InterpKernel *kernel, in dec_build_inter_predictors() argument
612 scaled_mv = vp9_scale_mv(&mv_q4, mi_x + x, mi_y + y, sf); in dec_build_inter_predictors()
703 const int mi_y = mi_row * MI_SIZE; in dec_build_inter_predictors_sb() local
742 4, 4, mi_x, mi_y, kernel, sf, pre_buf, in dec_build_inter_predictors_sb()
759 n4h_x4, mi_x, mi_y, kernel, sf, pre_buf, in dec_build_inter_predictors_sb()