Home
last modified time | relevance | path

Searched refs:NLSFIndices (Results 1 – 8 of 8) sorted by relevance

/external/libopus/silk/
Dencode_indices.c91 …ec_enc_icdf( psRangeEnc, psIndices->NLSFIndices[ 0 ], &psEncC->psNLSF_CB->CB1_iCDF[ ( psIndices->s… in silk_encode_indices()
92 silk_NLSF_unpack( ec_ix, pred_Q8, psEncC->psNLSF_CB, psIndices->NLSFIndices[ 0 ] ); in silk_encode_indices()
95 if( psIndices->NLSFIndices[ i+1 ] >= NLSF_QUANT_MAX_AMPLITUDE ) { in silk_encode_indices()
97 …ec_enc_icdf( psRangeEnc, psIndices->NLSFIndices[ i+1 ] - NLSF_QUANT_MAX_AMPLITUDE, silk_NLSF_EXT_i… in silk_encode_indices()
98 } else if( psIndices->NLSFIndices[ i+1 ] <= -NLSF_QUANT_MAX_AMPLITUDE ) { in silk_encode_indices()
100 …ec_enc_icdf( psRangeEnc, -psIndices->NLSFIndices[ i+1 ] - NLSF_QUANT_MAX_AMPLITUDE, silk_NLSF_EXT_… in silk_encode_indices()
102 …ec_enc_icdf( psRangeEnc, psIndices->NLSFIndices[ i+1 ] + NLSF_QUANT_MAX_AMPLITUDE, &psEncC->psNLSF… in silk_encode_indices()
DNLSF_decode.c65 …opus_int8 *NLSFIndices, /* I Codebook path vector [ LPC_ORDER + 1… in silk_NLSF_decode() argument
78 pCB_element = &psNLSF_CB->CB1_NLSF_Q8[ NLSFIndices[ 0 ] * psNLSF_CB->order ]; in silk_NLSF_decode()
84 silk_NLSF_unpack( ec_ix, pred_Q8, psNLSF_CB, NLSFIndices[ 0 ] ); in silk_NLSF_decode()
87 …silk_NLSF_residual_dequant( res_Q10, &NLSFIndices[ 1 ], pred_Q8, psNLSF_CB->quantStepSize_Q16, psN… in silk_NLSF_decode()
DNLSF_encode.c39 …opus_int8 *NLSFIndices, /* I Codebook path vector [ LPC_ORDER + 1… in silk_NLSF_encode() argument
128 NLSFIndices[ 0 ] = (opus_int8)tempIndices1[ bestIndex ]; in silk_NLSF_encode()
129 …silk_memcpy( &NLSFIndices[ 1 ], &tempIndices2[ bestIndex * MAX_LPC_ORDER ], psNLSF_CB->order * siz… in silk_NLSF_encode()
132 silk_NLSF_decode( pNLSF_Q15, NLSFIndices, psNLSF_CB ); in silk_NLSF_encode()
Ddecode_indices.c80 …psDec->indices.NLSFIndices[ 0 ] = (opus_int8)ec_dec_icdf( psRangeDec, &psDec->psNLSF_CB->CB1_iCDF[… in silk_decode_indices()
81 silk_NLSF_unpack( ec_ix, pred_Q8, psDec->psNLSF_CB, psDec->indices.NLSFIndices[ 0 ] ); in silk_decode_indices()
90 psDec->indices.NLSFIndices[ i+1 ] = (opus_int8)( Ix - NLSF_QUANT_MAX_AMPLITUDE ); in silk_decode_indices()
Dprocess_NLSFs.c88 silk_NLSF_encode( psEncC->indices.NLSFIndices, pNLSF_Q15, psEncC->psNLSF_CB, pNLSFW_QW, in silk_process_NLSFs()
Ddecode_parameters.c52 silk_NLSF_decode( pNLSF_Q15, psDec->indices.NLSFIndices, psDec->psNLSF_CB ); in silk_decode_parameters()
Dmain.h335 …opus_int8 *NLSFIndices, /* I Codebook path vector [ LPC_ORDER + 1…
380 …opus_int8 *NLSFIndices, /* I Codebook path vector [ LPC_ORDER + 1…
Dstructs.h118 opus_int8 NLSFIndices[ MAX_LPC_ORDER + 1 ]; member