Home
last modified time | relevance | path

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

/external/libopus/silk/float/
Dprefilter_FLP.c40 silk_float st_res[], /* I */
109 silk_float st_res[ MAX_SUB_FRAME_LENGTH + MAX_LPC_ORDER ]; in silk_prefilter_FLP() local
132 silk_warped_LPC_analysis_filter_FLP( P->sAR_shp, st_res, AR1_shp, px, 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()
143 P->sHarmHP = st_res[ psEnc->sCmn.subfr_length - 1 ]; in silk_prefilter_FLP()
158 silk_float st_res[], /* I */ in silk_prefilt_FLP() argument
194 sLF_AR_shp = st_res[ i ] - n_Tilt; in silk_prefilt_FLP()