OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:silk_LPC_analysis_filter
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
LPC_analysis_filter.c
41
void
silk_LPC_analysis_filter
(
decode_core.c
149
silk_LPC_analysis_filter
( &sLTP[ start_idx ], &psDec->outBuf[ start_idx + k * psDec->subfr_length ],
NSQ.c
137
silk_LPC_analysis_filter
( &sLTP[ start_idx ], &NSQ->xq[ start_idx + k * psEncC->subfr_length ],
PLC.c
273
silk_LPC_analysis_filter
( &sLTP[ idx ], &psDec->outBuf[ idx ], A_Q12, psDec->ltp_mem_length - idx, psDec->LPC_order );
SigProc_FIX.h
106
void
silk_LPC_analysis_filter
(
[
all
...]
NSQ_del_dec.c
236
silk_LPC_analysis_filter
( &sLTP[ start_idx ], &NSQ->xq[ start_idx + k * psEncC->subfr_length ],
[
all
...]
/external/chromium_org/third_party/opus/src/silk/fixed/
residual_energy_FIX.c
58
silk_LPC_analysis_filter
( LPC_res, x_ptr, a_Q12[ i ], ( MAX_NB_SUBFR >> 1 ) * offset, LPC_order );
find_LPC_FIX.c
93
silk_LPC_analysis_filter
( LPC_res, x, a_tmp_Q12, 2 * subfr_length, psEncC->predictLPCOrder );
find_pitch_lags_FIX.c
109
silk_LPC_analysis_filter
( res, x_buf, A_Q12, buf_len, psEnc->sCmn.pitchEstimationLPCOrder );
Completed in 535 milliseconds