Searched defs:pAR (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/float/
H A Dwrappers_FLP.c39 const silk_float *pAR, /* I LPC coefficients [ LPC_order ] */
47 a_fix_Q16[ i ] = silk_float2int( pAR[ i ] * 65536.0f );
55 silk_float *pAR, /* O LPC coefficients [ LPC_order ] */
66 pAR[ i ] = ( silk_float )a_fix_Q12[ i ] * ( 1.0f / 4096.0f );
37 silk_A2NLSF_FLP( opus_int16 *NLSF_Q15, const silk_float *pAR, const opus_int LPC_order ) argument
54 silk_NLSF2A_FLP( silk_float *pAR, const opus_int16 *NLSF_Q15, const opus_int LPC_order ) argument
/external/libopus/silk/float/
H A Dwrappers_FLP.c39 const silk_float *pAR, /* I LPC coefficients [ LPC_order ] */
47 a_fix_Q16[ i ] = silk_float2int( pAR[ i ] * 65536.0f );
55 silk_float *pAR, /* O LPC coefficients [ LPC_order ] */
66 pAR[ i ] = ( silk_float )a_fix_Q12[ i ] * ( 1.0f / 4096.0f );
37 silk_A2NLSF_FLP( opus_int16 *NLSF_Q15, const silk_float *pAR, const opus_int LPC_order ) argument
54 silk_NLSF2A_FLP( silk_float *pAR, const opus_int16 *NLSF_Q15, const opus_int LPC_order ) argument

Completed in 94 milliseconds