Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht16x16_add_neon.c144 x[0] = add_dct_const_round_shift_low_8(s0, s8); in vpx_iadst16x16_256_add_half1d()
145 x[1] = add_dct_const_round_shift_low_8(s1, s9); in vpx_iadst16x16_256_add_half1d()
146 x[2] = add_dct_const_round_shift_low_8(s2, s10); in vpx_iadst16x16_256_add_half1d()
147 x[3] = add_dct_const_round_shift_low_8(s3, s11); in vpx_iadst16x16_256_add_half1d()
148 x[4] = add_dct_const_round_shift_low_8(s4, s12); in vpx_iadst16x16_256_add_half1d()
149 x[5] = add_dct_const_round_shift_low_8(s5, s13); in vpx_iadst16x16_256_add_half1d()
150 x[6] = add_dct_const_round_shift_low_8(s6, s14); in vpx_iadst16x16_256_add_half1d()
151 x[7] = add_dct_const_round_shift_low_8(s7, s15); in vpx_iadst16x16_256_add_half1d()
183 x[8] = add_dct_const_round_shift_low_8(s8, s12); in vpx_iadst16x16_256_add_half1d()
184 x[9] = add_dct_const_round_shift_low_8(s9, s13); in vpx_iadst16x16_256_add_half1d()
[all …]
Dvp9_iht_neon.h177 static INLINE int16x8_t add_dct_const_round_shift_low_8( in add_dct_const_round_shift_low_8() function
220 x[0] = add_dct_const_round_shift_low_8(s0, s4); in iadst8()
221 x[1] = add_dct_const_round_shift_low_8(s1, s5); in iadst8()
222 x[2] = add_dct_const_round_shift_low_8(s2, s6); in iadst8()
223 x[3] = add_dct_const_round_shift_low_8(s3, s7); in iadst8()
241 x[4] = add_dct_const_round_shift_low_8(s4, s6); in iadst8()
242 x[5] = add_dct_const_round_shift_low_8(s5, s7); in iadst8()