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

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

Completed in 89 milliseconds