Searched refs:sLTP_shp_buf_idx (Results 1 - 11 of 11) sorted by relevance

/external/libopus/silk/
H A DNSQ.c125 NSQ->sLTP_shp_buf_idx = psEncC->ltp_mem_length;
218 shp_lag_ptr = &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ];
257 n_LF_Q12 = silk_SMULWB( NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - 1 ], LF_shp_Q14 );
343 NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx ] = silk_SUB_LSHIFT32( sLF_AR_shp_Q14, n_LF_Q12, 2 );
345 NSQ->sLTP_shp_buf_idx++;
408 for( i = NSQ->sLTP_shp_buf_idx - psEncC->ltp_mem_length; i < NSQ->sLTP_shp_buf_idx; i++ ) {
H A DNSQ_del_dec.c196 NSQ->sLTP_shp_buf_idx = psEncC->ltp_mem_length;
242 NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - decisionDelay + i ] = psDD->Shape_Q14[ last_smple_idx ];
293 NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - decisionDelay + i ] = psDD->Shape_Q14[ last_smple_idx ];
362 shp_lag_ptr = &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ];
599 NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - decisionDelay ] = psDD->Shape_Q14[ last_smple_idx ];
602 NSQ->sLTP_shp_buf_idx++;
686 for( i = NSQ->sLTP_shp_buf_idx - psEncC->ltp_mem_length; i < NSQ->sLTP_shp_buf_idx; i++ ) {
H A Dstructs.h53 opus_int sLTP_shp_buf_idx; member in struct:__anon11313
/external/libopus/silk/fixed/
H A Dstructs_FIX.h56 opus_int sLTP_shp_buf_idx; member in struct:__anon11303
H A Dprefilter_FIX.c188 LTP_shp_buf_idx = P->sLTP_shp_buf_idx;
219 P->sLTP_shp_buf_idx = LTP_shp_buf_idx;
/external/libopus/silk/float/
H A Dstructs_FLP.h56 opus_int sLTP_shp_buf_idx; member in struct:__anon11308
H A Dprefilter_FLP.c176 LTP_shp_buf_idx = P->sLTP_shp_buf_idx;
205 P->sLTP_shp_buf_idx = LTP_shp_buf_idx;
/external/libopus/silk/x86/
H A DNSQ_del_dec_sse.c195 NSQ->sLTP_shp_buf_idx = psEncC->ltp_mem_length;
241 NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - decisionDelay + i ] = psDD->Shape_Q14[ last_smple_idx ];
292 NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - decisionDelay + i ] = psDD->Shape_Q14[ last_smple_idx ];
358 shp_lag_ptr = &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ];
695 NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - decisionDelay ] = psDD->Shape_Q14[ last_smple_idx ];
698 NSQ->sLTP_shp_buf_idx++;
809 for( i = NSQ->sLTP_shp_buf_idx - psEncC->ltp_mem_length; i < NSQ->sLTP_shp_buf_idx - 3; i += 4 )
826 for( ; i < NSQ->sLTP_shp_buf_idx; i++ ) {
H A DNSQ_sse.c180 NSQ->sLTP_shp_buf_idx = psEncC->ltp_mem_length;
283 shp_lag_ptr = &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ];
463 n_LF_Q12 = silk_SMULWB( NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - 1 ], LF_shp_Q14 );
525 NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx ] = silk_SUB_LSHIFT32( sLF_AR_shp_Q14, n_LF_Q12, 2 );
527 NSQ->sLTP_shp_buf_idx++;
682 for( i = NSQ->sLTP_shp_buf_idx - psEncC->ltp_mem_length; i < NSQ->sLTP_shp_buf_idx - 3; i += 4 )
699 for( ; i < NSQ->sLTP_shp_buf_idx; i++ ) {
/external/libopus/silk/fixed/mips/
H A Dprefilter_FIX_mipsr1.h134 LTP_shp_buf_idx = P->sLTP_shp_buf_idx;
181 P->sLTP_shp_buf_idx = LTP_shp_buf_idx;
/external/libopus/silk/mips/
H A DNSQ_del_dec_mipsr1.h118 shp_lag_ptr = &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ];
380 NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - decisionDelay ] = psDD->Shape_Q14[ last_smple_idx ];
383 NSQ->sLTP_shp_buf_idx++;

Completed in 258 milliseconds