OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sLTP
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
decode_core.c
47
VARDECL( opus_int16,
sLTP
);
57
ALLOC(
sLTP
, psDec->ltp_mem_length, opus_int16 );
149
silk_LPC_analysis_filter( &
sLTP
[ start_idx ], &psDec->outBuf[ start_idx + k * psDec->subfr_length ],
158
sLTP_Q15[ sLTP_buf_idx - i - 1 ] = silk_SMULWB( inv_gain_Q31,
sLTP
[ psDec->ltp_mem_length - i - 1 ] );
NSQ.c
39
const opus_int16
sLTP
[], /* I re-whitened LTP state in Q0 */
92
opus_int16
sLTP
[ 2 * MAX_FRAME_LENGTH ];
137
silk_LPC_analysis_filter( &
sLTP
[ start_idx ], &NSQ->xq[ start_idx + k * psEncC->subfr_length ],
145
silk_nsq_scale_states( psEncC, NSQ, x_Q3, x_sc_Q10,
sLTP
, sLTP_Q15, k, LTP_scale_Q14, Gains_Q16, pitchL, psIndices->signalType );
371
const opus_int16
sLTP
[], /* I re-whitened LTP state in Q0 */
411
sLTP_Q15[ i ] = silk_SMULWB( inv_gain_Q31,
sLTP
[ i ] );
PLC.c
184
VARDECL( opus_int16,
sLTP
);
191
ALLOC(
sLTP
, psDec->ltp_mem_length, opus_int16 );
273
silk_LPC_analysis_filter( &
sLTP
[ idx ], &psDec->outBuf[ idx ], A_Q12, psDec->ltp_mem_length - idx, psDec->LPC_order );
278
sLTP_Q14[ i ] = silk_SMULWB( inv_gain_Q30,
sLTP
[ i ] );
NSQ_del_dec.c
63
const opus_int16
sLTP
[], /* I Re-whitened LTP state in Q0 */
129
opus_int16
sLTP
[ 2 * MAX_FRAME_LENGTH ];
236
silk_LPC_analysis_filter( &
sLTP
[ start_idx ], &NSQ->xq[ start_idx + k * psEncC->subfr_length ],
244
silk_nsq_del_dec_scale_states( psEncC, NSQ, psDelDec, x_Q3, x_sc_Q10,
sLTP
, sLTP_Q15, k,
[
all
...]
Completed in 623 milliseconds