Searched refs:highbd_sub_dct_const_round_shift_low_8 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_highbd_iht16x16_add_neon.c | 133 static INLINE int32x4x2_t highbd_sub_dct_const_round_shift_low_8( in highbd_sub_dct_const_round_shift_low_8() function 266 x[8] = highbd_sub_dct_const_round_shift_low_8(s0, s8); in highbd_iadst16_neon() 267 x[9] = highbd_sub_dct_const_round_shift_low_8(s1, s9); in highbd_iadst16_neon() 268 x[10] = highbd_sub_dct_const_round_shift_low_8(s2, s10); in highbd_iadst16_neon() 269 x[11] = highbd_sub_dct_const_round_shift_low_8(s3, s11); in highbd_iadst16_neon() 270 x[12] = highbd_sub_dct_const_round_shift_low_8(s4, s12); in highbd_iadst16_neon() 271 x[13] = highbd_sub_dct_const_round_shift_low_8(s5, s13); in highbd_iadst16_neon() 272 x[14] = highbd_sub_dct_const_round_shift_low_8(s6, s14); in highbd_iadst16_neon() 273 x[15] = highbd_sub_dct_const_round_shift_low_8(s7, s15); in highbd_iadst16_neon() 304 x[12] = highbd_sub_dct_const_round_shift_low_8(s8, s12); in highbd_iadst16_neon() [all …]
|
D | vp9_highbd_iht8x8_add_neon.c | 79 static INLINE int32x4_t highbd_sub_dct_const_round_shift_low_8( in highbd_sub_dct_const_round_shift_low_8() function 124 x[4] = highbd_sub_dct_const_round_shift_low_8(s[0], s[4]); in highbd_iadst8() 125 x[5] = highbd_sub_dct_const_round_shift_low_8(s[1], s[5]); in highbd_iadst8() 126 x[6] = highbd_sub_dct_const_round_shift_low_8(s[2], s[6]); in highbd_iadst8() 127 x[7] = highbd_sub_dct_const_round_shift_low_8(s[3], s[7]); in highbd_iadst8() 145 x[6] = highbd_sub_dct_const_round_shift_low_8(s[4], s[6]); in highbd_iadst8() 146 x[7] = highbd_sub_dct_const_round_shift_low_8(s[5], s[7]); in highbd_iadst8()
|