Searched refs:n_LTP (Results 1 – 1 of 1) sorted by relevance
170 silk_float n_Tilt, n_LF, n_LTP; in silk_prefilt_FLP() local184 … 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()188 n_LTP = 0; in silk_prefilt_FLP()200 xw[ i ] = sLF_MA_shp - n_LTP; in silk_prefilt_FLP()