Searched refs:sub_dct_const_round_shift_low_8 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_iht16x16_add_neon.c | 152 x[8] = sub_dct_const_round_shift_low_8(s0, s8); in vpx_iadst16x16_256_add_half1d() 153 x[9] = sub_dct_const_round_shift_low_8(s1, s9); in vpx_iadst16x16_256_add_half1d() 154 x[10] = sub_dct_const_round_shift_low_8(s2, s10); in vpx_iadst16x16_256_add_half1d() 155 x[11] = sub_dct_const_round_shift_low_8(s3, s11); in vpx_iadst16x16_256_add_half1d() 156 x[12] = sub_dct_const_round_shift_low_8(s4, s12); in vpx_iadst16x16_256_add_half1d() 157 x[13] = sub_dct_const_round_shift_low_8(s5, s13); in vpx_iadst16x16_256_add_half1d() 158 x[14] = sub_dct_const_round_shift_low_8(s6, s14); in vpx_iadst16x16_256_add_half1d() 159 x[15] = sub_dct_const_round_shift_low_8(s7, s15); in vpx_iadst16x16_256_add_half1d() 187 x[12] = sub_dct_const_round_shift_low_8(s8, s12); in vpx_iadst16x16_256_add_half1d() 188 x[13] = sub_dct_const_round_shift_low_8(s9, s13); in vpx_iadst16x16_256_add_half1d() [all …]
|
D | vp9_iht_neon.h | 186 static INLINE int16x8_t sub_dct_const_round_shift_low_8( in sub_dct_const_round_shift_low_8() function 224 x[4] = sub_dct_const_round_shift_low_8(s0, s4); in iadst8() 225 x[5] = sub_dct_const_round_shift_low_8(s1, s5); in iadst8() 226 x[6] = sub_dct_const_round_shift_low_8(s2, s6); in iadst8() 227 x[7] = sub_dct_const_round_shift_low_8(s3, s7); in iadst8() 243 x[6] = sub_dct_const_round_shift_low_8(s4, s6); in iadst8() 244 x[7] = sub_dct_const_round_shift_low_8(s5, s7); in iadst8()
|