Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_highbd_iht16x16_add_neon.c120 static INLINE int32x4x2_t highbd_add_dct_const_round_shift_low_8( in highbd_add_dct_const_round_shift_low_8() function
257 x[0] = highbd_add_dct_const_round_shift_low_8(s0, s8); in vpx_highbd_iadst16_neon()
258 x[1] = highbd_add_dct_const_round_shift_low_8(s1, s9); in vpx_highbd_iadst16_neon()
259 x[2] = highbd_add_dct_const_round_shift_low_8(s2, s10); in vpx_highbd_iadst16_neon()
260 x[3] = highbd_add_dct_const_round_shift_low_8(s3, s11); in vpx_highbd_iadst16_neon()
261 x[4] = highbd_add_dct_const_round_shift_low_8(s4, s12); in vpx_highbd_iadst16_neon()
262 x[5] = highbd_add_dct_const_round_shift_low_8(s5, s13); in vpx_highbd_iadst16_neon()
263 x[6] = highbd_add_dct_const_round_shift_low_8(s6, s14); in vpx_highbd_iadst16_neon()
264 x[7] = highbd_add_dct_const_round_shift_low_8(s7, s15); in vpx_highbd_iadst16_neon()
299 x[8] = highbd_add_dct_const_round_shift_low_8(s8, s12); in vpx_highbd_iadst16_neon()
[all …]
Dvp9_highbd_iht8x8_add_neon.c70 static INLINE int32x4_t highbd_add_dct_const_round_shift_low_8( in highbd_add_dct_const_round_shift_low_8() function
120 x[0] = highbd_add_dct_const_round_shift_low_8(s[0], s[4]); in highbd_iadst8()
121 x[1] = highbd_add_dct_const_round_shift_low_8(s[1], s[5]); in highbd_iadst8()
122 x[2] = highbd_add_dct_const_round_shift_low_8(s[2], s[6]); in highbd_iadst8()
123 x[3] = highbd_add_dct_const_round_shift_low_8(s[3], s[7]); in highbd_iadst8()
143 x[4] = highbd_add_dct_const_round_shift_low_8(s[4], s[6]); in highbd_iadst8()
144 x[5] = highbd_add_dct_const_round_shift_low_8(s[5], s[7]); in highbd_iadst8()