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

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dconstants.c596 const int16_t WebRtcIlbcfix_kSearchRange[5][CB_NSTAGES]={ variable
H A Dconstants.h64 extern const int16_t WebRtcIlbcfix_kSearchRange[5][CB_NSTAGES];
H A Dcb_search.c133 range = WebRtcIlbcfix_kSearchRange[block][0];
184 range = WebRtcIlbcfix_kSearchRange[block][stage];
209 range=WebRtcIlbcfix_kSearchRange[block][stage]+20;
211 range=WebRtcIlbcfix_kSearchRange[block][stage];
239 range = WebRtcIlbcfix_kSearchRange[block][stage];

Completed in 399 milliseconds