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

  /external/libopus/silk/
quant_LTP_gains.c 39 opus_int32 *sum_log_gain_Q7, /* I/O Cumulative max prediction gain */
77 sum_log_gain_tmp_Q7 = *sum_log_gain_Q7;
126 *sum_log_gain_Q7 = best_sum_log_gain_Q7;
structs.h 174 opus_int32 sum_log_gain_Q7; /* Cumulative max prediction gain */
  /external/libopus/silk/fixed/
find_pred_coefs_FIX.c 96 &psEnc->sCmn.sum_log_gain_Q7, WLTP, psEnc->sCmn.mu_LTP_Q9, psEnc->sCmn.LTPQuantLowComplexity, psEnc->sCmn.nb_subfr);
121 psEnc->sCmn.sum_log_gain_Q7 = 0;
  /external/libopus/silk/float/
find_pred_coefs_FLP.c 70 &psEnc->sCmn.sum_log_gain_Q7, WLTP, psEnc->sCmn.mu_LTP_Q9, psEnc->sCmn.LTPQuantLowComplexity, psEnc->sCmn.nb_subfr );
93 psEnc->sCmn.sum_log_gain_Q7 = 0;
wrappers_FLP.c 178 opus_int32 *sum_log_gain_Q7, /* I/O Cumulative max prediction gain */
196 silk_quant_LTP_gains( B_Q14, cbk_index, periodicity_index, sum_log_gain_Q7, W_Q18, mu_Q10, lowComplexity, nb_subfr );
main_FLP.h 204 opus_int32 *sum_log_gain_Q7, /* I/O Cumulative max prediction gain */

Completed in 149 milliseconds