HomeSort by relevance Sort by last modified time
    Searched full:local_gains (Results 1 - 1 of 1) sorted by null

  /external/libopus/silk/fixed/
find_pred_coefs_FIX.c 44 opus_int32 invGains_Q16[ MAX_NB_SUBFR ], local_gains[ MAX_NB_SUBFR ], Wght_Q15[ MAX_NB_SUBFR ]; local
73 local_gains[ i ] = silk_DIV32( ( (opus_int32)1 << 16 ), invGains_Q16[ i ] );
141 silk_residual_energy_FIX( psEncCtrl->ResNrg, psEncCtrl->ResNrgQ, LPC_in_pre, psEncCtrl->PredCoef_Q12, local_gains,

Completed in 531 milliseconds