Searched refs:NLSFInterpCoef_Q2 (Results 1 – 13 of 13) sorted by relevance
51 …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()
60 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()
108 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()
95 …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()
126 opus_int8 NLSFInterpCoef_Q2; member
65 if( psDec->indices.NLSFInterpCoef_Q2 < 1 << 2 ) { in silk_decode_core()
114 if( psIndices->NLSFInterpCoef_Q2 == 4 ) { in silk_NSQ_c()
186 if( psIndices->NLSFInterpCoef_Q2 == 4 ) { in silk_NSQ_del_dec_c()
56 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()
60 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()
169 if( psIndices->NLSFInterpCoef_Q2 == 4 ) { in silk_NSQ_sse4_1()
182 if( psIndices->NLSFInterpCoef_Q2 == 4 ) { in silk_NSQ_del_dec_sse4_1()
317 if( psIndices->NLSFInterpCoef_Q2 == 4 ) { in silk_NSQ_del_dec_neon()