Home
last modified time | relevance | path

Searched refs:mi_x (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
106 const int pre_x = (mi_x + MI_SIZE * col_start) >> ss_x; 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()
249 const int mi_x = mi_col * 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
318 mi_x = above_mi_col << MI_SIZE_LOG2; in build_prediction_by_above_pred()
330 build_inter_predictors(ctxt->cm, xd, j, &backup_mbmi, 1, bw, bh, mi_x, 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()
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/aom_dsp/
Dvariance.c312 const int mi_x = mi_col * MI_SIZE; in aom_upsampled_pred_c() local
318 const int pre_x = (mi_x + MI_SIZE * col_start) >> ssx; in aom_upsampled_pred_c()
363 filters, &warp_types, mi_x >> pd->subsampling_x, in aom_upsampled_pred_c()
904 const int mi_x = mi_col * MI_SIZE; in aom_highbd_upsampled_pred_c() local
910 const int pre_x = (mi_x + MI_SIZE * col_start) >> ssx; in aom_highbd_upsampled_pred_c()
955 filters, &warp_types, mi_x >> pd->subsampling_x, 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
663 const int pre_x = (mi_x + MI_SIZE * col_start) >> ss_x; 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()
824 plane, &warp_types, mi_x >> pd->subsampling_x, in dec_build_inter_predictors()
830 &warp_types, mi_x >> pd->subsampling_x, mi_y >> pd->subsampling_y, in dec_build_inter_predictors()
842 const int mi_x = mi_col * MI_SIZE; in dec_build_inter_predictors_for_planes() local
[all …]
/external/libaom/libaom/aom_dsp/x86/
Dvariance_sse2.c515 const int mi_x = mi_col * MI_SIZE; in aom_upsampled_pred_sse2() local
521 const int pre_x = (mi_x + MI_SIZE * col_start) >> ssx; in aom_upsampled_pred_sse2()
566 filters, &warp_types, mi_x >> pd->subsampling_x, in aom_upsampled_pred_sse2()
Dhighbd_variance_sse2.c646 const int mi_x = mi_col * MI_SIZE; in aom_highbd_upsampled_pred_sse2() local
652 const int pre_x = (mi_x + MI_SIZE * col_start) >> ssx; in aom_highbd_upsampled_pred_sse2()
696 filters, &warp_types, mi_x >> pd->subsampling_x, 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()
702 const int mi_x = mi_col * 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()