HomeSort by relevance Sort by last modified time
    Searched refs:ENH_UPS0 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
enh_upsample.c 37 for (j=0;j<ENH_UPS0; j++) {
45 pu11+=ENH_UPS0;
53 pu11+=ENH_UPS0;
75 for(j=0;j<ENH_UPS0; j++){
76 pu = useq1 + (filterlength-hfl)*ENH_UPS0 + j;
84 pu+=ENH_UPS0;
90 for (j=0;j<ENH_UPS0; j++) {
99 pu11+=ENH_UPS0;
106 pu11+=ENH_UPS0;
refiner.c 49 int32_t corrVecUps[ENH_CORRDIM*ENH_UPS0];
100 tloc=WebRtcSpl_MaxIndexW32(corrVecUps, (int16_t) (ENH_UPS0*corrdim));
130 fraction=(int16_t)WEBRTC_SPL_MUL_16_16(tloc2,ENH_UPS0)-tloc;
constants.c 637 /* Tables for the Enhancer, using upsamling factor 4 (ENH_UPS0 = 4) */
639 const int16_t WebRtcIlbcfix_kEnhPolyPhaser[ENH_UPS0][ENH_FLO_MULT2_PLUS1]={
constants.h 82 extern const int16_t WebRtcIlbcfix_kEnhPolyPhaser[ENH_UPS0][ENH_FLO_MULT2_PLUS1];
defines.h 77 #define ENH_UPS0 4 /* upsampling rate */

Completed in 137 milliseconds