Searched refs:NLSFInterpCoef_Q2 (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A Dprocess_NLSFs.c51 silk_assert( psEncC->useInterpolatedNLSFs == 1 || psEncC->indices.NLSFInterpCoef_Q2 == ( 1 << 2 ) );
70 doInterpolate = ( psEncC->useInterpolatedNLSFs == 1 ) && ( psEncC->indices.NLSFInterpCoef_Q2 < 4 );
74 psEncC->indices.NLSFInterpCoef_Q2, psEncC->predictLPCOrder );
80 i_sqr_Q15 = silk_LSHIFT( silk_SMULBB( psEncC->indices.NLSFInterpCoef_Q2, psEncC->indices.NLSFInterpCoef_Q2 ), 11 );
96 psEncC->indices.NLSFInterpCoef_Q2, psEncC->predictLPCOrder );
H A Ddecode_parameters.c60 psDec->indices.NLSFInterpCoef_Q2 = 4;
63 if( psDec->indices.NLSFInterpCoef_Q2 < 4 ) {
67 pNLSF0_Q15[ i ] = psDec->prevNLSF_Q15[ i ] + silk_RSHIFT( silk_MUL( psDec->indices.NLSFInterpCoef_Q2,
H A Ddecode_indices.c95 psDec->indices.NLSFInterpCoef_Q2 = (opus_int8)ec_dec_icdf( psRangeDec, silk_NLSF_interpolation_factor_iCDF, 8 );
97 psDec->indices.NLSFInterpCoef_Q2 = 4;
H A Dencode_indices.c108 silk_assert( psIndices->NLSFInterpCoef_Q2 >= 0 && psIndices->NLSFInterpCoef_Q2 < 5 );
109 ec_enc_icdf( psRangeEnc, psIndices->NLSFInterpCoef_Q2, silk_NLSF_interpolation_factor_iCDF, 8 );
H A Dstructs.h123 opus_int8 NLSFInterpCoef_Q2; member in struct:__anon14731
H A Ddecode_core.c64 if( psDec->indices.NLSFInterpCoef_Q2 < 1 << 2 ) {
H A DNSQ.c108 if( psIndices->NLSFInterpCoef_Q2 == 4 ) {
H A DNSQ_del_dec.c177 if( psIndices->NLSFInterpCoef_Q2 == 4 ) {
/external/libopus/silk/
H A Dprocess_NLSFs.c51 silk_assert( psEncC->useInterpolatedNLSFs == 1 || psEncC->indices.NLSFInterpCoef_Q2 == ( 1 << 2 ) );
70 doInterpolate = ( psEncC->useInterpolatedNLSFs == 1 ) && ( psEncC->indices.NLSFInterpCoef_Q2 < 4 );
74 psEncC->indices.NLSFInterpCoef_Q2, psEncC->predictLPCOrder );
80 i_sqr_Q15 = silk_LSHIFT( silk_SMULBB( psEncC->indices.NLSFInterpCoef_Q2, psEncC->indices.NLSFInterpCoef_Q2 ), 11 );
96 psEncC->indices.NLSFInterpCoef_Q2, psEncC->predictLPCOrder );
H A Ddecode_parameters.c60 psDec->indices.NLSFInterpCoef_Q2 = 4;
63 if( psDec->indices.NLSFInterpCoef_Q2 < 4 ) {
67 pNLSF0_Q15[ i ] = psDec->prevNLSF_Q15[ i ] + silk_RSHIFT( silk_MUL( psDec->indices.NLSFInterpCoef_Q2,
H A Ddecode_indices.c95 psDec->indices.NLSFInterpCoef_Q2 = (opus_int8)ec_dec_icdf( psRangeDec, silk_NLSF_interpolation_factor_iCDF, 8 );
97 psDec->indices.NLSFInterpCoef_Q2 = 4;
H A Dencode_indices.c108 silk_assert( psIndices->NLSFInterpCoef_Q2 >= 0 && psIndices->NLSFInterpCoef_Q2 < 5 );
109 ec_enc_icdf( psRangeEnc, psIndices->NLSFInterpCoef_Q2, silk_NLSF_interpolation_factor_iCDF, 8 );
H A Dstructs.h123 opus_int8 NLSFInterpCoef_Q2; member in struct:__anon24562
H A Ddecode_core.c64 if( psDec->indices.NLSFInterpCoef_Q2 < 1 << 2 ) {
H A DNSQ.c108 if( psIndices->NLSFInterpCoef_Q2 == 4 ) {
H A DNSQ_del_dec.c177 if( psIndices->NLSFInterpCoef_Q2 == 4 ) {
/external/chromium_org/third_party/opus/src/silk/float/
H A Dfind_LPC_FLP.c56 psEncC->indices.NLSFInterpCoef_Q2 = 4;
88 psEncC->indices.NLSFInterpCoef_Q2 = (opus_int8)k;
97 if( psEncC->indices.NLSFInterpCoef_Q2 == 4 ) {
102 silk_assert( psEncC->indices.NLSFInterpCoef_Q2 == 4 ||
/external/libopus/silk/float/
H A Dfind_LPC_FLP.c56 psEncC->indices.NLSFInterpCoef_Q2 = 4;
88 psEncC->indices.NLSFInterpCoef_Q2 = (opus_int8)k;
97 if( psEncC->indices.NLSFInterpCoef_Q2 == 4 ) {
102 silk_assert( psEncC->indices.NLSFInterpCoef_Q2 == 4 ||
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dfind_LPC_FIX.c60 psEncC->indices.NLSFInterpCoef_Q2 = 4;
139 psEncC->indices.NLSFInterpCoef_Q2 = (opus_int8)k;
144 if( psEncC->indices.NLSFInterpCoef_Q2 == 4 ) {
149 silk_assert( psEncC->indices.NLSFInterpCoef_Q2 == 4 || ( psEncC->useInterpolatedNLSFs && !psEncC->first_frame_after_reset && psEncC->nb_subfr == MAX_NB_SUBFR ) );
/external/libopus/silk/fixed/
H A Dfind_LPC_FIX.c60 psEncC->indices.NLSFInterpCoef_Q2 = 4;
139 psEncC->indices.NLSFInterpCoef_Q2 = (opus_int8)k;
144 if( psEncC->indices.NLSFInterpCoef_Q2 == 4 ) {
149 silk_assert( psEncC->indices.NLSFInterpCoef_Q2 == 4 || ( psEncC->useInterpolatedNLSFs && !psEncC->first_frame_after_reset && psEncC->nb_subfr == MAX_NB_SUBFR ) );

Completed in 221 milliseconds