/external/chromium_org/third_party/opus/src/silk/ |
NLSF_unpack.c | 36 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 );
|
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,
|
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_del_dec_quant.c | 40 const opus_int16 ec_ix[], /* I Indices to entropy coding tables [ order ] */ 65 rates_Q5 = &ec_rates_Q5[ ec_ix[ i ] ];
|
main.h | 328 const opus_int16 ec_ix[], /* I Indices to entropy coding tables [ order ] */ 338 opus_int16 ec_ix[], /* O Indices to entropy tables [ LPC_ORDER ] */
|
/external/libopus/silk/ |
NLSF_unpack.c | 36 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 );
|
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,
|
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_del_dec_quant.c | 40 const opus_int16 ec_ix[], /* I Indices to entropy coding tables [ order ] */ 65 rates_Q5 = &ec_rates_Q5[ ec_ix[ i ] ];
|
main.h | 328 const opus_int16 ec_ix[], /* I Indices to entropy coding tables [ order ] */ 338 opus_int16 ec_ix[], /* O Indices to entropy tables [ LPC_ORDER ] */
|