Searched refs:LTP_shp_buf (Results 1 – 3 of 3) sorted by relevance
130 opus_int16 *LTP_shp_buf; in silk_prefilt_FIX() local133 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()154 …LTP_shp_buf[ LTP_shp_buf_idx ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( sLF_MA_shp_Q12, 12 ) ); in silk_prefilt_FIX()172 …LTP_shp_buf[ LTP_shp_buf_idx ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( sLF_MA_shp_Q12, 12 ) ); in silk_prefilt_FIX()
172 silk_float *LTP_shp_buf; in silk_prefilt_FLP() local175 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()
184 opus_int16 *LTP_shp_buf; in silk_prefilt_FIX() local187 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()211 …LTP_shp_buf[ LTP_shp_buf_idx ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( sLF_MA_shp_Q12, 12 ) ); in silk_prefilt_FIX()