Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dfdct16x16_neon.c165 const int16x4_t rounded3 = vqrshrn_n_s32(diff1, 14); in butterfly_one_coeff() local
167 *sub = vcombine_s16(rounded2, rounded3); in butterfly_one_coeff()
186 const int16x4_t rounded3 = vqrshrn_n_s32(diff1, 14); in butterfly_two_coeff() local
188 *sub = vcombine_s16(rounded2, rounded3); in butterfly_two_coeff()
Dfdct32x32_neon.c210 const int16x4_t rounded3 = vqrshrn_n_s32(diff1, DCT_CONST_BITS); in butterfly_one_coeff() local
212 *sub = vcombine_s16(rounded2, rounded3); in butterfly_one_coeff()
231 const int16x4_t rounded3 = vqrshrn_n_s32(diff1, DCT_CONST_BITS); in butterfly_two_coeff() local
233 *sub = vcombine_s16(rounded2, rounded3); in butterfly_two_coeff()