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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dcb_update_best_index.c25 int16_t CritNewSh, /* (i) Shift value of above Criteria */
42 if (CritNewSh>(*shTotMax)) {
43 shOld=WEBRTC_SPL_MIN(31,CritNewSh-(*shTotMax));
47 shNew=WEBRTC_SPL_MIN(31,(*shTotMax)-CritNewSh);
83 *shTotMax=CritNewSh;
23 WebRtcIlbcfix_CbUpdateBestIndex( int32_t CritNew, int16_t CritNewSh, size_t IndexNew, int32_t cDotNew, int16_t invEnergyNew, int16_t energyShiftNew, int32_t *CritMax, int16_t *shTotMax, size_t *bestIndex, int16_t *bestGain) argument
H A Dcb_update_best_index.h26 int16_t CritNewSh, /* (i) Shift value of above Criteria */
H A Dcb_search.c64 int16_t CritNewSh; local
225 &indexNew, &CritNew, &CritNewSh);
229 CritNew, CritNewSh, indexNew+indexOffset, cDot[indexNew+indexOffset],
278 &indexNew, &CritNew, &CritNewSh);
282 CritNew, CritNewSh, indexNew+indexOffset, cDot[indexNew],

Completed in 87 milliseconds