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

  /external/chromium_org/third_party/opus/src/silk/
encode_indices.c 160 silk_assert( psIndices->LTPIndex[ k ] >= 0 && psIndices->LTPIndex[ k ] < ( 8 << psIndices->PERIndex ) );
161 ec_enc_icdf( psRangeEnc, psIndices->LTPIndex[ k ], silk_LTP_gain_iCDF_ptrs[ psIndices->PERIndex ], 8 );
decode_parameters.c 98 Ix = psDec->indices.LTPIndex[ k ];
decode_indices.c 133 psDec->indices.LTPIndex[ k ] = (opus_int8)ec_dec_icdf( psRangeDec, silk_LTP_gain_iCDF_ptrs[ psDec->indices.PERIndex ], 8 );
structs.h 117 opus_int8 LTPIndex[ MAX_NB_SUBFR ];
  /external/chromium_org/third_party/opus/src/silk/fixed/
find_pred_coefs_FIX.c 86 silk_quant_LTP_gains( psEncCtrl->LTPCoef_Q14, psEnc->sCmn.indices.LTPIndex, &psEnc->sCmn.indices.PERIndex,
  /external/chromium_org/third_party/opus/src/silk/float/
find_pred_coefs_FLP.c 69 silk_quant_LTP_gains_FLP( psEncCtrl->LTPCoef, psEnc->sCmn.indices.LTPIndex, &psEnc->sCmn.indices.PERIndex,

Completed in 387 milliseconds