Searched refs:SCALE_EXTRA_BITS (Results 1 – 8 of 8) sorted by relevance
25 REF_SCALE_SHIFT - SCALE_EXTRA_BITS); in scaled_x()34 REF_SCALE_SHIFT - SCALE_EXTRA_BITS); in scaled_y()40 return val << SCALE_EXTRA_BITS; in unscaled_value()
101 sp->subpel_x >>= SCALE_EXTRA_BITS; in revert_scale_extra_bits()102 sp->subpel_y >>= SCALE_EXTRA_BITS; in revert_scale_extra_bits()103 sp->xs >>= SCALE_EXTRA_BITS; in revert_scale_extra_bits()104 sp->ys >>= SCALE_EXTRA_BITS; in revert_scale_extra_bits()253 sf ? sf->scale_value_x(x_offset, sf) >> SCALE_EXTRA_BITS : x_offset; in scaled_buffer_offset()255 sf ? sf->scale_value_y(y_offset, sf) >> SCALE_EXTRA_BITS : y_offset; in scaled_buffer_offset()
478 const int x_filter_idx = (x_qn & SCALE_SUBPEL_MASK) >> SCALE_EXTRA_BITS; in av1_convolve_2d_scale_c()500 const int y_filter_idx = (y_qn & SCALE_SUBPEL_MASK) >> SCALE_EXTRA_BITS; in av1_convolve_2d_scale_c()980 const int x_filter_idx = (x_qn & SCALE_SUBPEL_MASK) >> SCALE_EXTRA_BITS; in av1_highbd_convolve_2d_scale_c()1002 const int y_filter_idx = (y_qn & SCALE_SUBPEL_MASK) >> SCALE_EXTRA_BITS; in av1_highbd_convolve_2d_scale_c()
31 #define SCALE_EXTRA_BITS (SCALE_SUBPEL_BITS - SUBPEL_BITS) macro32 #define SCALE_EXTRA_OFF ((1 << SCALE_EXTRA_BITS) / 2)
38 const int filter_idx = (x_qn & SCALE_SUBPEL_MASK) >> SCALE_EXTRA_BITS; in hfilter8()139 const int filter_idx = (y_qn & SCALE_SUBPEL_MASK) >> SCALE_EXTRA_BITS; in vfilter8()277 const int filter_idx = (x_qn & SCALE_SUBPEL_MASK) >> SCALE_EXTRA_BITS; in highbd_hfilter8()371 const int filter_idx = (y_qn & SCALE_SUBPEL_MASK) >> SCALE_EXTRA_BITS; in highbd_vfilter8()
68 subpel_params->subpel_x = (mv_q4.col & SUBPEL_MASK) << SCALE_EXTRA_BITS; in calc_subpel_params()69 subpel_params->subpel_y = (mv_q4.row & SUBPEL_MASK) << SCALE_EXTRA_BITS; in calc_subpel_params()
8750 const int sub_x = (mv_q4.col & SUBPEL_MASK) << SCALE_EXTRA_BITS; in interpolation_filter_search()8751 const int sub_y = (mv_q4.row & SUBPEL_MASK) << SCALE_EXTRA_BITS; in interpolation_filter_search()
611 subpel_params->subpel_x = (mv_q4.col & SUBPEL_MASK) << SCALE_EXTRA_BITS; in dec_calc_subpel_params()612 subpel_params->subpel_y = (mv_q4.row & SUBPEL_MASK) << SCALE_EXTRA_BITS; in dec_calc_subpel_params()