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

  /external/chromium_org/third_party/opus/src/silk/fixed/
find_pred_coefs_FIX.c 80 VARDECL( opus_int32, WLTP );
87 ALLOC( WLTP, psEnc->sCmn.nb_subfr * LTP_ORDER * LTP_ORDER, opus_int32 );
90 silk_find_LTP_FIX( psEncCtrl->LTPCoef_Q14, WLTP, &psEncCtrl->LTPredCodGain_Q7,
96 WLTP, psEnc->sCmn.mu_LTP_Q9, psEnc->sCmn.LTPQuantLowComplexity, psEnc->sCmn.nb_subfr);
main_FIX.h 158 opus_int32 WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for LTP quantization */
find_LTP_FIX.c 45 opus_int32 WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for LTP quantization */
73 WLTP_ptr = WLTP;
  /external/chromium_org/third_party/opus/src/silk/float/
find_pred_coefs_FLP.c 44 silk_float WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ];
65 silk_find_LTP_FLP( psEncCtrl->LTPCoef, WLTP, &psEncCtrl->LTPredCodGain, res_pitch,
70 WLTP, psEnc->sCmn.mu_LTP_Q9, psEnc->sCmn.LTPQuantLowComplexity, psEnc->sCmn.nb_subfr );
find_LTP_FLP.c 37 silk_float WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for LTP quantization */
56 WLTP_ptr = WLTP;
main_FLP.h 155 silk_float WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for LTP quantization */

Completed in 43 milliseconds