OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shp_lag_ptr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
NSQ.c
202
opus_int32 *psLPC_Q14, *
shp_lag_ptr
, *pred_lag_ptr;
local
204
shp_lag_ptr
= &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ];
284
n_LTP_Q13 = silk_SMULWB( silk_ADD32(
shp_lag_ptr
[ 0 ],
shp_lag_ptr
[ -2 ] ), HarmShapeFIRPacked_Q14 );
285
n_LTP_Q13 = silk_SMLAWT( n_LTP_Q13,
shp_lag_ptr
[ -1 ], HarmShapeFIRPacked_Q14 );
287
shp_lag_ptr
++;
NSQ_del_dec.c
341
opus_int32 *pred_lag_ptr, *
shp_lag_ptr
, *psLPC_Q14;
local
350
shp_lag_ptr
= &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ];
376
n_LTP_Q14 = silk_SMULWB( silk_ADD32(
shp_lag_ptr
[ 0 ],
shp_lag_ptr
[ -2 ] ), HarmShapeFIRPacked_Q14 );
377
n_LTP_Q14 = silk_SMLAWT( n_LTP_Q14,
shp_lag_ptr
[ -1 ], HarmShapeFIRPacked_Q14 );
379
shp_lag_ptr
++;
[
all
...]
Completed in 37 milliseconds