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

/external/chromium_org/third_party/opus/src/silk/float/
H A Dprefilter_FLP.c170 silk_float n_Tilt, n_LF, n_LTP; local
184 n_LTP = LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 - 1) & LTP_MASK ] * HarmShapeFIR[ 0 ];
185 n_LTP += LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 ) & LTP_MASK ] * HarmShapeFIR[ 1 ];
186 n_LTP += LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 + 1) & LTP_MASK ] * HarmShapeFIR[ 2 ];
188 n_LTP = 0;
200 xw[ i ] = sLF_MA_shp - n_LTP;

Completed in 71 milliseconds