Home
last modified time | relevance | path

Searched refs:sLF_MA_shp (Results 1 – 2 of 2) sorted by relevance

/external/libopus/silk/float/
Dprefilter_FLP.c171 silk_float sLF_AR_shp, sLF_MA_shp; in silk_prefilt_FLP() local
178 sLF_MA_shp = P->sLF_MA_shp; in silk_prefilt_FLP()
192 n_LF = sLF_AR_shp * LF_AR_shp + sLF_MA_shp * LF_MA_shp; in silk_prefilt_FLP()
195 sLF_MA_shp = sLF_AR_shp - n_LF; in silk_prefilt_FLP()
198 LTP_shp_buf[ LTP_shp_buf_idx ] = sLF_MA_shp; in silk_prefilt_FLP()
200 xw[ i ] = sLF_MA_shp - n_LTP; in silk_prefilt_FLP()
204 P->sLF_MA_shp = sLF_MA_shp; in silk_prefilt_FLP()
Dstructs_FLP.h58 silk_float sLF_MA_shp; member