Home
last modified time | relevance | path

Searched refs:dct_const_round_shift_low_8 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht_neon.h73 x[0] = dct_const_round_shift_low_8(t0); in iadst_half_butterfly_neon()
74 x[1] = dct_const_round_shift_low_8(t1); in iadst_half_butterfly_neon()
91 *x1 = dct_const_round_shift_low_8(t0); in iadst_half_butterfly_neg_neon()
92 *x0 = dct_const_round_shift_low_8(t1); in iadst_half_butterfly_neg_neon()
109 *x1 = dct_const_round_shift_low_8(t0); in iadst_half_butterfly_pos_neon()
110 *x0 = dct_const_round_shift_low_8(t1); in iadst_half_butterfly_pos_neon()
183 return dct_const_round_shift_low_8(sum); in add_dct_const_round_shift_low_8()
192 return dct_const_round_shift_low_8(sum); in sub_dct_const_round_shift_low_8()
/external/libvpx/libvpx/vpx_dsp/arm/
Didct_neon.h81 static INLINE int16x8_t dct_const_round_shift_low_8(const int32x4_t *const in) { in dct_const_round_shift_low_8() function
89 *d0 = dct_const_round_shift_low_8(t32 + 0); in dct_const_round_shift_low_8_dual()
90 *d1 = dct_const_round_shift_low_8(t32 + 2); in dct_const_round_shift_low_8_dual()
132 return dct_const_round_shift_low_8(t); in add_multiply_shift_and_narrow_s16()
144 return dct_const_round_shift_low_8(t); in sub_multiply_shift_and_narrow_s16()
157 return dct_const_round_shift_low_8(t); in multiply_accumulate_shift_and_narrow_s16()