HomeSort by relevance Sort by last modified time
    Searched refs:y32 (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
cor_h_x.c 42 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/
cor_h_x.cpp 189 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;;
cor_h_x2.cpp 173 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);
  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.c 70 WebRtc_Word32 tmp32, tmp32no1, tmp32no2, numFIX, den, y32; local
213 y32 = WEBRTC_SPL_DIV(numFIX, tmp32no1); // in Q14
218 y32 = WebRtcSpl_DivW32W16(tmp32 + 10, 20);
220 if (y32 > 39000)
222 tmp32 = WEBRTC_SPL_MUL(y32 >> 1, kLog10) + 4096; // in Q27
226 tmp32 = WEBRTC_SPL_MUL(y32, kLog10) + 8192; // in Q28

Completed in 86 milliseconds