Home
last modified time | relevance | path

Searched refs:SCALE_EXTRA_BITS (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/av1/common/
Dscale.c25 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()
Dreconinter.h101 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()
Dconvolve.c478 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()
/external/libaom/libaom/aom_dsp/
Daom_filter.h31 #define SCALE_EXTRA_BITS (SCALE_SUBPEL_BITS - SUBPEL_BITS) macro
32 #define SCALE_EXTRA_OFF ((1 << SCALE_EXTRA_BITS) / 2)
/external/libaom/libaom/av1/common/x86/
Dav1_convolve_scale_sse4.c38 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()
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c68 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()
Drdopt.c8750 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()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c611 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()