Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Denh_upsample.c40 pp=WebRtcIlbcfix_kEnhPolyPhaser[j]+1; in WebRtcIlbcfix_EnhUpsample()
47 pp=WebRtcIlbcfix_kEnhPolyPhaser[j]+1; in WebRtcIlbcfix_EnhUpsample()
55 pp=WebRtcIlbcfix_kEnhPolyPhaser[j]+1; in WebRtcIlbcfix_EnhUpsample()
93 pp = WebRtcIlbcfix_kEnhPolyPhaser[j]+2; in WebRtcIlbcfix_EnhUpsample()
101 pp = WebRtcIlbcfix_kEnhPolyPhaser[j]+3; in WebRtcIlbcfix_EnhUpsample()
Dconstants.h82 extern const int16_t WebRtcIlbcfix_kEnhPolyPhaser[ENH_UPS0][ENH_FLO_MULT2_PLUS1];
Dconstants.c639 const int16_t WebRtcIlbcfix_kEnhPolyPhaser[ENH_UPS0][ENH_FLO_MULT2_PLUS1]={ variable
Drefiner.c126 polyPtr = (int16_t*)WebRtcIlbcfix_kEnhPolyPhaser[tloc2 * ENH_UPS0 - tloc]; in WebRtcIlbcfix_Refiner()