Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dstate_construct.c30 int16_t *syntDenum, /* (i) synthesis filter denumerator */ in WebRtcIlbcfix_StateConstruct() argument
48 numerator[k] = syntDenum[LPC_FILTERORDER-k]; in WebRtcIlbcfix_StateConstruct()
103 syntDenum, LPC_FILTERORDER+1, 2 * len); in WebRtcIlbcfix_StateConstruct()
Dstate_search.c33 int16_t *syntDenum, /* (i) lpc synthesis filter */ in WebRtcIlbcfix_StateSearch() argument
56 numerator[i] = (syntDenum[LPC_FILTERORDER-i]>>scaleRes); in WebRtcIlbcfix_StateSearch()
74 syntDenum, LPC_FILTERORDER+1, 2 * iLBCenc_inst->state_short_len); in WebRtcIlbcfix_StateSearch()
Dstate_search.h34 int16_t *syntDenum, /* (i) lpc synthesis filter */
Dstate_construct.h30 int16_t *syntDenum, /* (i) synthesis filter denumerator */