Searched refs:ec_ix (Results 1 – 7 of 7) sorted by relevance
/external/libopus/silk/ |
D | NLSF_unpack.c | 36 …opus_int16 ec_ix[], /* O Indices to entropy tables [ LPC_ORDE… in silk_NLSF_unpack() argument 49 … ec_ix [ i ] = silk_SMULBB( silk_RSHIFT( entry, 1 ) & 7, 2 * NLSF_QUANT_MAX_AMPLITUDE + 1 ); in silk_NLSF_unpack() 51 … ec_ix [ i + 1 ] = silk_SMULBB( silk_RSHIFT( entry, 5 ) & 7, 2 * NLSF_QUANT_MAX_AMPLITUDE + 1 ); in silk_NLSF_unpack()
|
D | encode_indices.c | 45 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()
|
D | NLSF_encode.c | 60 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()
|
D | decode_indices.c | 45 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()
|
D | NLSF_decode.c | 71 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()
|
D | NLSF_del_dec_quant.c | 40 …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()
|
D | main.h | 359 …const opus_int16 ec_ix[], /* I Indices to entropy coding tabl… 369 …opus_int16 ec_ix[], /* O Indices to entropy tables [ LPC_ORDE…
|