OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CB_NSTAGES
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
defines.h
57
#define
CB_NSTAGES
3
122
int16_t cb_index[
CB_NSTAGES
*(NASUB_MAX+1)]; /* First
CB_NSTAGES
values contains extra CB index */
123
int16_t gain_index[
CB_NSTAGES
*(NASUB_MAX+1)]; /* First
CB_NSTAGES
values contains extra CB gain */
decode_residual.c
127
iLBC_encbits->cb_index+subcount*
CB_NSTAGES
,
128
iLBC_encbits->gain_index+subcount*
CB_NSTAGES
,
165
iLBC_encbits->cb_index+subcount*
CB_NSTAGES
,
166
iLBC_encbits->gain_index+subcount*
CB_NSTAGES
,
encode.c
339
WebRtcIlbcfix_CbSearch(iLBCenc_inst, iLBCbits_inst->cb_index+subcount*
CB_NSTAGES
,
340
iLBCbits_inst->gain_index+subcount*
CB_NSTAGES
,
349
iLBCbits_inst->cb_index+subcount*
CB_NSTAGES
,
350
iLBCbits_inst->gain_index+subcount*
CB_NSTAGES
,
446
WebRtcIlbcfix_CbSearch(iLBCenc_inst, iLBCbits_inst->cb_index+subcount*
CB_NSTAGES
,
447
iLBCbits_inst->gain_index+subcount*
CB_NSTAGES
, &reverseResidual[subframe*SUBL],
455
iLBCbits_inst->cb_index+subcount*
CB_NSTAGES
,
456
iLBCbits_inst->gain_index+subcount*
CB_NSTAGES
,
cb_construct.c
36
int16_t gain[
CB_NSTAGES
];
constants.c
596
const size_t WebRtcIlbcfix_kSearchRange[5][
CB_NSTAGES
]={
constants.h
64
extern const size_t WebRtcIlbcfix_kSearchRange[5][
CB_NSTAGES
];
cb_search.c
56
int16_t gains[
CB_NSTAGES
+1];
186
for (stage=0; stage<
CB_NSTAGES
; stage++) {
Completed in 37 milliseconds