Home
last modified time | relevance | path

Searched refs:NLSFInterpCoef_Q2 (Results 1 – 13 of 13) sorted by relevance

/external/libopus/silk/
Dprocess_NLSFs.c51 …celt_assert( psEncC->useInterpolatedNLSFs == 1 || psEncC->indices.NLSFInterpCoef_Q2 == ( 1 << 2 ) … in silk_process_NLSFs()
70 …doInterpolate = ( psEncC->useInterpolatedNLSFs == 1 ) && ( psEncC->indices.NLSFInterpCoef_Q2 < 4 ); in silk_process_NLSFs()
74 psEncC->indices.NLSFInterpCoef_Q2, psEncC->predictLPCOrder ); in silk_process_NLSFs()
80 …r_Q15 = silk_LSHIFT( silk_SMULBB( psEncC->indices.NLSFInterpCoef_Q2, psEncC->indices.NLSFInterpCoe… in silk_process_NLSFs()
97 psEncC->indices.NLSFInterpCoef_Q2, psEncC->predictLPCOrder ); in silk_process_NLSFs()
Ddecode_parameters.c60 psDec->indices.NLSFInterpCoef_Q2 = 4; in silk_decode_parameters()
63 if( psDec->indices.NLSFInterpCoef_Q2 < 4 ) { in silk_decode_parameters()
67 …LSF0_Q15[ i ] = psDec->prevNLSF_Q15[ i ] + silk_RSHIFT( silk_MUL( psDec->indices.NLSFInterpCoef_Q2, in silk_decode_parameters()
Dencode_indices.c108 silk_assert( psIndices->NLSFInterpCoef_Q2 >= 0 && psIndices->NLSFInterpCoef_Q2 < 5 ); in silk_encode_indices()
109 … ec_enc_icdf( psRangeEnc, psIndices->NLSFInterpCoef_Q2, silk_NLSF_interpolation_factor_iCDF, 8 ); in silk_encode_indices()
Ddecode_indices.c95 …psDec->indices.NLSFInterpCoef_Q2 = (opus_int8)ec_dec_icdf( psRangeDec, silk_NLSF_interpolation_fac… in silk_decode_indices()
97 psDec->indices.NLSFInterpCoef_Q2 = 4; in silk_decode_indices()
Dstructs.h126 opus_int8 NLSFInterpCoef_Q2; member
Ddecode_core.c65 if( psDec->indices.NLSFInterpCoef_Q2 < 1 << 2 ) { in silk_decode_core()
DNSQ.c114 if( psIndices->NLSFInterpCoef_Q2 == 4 ) { in silk_NSQ_c()
DNSQ_del_dec.c186 if( psIndices->NLSFInterpCoef_Q2 == 4 ) { in silk_NSQ_del_dec_c()
/external/libopus/silk/float/
Dfind_LPC_FLP.c56 psEncC->indices.NLSFInterpCoef_Q2 = 4; in silk_find_LPC_FLP()
88 psEncC->indices.NLSFInterpCoef_Q2 = (opus_int8)k; in silk_find_LPC_FLP()
97 if( psEncC->indices.NLSFInterpCoef_Q2 == 4 ) { in silk_find_LPC_FLP()
102 celt_assert( psEncC->indices.NLSFInterpCoef_Q2 == 4 || in silk_find_LPC_FLP()
/external/libopus/silk/fixed/
Dfind_LPC_FIX.c60 psEncC->indices.NLSFInterpCoef_Q2 = 4; in silk_find_LPC_FIX()
139 psEncC->indices.NLSFInterpCoef_Q2 = (opus_int8)k; in silk_find_LPC_FIX()
144 if( psEncC->indices.NLSFInterpCoef_Q2 == 4 ) { in silk_find_LPC_FIX()
149 …celt_assert( psEncC->indices.NLSFInterpCoef_Q2 == 4 || ( psEncC->useInterpolatedNLSFs && !psEncC->… in silk_find_LPC_FIX()
/external/libopus/silk/x86/
DNSQ_sse4_1.c169 if( psIndices->NLSFInterpCoef_Q2 == 4 ) { in silk_NSQ_sse4_1()
DNSQ_del_dec_sse4_1.c182 if( psIndices->NLSFInterpCoef_Q2 == 4 ) { in silk_NSQ_del_dec_sse4_1()
/external/libopus/silk/arm/
DNSQ_del_dec_neon_intr.c317 if( psIndices->NLSFInterpCoef_Q2 == 4 ) { in silk_NSQ_del_dec_neon()