HomeSort by relevance Sort by last modified time
    Searched defs:ec_ix (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
decode_indices.c 45 opus_int16 ec_ix[ MAX_LPC_ORDER ]; local
81 silk_NLSF_unpack( ec_ix, pred_Q8, psDec->psNLSF_CB, psDec->indices.NLSFIndices[ 0 ] );
84 Ix = ec_dec_icdf( psRangeDec, &psDec->psNLSF_CB->ec_iCDF[ ec_ix[ i ] ], 8 );
NLSF_decode.c 71 opus_int16 ec_ix[ MAX_LPC_ORDER ]; local
84 silk_NLSF_unpack( ec_ix, pred_Q8, psNLSF_CB, NLSFIndices[ 0 ] );
encode_indices.c 45 opus_int16 ec_ix[ MAX_LPC_ORDER ]; local
92 silk_NLSF_unpack( ec_ix, pred_Q8, psEncC->psNLSF_CB, psIndices->NLSFIndices[ 0 ] );
96 ec_enc_icdf( psRangeEnc, 2 * NLSF_QUANT_MAX_AMPLITUDE, &psEncC->psNLSF_CB->ec_iCDF[ ec_ix[ i ] ], 8 );
99 ec_enc_icdf( psRangeEnc, 0, &psEncC->psNLSF_CB->ec_iCDF[ ec_ix[ i ] ], 8 );
102 ec_enc_icdf( psRangeEnc, psIndices->NLSFIndices[ i+1 ] + NLSF_QUANT_MAX_AMPLITUDE, &psEncC->psNLSF_CB->ec_iCDF[ ec_ix[ i ] ], 8 );
NLSF_encode.c 60 opus_int16 ec_ix[ MAX_LPC_ORDER ]; local
108 silk_NLSF_unpack( ec_ix, pred_Q8, psNLSF_CB, ind1 );
111 RD_Q25[ s ] = silk_NLSF_del_dec_quant( &tempIndices2[ s * MAX_LPC_ORDER ], res_Q10, W_adj_Q5, pred_Q8, ec_ix,

Completed in 25 milliseconds