Home
last modified time | relevance | path

Searched defs: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
184 const int16x4_t rounded1 = vqrshrn_n_s32(sum1, 14); in butterfly_two_coeff() local
Dfdct32x32_neon.c208 const int16x4_t rounded1 = vqrshrn_n_s32(sum1, DCT_CONST_BITS); in butterfly_one_coeff() local
229 const int16x4_t rounded1 = vqrshrn_n_s32(sum1, DCT_CONST_BITS); in butterfly_two_coeff() local