Searched refs:pre_y (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 33 int plane, const int pre_x, const int pre_y, int x, int y, in calc_subpel_params() argument 41 int orig_pos_y = (pre_y + y) << SUBPEL_BITS; in calc_subpel_params() 107 const int pre_y = (mi_y + MI_SIZE * row_start) >> ss_y; in build_inter_predictors() local 154 pd->pre[ref].buf0 + scaled_buffer_offset(pre_x, pre_y, in build_inter_predictors() 173 calc_subpel_params(xd, sf, mv, plane, pre_x, pre_y, x, y, pre_buf, &pre, in build_inter_predictors() 213 calc_subpel_params(xd, sf, mv, plane, pre_x, pre_y, 0, 0, pre_buf, &pre, in build_inter_predictors() 482 const int pre_y = (mi_y) >> pd->subsampling_y; in build_inter_predictors_single_buf() local 485 calc_subpel_params(xd, sf, mv, plane, pre_x, pre_y, x, y, pre_buf, &pre, in build_inter_predictors_single_buf() 491 pre_y + y, plane, ref, mi, 0, xd, can_use_previous); in build_inter_predictors_single_buf()
|
/external/libaom/libaom/aom_dsp/ |
D | variance.c | 319 const int pre_y = (mi_y + MI_SIZE * row_start) >> ssy; in aom_upsampled_pred_c() local 320 int orig_pos_y = pre_y << SUBPEL_BITS; in aom_upsampled_pred_c() 911 const int pre_y = (mi_y + MI_SIZE * row_start) >> ssy; in aom_highbd_upsampled_pred_c() local 912 int orig_pos_y = pre_y << SUBPEL_BITS; in aom_highbd_upsampled_pred_c()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | variance_sse2.c | 522 const int pre_y = (mi_y + MI_SIZE * row_start) >> ssy; in aom_upsampled_pred_sse2() local 523 int orig_pos_y = pre_y << SUBPEL_BITS; in aom_upsampled_pred_sse2()
|
D | highbd_variance_sse2.c | 653 const int pre_y = (mi_y + MI_SIZE * row_start) >> ssy; in aom_highbd_upsampled_pred_sse2() local 654 int orig_pos_y = pre_y << SUBPEL_BITS; in aom_highbd_upsampled_pred_sse2()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 553 int plane, const int pre_x, const int pre_y, int x, int y, in dec_calc_subpel_params() argument 562 int orig_pos_y = (pre_y + y) << SUBPEL_BITS; in dec_calc_subpel_params() 606 int pos_y = (pre_y + y) << SUBPEL_BITS; in dec_calc_subpel_params() 664 const int pre_y = (mi_y + MI_SIZE * row_start) >> ss_y; in dec_build_inter_predictors() local 712 pd->pre[ref].buf0 + scaled_buffer_offset(pre_x, pre_y, in dec_build_inter_predictors() 735 dec_calc_subpel_params(xd, sf, mv, plane, pre_x, pre_y, x, y, pre_buf, in dec_build_inter_predictors() 781 dec_calc_subpel_params(xd, sf, mv, plane, pre_x, pre_y, 0, 0, pre_buf, in dec_build_inter_predictors()
|