OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LPC_LOBAND_ORDER
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_tables.h
31
#define
LPC_LOBAND_ORDER
ORDERLO
36
#define LPC_SHAPE_ORDER (
LPC_LOBAND_ORDER
+ LPC_HIBAND_ORDER)
entropy_coding.c
982
for (n = 0; n <
LPC_LOBAND_ORDER
; n++, pos++, poss++) {
1015
for (n = 0; n <
LPC_LOBAND_ORDER
; n++, poss++, pos++) {
[
all
...]
encode.c
345
transcodingParam.loFiltGain[k] = lofilt_coef[(
LPC_LOBAND_ORDER
+ 1) * k];
453
lofilt_coef[(
LPC_LOBAND_ORDER
+ 1) * k] =
457
transcodingParam.loFiltGain[k] = lofilt_coef[(
LPC_LOBAND_ORDER
+ 1) * k];
[
all
...]
Completed in 171 milliseconds