Home
last modified time | relevance | path

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

/external/libopus/silk/
DNLSF_unpack.c36 …opus_int16 ec_ix[], /* O Indices to entropy tables [ LPC_ORDE… in silk_NLSF_unpack() argument
49ec_ix [ i ] = silk_SMULBB( silk_RSHIFT( entry, 1 ) & 7, 2 * NLSF_QUANT_MAX_AMPLITUDE + 1 ); in silk_NLSF_unpack()
51ec_ix [ i + 1 ] = silk_SMULBB( silk_RSHIFT( entry, 5 ) & 7, 2 * NLSF_QUANT_MAX_AMPLITUDE + 1 ); in silk_NLSF_unpack()
Dencode_indices.c45 opus_int16 ec_ix[ MAX_LPC_ORDER ]; in silk_encode_indices() local
92 silk_NLSF_unpack( ec_ix, pred_Q8, psEncC->psNLSF_CB, psIndices->NLSFIndices[ 0 ] ); in silk_encode_indices()
96 …enc_icdf( psRangeEnc, 2 * NLSF_QUANT_MAX_AMPLITUDE, &psEncC->psNLSF_CB->ec_iCDF[ ec_ix[ i ] ], 8 ); in silk_encode_indices()
99 ec_enc_icdf( psRangeEnc, 0, &psEncC->psNLSF_CB->ec_iCDF[ ec_ix[ i ] ], 8 ); in silk_encode_indices()
102 …ces->NLSFIndices[ i+1 ] + NLSF_QUANT_MAX_AMPLITUDE, &psEncC->psNLSF_CB->ec_iCDF[ ec_ix[ i ] ], 8 ); in silk_encode_indices()
DNLSF_encode.c60 opus_int16 ec_ix[ MAX_LPC_ORDER ]; in silk_NLSF_encode() local
108 silk_NLSF_unpack( ec_ix, pred_Q8, psNLSF_CB, ind1 ); in silk_NLSF_encode()
111 …] = silk_NLSF_del_dec_quant( &tempIndices2[ s * MAX_LPC_ORDER ], res_Q10, W_adj_Q5, pred_Q8, ec_ix, in silk_NLSF_encode()
Ddecode_indices.c45 opus_int16 ec_ix[ MAX_LPC_ORDER ]; in silk_decode_indices() local
81 silk_NLSF_unpack( ec_ix, pred_Q8, psDec->psNLSF_CB, psDec->indices.NLSFIndices[ 0 ] ); in silk_decode_indices()
84 Ix = ec_dec_icdf( psRangeDec, &psDec->psNLSF_CB->ec_iCDF[ ec_ix[ i ] ], 8 ); in silk_decode_indices()
DNLSF_decode.c71 opus_int16 ec_ix[ MAX_LPC_ORDER ]; in silk_NLSF_decode() local
84 silk_NLSF_unpack( ec_ix, pred_Q8, psNLSF_CB, NLSFIndices[ 0 ] ); in silk_NLSF_decode()
DNLSF_del_dec_quant.c40 …const opus_int16 ec_ix[], /* I Indices to entropy coding tabl… in silk_NLSF_del_dec_quant() argument
88 rates_Q5 = &ec_rates_Q5[ ec_ix[ i ] ]; in silk_NLSF_del_dec_quant()
Dmain.h359 …const opus_int16 ec_ix[], /* I Indices to entropy coding tabl…
369 …opus_int16 ec_ix[], /* O Indices to entropy tables [ LPC_ORDE…