Home
last modified time | relevance | path

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

/external/libopus/silk/float/
Dwrappers_FLP.c39 …const silk_float *pAR, /* I LPC coefficients [ LPC… in silk_A2NLSF_FLP() argument
47 a_fix_Q16[ i ] = silk_float2int( pAR[ i ] * 65536.0f ); in silk_A2NLSF_FLP()
55 …silk_float *pAR, /* O LPC coefficients [ LPC… in silk_NLSF2A_FLP() argument
66 pAR[ i ] = ( silk_float )a_fix_Q12[ i ] * ( 1.0f / 4096.0f ); in silk_NLSF2A_FLP()
Dmain_FLP.h280 …const silk_float *pAR, /* I LPC coefficients [ LPC…
286 …silk_float *pAR, /* O LPC coefficients [ LPC…