Home
last modified time | relevance | path

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

/external/libopus/silk/float/
Dprefilter_FLP.c107 silk_float *pxw; in silk_prefilter_FLP() local
113 pxw = xw; in silk_prefilter_FLP()
139 pxw[ 0 ] = B[ 0 ] * st_res[ 0 ] + B[ 1 ] * P->sHarmHP; in silk_prefilter_FLP()
141 pxw[ j ] = B[ 0 ] * st_res[ j ] + B[ 1 ] * st_res[ j - 1 ]; in silk_prefilter_FLP()
145 …silk_prefilt_FLP( P, pxw, pxw, HarmShapeFIR, Tilt, LF_MA_shp, LF_AR_shp, lag, psEnc->sCmn.subfr_le… in silk_prefilter_FLP()
148 pxw += psEnc->sCmn.subfr_length; in silk_prefilter_FLP()