Searched refs:ec_ix (Results 1 - 7 of 7) sorted by relevance

/external/libopus/silk/
H A DNLSF_unpack.c36 opus_int16 ec_ix[], /* O Indices to entropy tables [ LPC_ORDER ] */
49 ec_ix [ i ] = silk_SMULBB( silk_RSHIFT( entry, 1 ) & 7, 2 * NLSF_QUANT_MAX_AMPLITUDE + 1 );
51 ec_ix [ i + 1 ] = silk_SMULBB( silk_RSHIFT( entry, 5 ) & 7, 2 * NLSF_QUANT_MAX_AMPLITUDE + 1 );
35 silk_NLSF_unpack( opus_int16 ec_ix[], opus_uint8 pred_Q8[], const silk_NLSF_CB_struct *psNLSF_CB, const opus_int CB1_index ) argument
H A DNLSF_decode.c71 opus_int16 ec_ix[ MAX_LPC_ORDER ]; local
84 silk_NLSF_unpack( ec_ix, pred_Q8, psNLSF_CB, NLSFIndices[ 0 ] );
H A Dencode_indices.c45 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 );
H A DNLSF_encode.c60 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,
H A Ddecode_indices.c45 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 );
H A DNLSF_del_dec_quant.c40 const opus_int16 ec_ix[], /* I Indices to entropy coding tables [ order ] */
65 rates_Q5 = &ec_rates_Q5[ ec_ix[ i ] ];
35 silk_NLSF_del_dec_quant( opus_int8 indices[], const opus_int16 x_Q10[], const opus_int16 w_Q5[], const opus_uint8 pred_coef_Q8[], const opus_int16 ec_ix[], const opus_uint8 ec_rates_Q5[], const opus_int quant_step_size_Q16, const opus_int16 inv_quant_step_size_Q6, const opus_int32 mu_Q20, const opus_int16 order ) argument
H A Dmain.h328 const opus_int16 ec_ix[], /* I Indices to entropy coding tables [ order ] */
338 opus_int16 ec_ix[], /* O Indices to entropy tables [ LPC_ORDER ] */

Completed in 123 milliseconds