OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sLTP_shp_Q14
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
NSQ_del_dec.c
53
opus_int32
sLTP_shp_Q14
;
151
psDD->Shape_Q14[ 0 ] = NSQ->
sLTP_shp_Q14
[ psEncC->ltp_mem_length - 1 ];
226
NSQ->
sLTP_shp_Q14
[ NSQ->sLTP_shp_buf_idx - decisionDelay + i ] = psDD->Shape_Q14[ last_smple_idx ];
277
NSQ->
sLTP_shp_Q14
[ NSQ->sLTP_shp_buf_idx - decisionDelay + i ] = psDD->Shape_Q14[ last_smple_idx ];
289
silk_memmove( NSQ->
sLTP_shp_Q14
, &NSQ->
sLTP_shp_Q14
[ psEncC->frame_length ], psEncC->ltp_mem_length * sizeof( opus_int32 ) );
337
shp_lag_ptr = &NSQ->
sLTP_shp_Q14
[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ];
510
psSS[ 0 ].
sLTP_shp_Q14
= silk_SUB32( sLF_AR_shp_Q14, n_LF_Q14 );
530
psSS[ 1 ].
sLTP_shp_Q14
= silk_SUB32( sLF_AR_shp_Q14, n_LF_Q14 );
[
all
...]
NSQ.c
162
silk_memmove( NSQ->
sLTP_shp_Q14
, &NSQ->
sLTP_shp_Q14
[ psEncC->frame_length ], psEncC->ltp_mem_length * sizeof( opus_int32 ) );
197
shp_lag_ptr = &NSQ->
sLTP_shp_Q14
[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ];
267
n_LF_Q12 = silk_SMULWB( NSQ->
sLTP_shp_Q14
[ NSQ->sLTP_shp_buf_idx - 1 ], LF_shp_Q14 );
353
NSQ->
sLTP_shp_Q14
[ NSQ->sLTP_shp_buf_idx ] = silk_SUB_LSHIFT32( sLF_AR_shp_Q14, n_LF_Q12, 2 );
419
NSQ->
sLTP_shp_Q14
[ i ] = silk_SMULWW( gain_adj_Q16, NSQ->
sLTP_shp_Q14
[ i ] );
structs.h
47
opus_int32
sLTP_shp_Q14
[ 2 * MAX_FRAME_LENGTH ];
Completed in 51 milliseconds