HomeSort by relevance Sort by last modified time
    Searched refs:a_Q16 (Results 1 - 3 of 3) sorted by null

  /external/libopus/silk/
A2NLSF.c 96 const opus_int32 *a_Q16,
108 P[ k ] = -a_Q16[ dd - k - 1 ] - a_Q16[ dd + k ]; /* Q16 */
109 Q[ k ] = -a_Q16[ dd - k - 1 ] + a_Q16[ dd + k ]; /* Q16 */
126 /* If not all roots are found, the a_Q16 coefficients are bandwidth expanded until convergence. */
129 opus_int32 *a_Q16, /* I/O Monic whitening filter coefficients in Q16 [d] */
148 silk_A2NLSF_init( a_Q16, P, Q, dd );
248 silk_bwexpander_32( a_Q16, d, 65536 - silk_SMULBB( 10 + i, i ) ); /* 10_Q16 = 0.00015*/
250 silk_A2NLSF_init( a_Q16, P, Q, dd )
    [all...]
SigProc_FIX.h 263 /* If not all roots are found, the a_Q16 coefficients are bandwidth expanded until convergence. */
266 opus_int32 *a_Q16, /* I/O Monic whitening filter coefficients in Q16 [d] */
314 opus_int32 A_Q16[], /* O Prediction coefficients (length order) */
    [all...]
  /external/libopus/silk/fixed/
find_LPC_FIX.c 45 opus_int32 a_Q16[ MAX_LPC_ORDER ];
63 silk_burg_modified( &res_nrg, &res_nrg_Q, a_Q16, x, minInvGain_Q30, subfr_length, psEncC->nb_subfr, psEncC->predictLPCOrder, psEncC->arch );
146 silk_A2NLSF( NLSF_Q15, a_Q16, psEncC->predictLPCOrder );

Completed in 56 milliseconds