Home
last modified time | relevance | path

Searched refs:HARM_SHAPE_FIR_TAPS (Results 1 – 10 of 10) sorted by relevance

/external/libopus/silk/float/
Dprefilter_FLP.c182 silk_assert( HARM_SHAPE_FIR_TAPS == 3 ); 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()
/external/chromium_org/third_party/opus/src/silk/float/
Dprefilter_FLP.c182 silk_assert( HARM_SHAPE_FIR_TAPS == 3 ); 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()
/external/chromium_org/third_party/opus/src/silk/fixed/
Dprefilter_FIX.c184 silk_assert( HARM_SHAPE_FIR_TAPS == 3 ); in silk_prefilt_FIX()
186 …n_LTP_Q12 = silk_SMULBB( LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 - 1) & LTP_MASK ]… in silk_prefilt_FIX()
187 …n_LTP_Q12 = silk_SMLABT( n_LTP_Q12, LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 ) & LTP_MASK ]… in silk_prefilt_FIX()
188 …n_LTP_Q12 = silk_SMLABB( n_LTP_Q12, LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 + 1) & LTP_MASK ]… in silk_prefilt_FIX()
/external/libopus/silk/fixed/
Dprefilter_FIX.c184 silk_assert( HARM_SHAPE_FIR_TAPS == 3 ); in silk_prefilt_FIX()
186 …n_LTP_Q12 = silk_SMULBB( LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 - 1) & LTP_MASK ]… in silk_prefilt_FIX()
187 …n_LTP_Q12 = silk_SMLABT( n_LTP_Q12, LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 ) & LTP_MASK ]… in silk_prefilt_FIX()
188 …n_LTP_Q12 = silk_SMLABB( n_LTP_Q12, LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 + 1) & LTP_MASK ]… in silk_prefilt_FIX()
/external/libopus/silk/
Ddefine.h152 #define HARM_SHAPE_FIR_TAPS 3 macro
DNSQ.c204 shp_lag_ptr = &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ]; in silk_noise_shape_quantizer()
DNSQ_del_dec.c350 shp_lag_ptr = &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ]; in silk_noise_shape_quantizer_del_dec()
/external/chromium_org/third_party/opus/src/silk/
Ddefine.h152 #define HARM_SHAPE_FIR_TAPS 3 macro
DNSQ.c204 shp_lag_ptr = &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ]; in silk_noise_shape_quantizer()
DNSQ_del_dec.c350 shp_lag_ptr = &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ]; in silk_noise_shape_quantizer_del_dec()