Home
last modified time | relevance | path

Searched refs:LTP_shp_buf (Results 1 – 3 of 3) sorted by relevance

/external/libopus/silk/fixed/mips/
Dprefilter_FIX_mipsr1.h130 opus_int16 *LTP_shp_buf; in silk_prefilt_FIX() local
133 LTP_shp_buf = P->sLTP_shp; in silk_prefilt_FIX()
143 …n_LTP_Q12 = silk_SMULBB( LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 - 1) & LTP_MASK ]… in silk_prefilt_FIX()
144 …n_LTP_Q12 = silk_SMLABT( n_LTP_Q12, LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 ) & LTP_MASK ]… in silk_prefilt_FIX()
145 …n_LTP_Q12 = silk_SMLABB( n_LTP_Q12, LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 + 1) & LTP_MASK ]… in silk_prefilt_FIX()
154LTP_shp_buf[ LTP_shp_buf_idx ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( sLF_MA_shp_Q12, 12 ) ); in silk_prefilt_FIX()
172LTP_shp_buf[ LTP_shp_buf_idx ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( sLF_MA_shp_Q12, 12 ) ); in silk_prefilt_FIX()
/external/libopus/silk/float/
Dprefilter_FLP.c172 silk_float *LTP_shp_buf; in silk_prefilt_FLP() local
175 LTP_shp_buf = P->sLTP_shp; in silk_prefilt_FLP()
184 … n_LTP = LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 - 1) & LTP_MASK ] * HarmShapeFIR[ 0 ]; in silk_prefilt_FLP()
185 … n_LTP += LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 ) & LTP_MASK ] * HarmShapeFIR[ 1 ]; in silk_prefilt_FLP()
186 … n_LTP += LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 + 1) & LTP_MASK ] * HarmShapeFIR[ 2 ]; in silk_prefilt_FLP()
198 LTP_shp_buf[ LTP_shp_buf_idx ] = sLF_MA_shp; in silk_prefilt_FLP()
/external/libopus/silk/fixed/
Dprefilter_FIX.c184 opus_int16 *LTP_shp_buf; in silk_prefilt_FIX() local
187 LTP_shp_buf = P->sLTP_shp; in silk_prefilt_FIX()
197 …n_LTP_Q12 = silk_SMULBB( LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 - 1) & LTP_MASK ]… in silk_prefilt_FIX()
198 …n_LTP_Q12 = silk_SMLABT( n_LTP_Q12, LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 ) & LTP_MASK ]… in silk_prefilt_FIX()
199 …n_LTP_Q12 = silk_SMLABB( n_LTP_Q12, LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 + 1) & LTP_MASK ]… in silk_prefilt_FIX()
211LTP_shp_buf[ LTP_shp_buf_idx ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( sLF_MA_shp_Q12, 12 ) ); in silk_prefilt_FIX()