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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_tables.h 33 #define LPC_HIBAND_ORDER ORDERHI
36 #define LPC_SHAPE_ORDER (LPC_LOBAND_ORDER + LPC_HIBAND_ORDER)
entropy_coding.c 988 for (n = 0; n < LPC_HIBAND_ORDER; n++, pos++, poss++) {
1021 for (n = 0; n < LPC_HIBAND_ORDER; n++, poss++, pos++) {
    [all...]
encode.c 346 transcodingParam.hiFiltGain[k] = hifilt_coef[(LPC_HIBAND_ORDER + 1) * k];
455 hifilt_coef[(LPC_HIBAND_ORDER + 1) * k] =
458 transcodingParam.hiFiltGain[k] = hifilt_coef[(LPC_HIBAND_ORDER + 1) * k];
    [all...]

Completed in 3117 milliseconds