Home
last modified time | relevance | path

Searched refs:ENH_UPS0 (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Denh_upsample.c37 for (j=0;j<ENH_UPS0; j++) { in WebRtcIlbcfix_EnhUpsample()
45 pu11+=ENH_UPS0; in WebRtcIlbcfix_EnhUpsample()
53 pu11+=ENH_UPS0; in WebRtcIlbcfix_EnhUpsample()
90 for (j=0;j<ENH_UPS0; j++) { in WebRtcIlbcfix_EnhUpsample()
99 pu11+=ENH_UPS0; in WebRtcIlbcfix_EnhUpsample()
106 pu11+=ENH_UPS0; in WebRtcIlbcfix_EnhUpsample()
Drefiner.c49 int32_t corrVecUps[ENH_CORRDIM*ENH_UPS0]; in WebRtcIlbcfix_Refiner()
99 tloc = WebRtcSpl_MaxIndexW32(corrVecUps, ENH_UPS0 * corrdim); in WebRtcIlbcfix_Refiner()
126 polyPtr = (int16_t*)WebRtcIlbcfix_kEnhPolyPhaser[tloc2 * ENH_UPS0 - tloc]; in WebRtcIlbcfix_Refiner()
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]={
Ddefines.h77 #define ENH_UPS0 4 /* upsampling rate */ macro