Home
last modified time | relevance | path

Searched refs:WebRtcIlbcfix_kLsfCb (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dsimple_lsf_quant.c38 …(int16_t*)WebRtcIlbcfix_kLsfCb, (int16_t*)WebRtcIlbcfix_kLsfDimCb, (int16_t*)WebRtcIlbcfix_kLsfSiz… in WebRtcIlbcfix_SimpleLsfQ()
43 lsf + LPC_FILTERORDER, (int16_t*)WebRtcIlbcfix_kLsfCb, in WebRtcIlbcfix_SimpleLsfQ()
Dsimple_lsf_dequant.c39 lsfdeq[pos + j] = WebRtcIlbcfix_kLsfCb[cb_pos + j + index[i] * in WebRtcIlbcfix_SimpleLsfDeQ()
52 lsfdeq[LPC_FILTERORDER + pos + j] = WebRtcIlbcfix_kLsfCb[ in WebRtcIlbcfix_SimpleLsfDeQ()
Dconstants.h45 extern const int16_t WebRtcIlbcfix_kLsfCb[];
Dconstants.c111 const int16_t WebRtcIlbcfix_kLsfCb[64 * 3 + 128 * 3 + 128 * 4] = { variable