Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dfdct16x16_neon.c163 const int16x4_t rounded1 = vqrshrn_n_s32(sum1, 14); in butterfly_one_coeff() local
166 *add = vcombine_s16(rounded0, rounded1); in butterfly_one_coeff()
184 const int16x4_t rounded1 = vqrshrn_n_s32(sum1, 14); in butterfly_two_coeff() local
187 *add = vcombine_s16(rounded0, rounded1); in butterfly_two_coeff()
Dfdct32x32_neon.c208 const int16x4_t rounded1 = vqrshrn_n_s32(sum1, DCT_CONST_BITS); in butterfly_one_coeff() local
211 *add = vcombine_s16(rounded0, rounded1); in butterfly_one_coeff()
229 const int16x4_t rounded1 = vqrshrn_n_s32(sum1, DCT_CONST_BITS); in butterfly_two_coeff() local
232 *add = vcombine_s16(rounded0, rounded1); in butterfly_two_coeff()