Searched refs:y32 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dcor_h_x.c42 Word32 L_tmp, y32[L_SUBFR], L_tot; local
60 y32[i] = L_tmp;
73 y32[i+1] = L_tmp;
86 y32[i+2] = L_tmp;
99 y32[i+3] = L_tmp;
111 /* Find the number of right shifts to do on y32[] so that */
115 p3 = y32;
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcor_h_x.cpp189 Word32 s, y32[L_CODE], max, tot;
204 y32[i] = s;
217 dn[i] = pv_round (L_shl (y32[i], j));
257 Word32 y32[L_CODE]; local
289 y32[i] = s;
309 p_y32 = y32;;
H A Dcor_h_x2.cpp173 Word32 s, y32[L_CODE], max, tot;
188 y32[i] = s;
201 dn[i] = pv_round (L_shl (y32[i], j));
243 Word32 y32[L_CODE]; local
263 y32[i] = s;
278 dn[i] = pv_round(L_shl(y32[i], j, pOverflow), pOverflow);

Completed in 100 milliseconds