HomeSort by relevance Sort by last modified time
    Searched refs:NLSF_mu_Q20 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
process_NLSFs.c 43 opus_int NLSF_mu_Q20;
57 NLSF_mu_Q20 = silk_SMLAWB( SILK_FIX_CONST( 0.003, 20 ), SILK_FIX_CONST( -0.001, 28 ), psEncC->speech_activity_Q8 );
60 NLSF_mu_Q20 = silk_ADD_RSHIFT( NLSF_mu_Q20, NLSF_mu_Q20, 1 );
63 silk_assert( NLSF_mu_Q20 > 0 );
64 silk_assert( NLSF_mu_Q20 <= SILK_FIX_CONST( 0.005, 20 ) );
88 NLSF_mu_Q20, psEncC->NLSF_MSVQ_Survivors, psEncC->indices.signalType );
NLSF_encode.c 43 const opus_int NLSF_mu_Q20, /* I Rate weight for the RD optimization */
66 silk_assert( NLSF_mu_Q20 <= 32767 && NLSF_mu_Q20 >= 0 );
112 psNLSF_CB->ec_Rates_Q5, psNLSF_CB->quantStepSize_Q16, psNLSF_CB->invQuantStepSize_Q6, NLSF_mu_Q20, psNLSF_CB->order );
122 RD_Q25[ s ] = silk_SMLABB( RD_Q25[ s ], bits_q7, silk_RSHIFT( NLSF_mu_Q20, 2 ) );
main.h 308 const opus_int NLSF_mu_Q20, /* I Rate weight for the RD optimization */
  /external/libopus/silk/
process_NLSFs.c 43 opus_int NLSF_mu_Q20;
57 NLSF_mu_Q20 = silk_SMLAWB( SILK_FIX_CONST( 0.003, 20 ), SILK_FIX_CONST( -0.001, 28 ), psEncC->speech_activity_Q8 );
60 NLSF_mu_Q20 = silk_ADD_RSHIFT( NLSF_mu_Q20, NLSF_mu_Q20, 1 );
63 silk_assert( NLSF_mu_Q20 > 0 );
64 silk_assert( NLSF_mu_Q20 <= SILK_FIX_CONST( 0.005, 20 ) );
88 NLSF_mu_Q20, psEncC->NLSF_MSVQ_Survivors, psEncC->indices.signalType );
NLSF_encode.c 43 const opus_int NLSF_mu_Q20, /* I Rate weight for the RD optimization */
66 silk_assert( NLSF_mu_Q20 <= 32767 && NLSF_mu_Q20 >= 0 );
112 psNLSF_CB->ec_Rates_Q5, psNLSF_CB->quantStepSize_Q16, psNLSF_CB->invQuantStepSize_Q6, NLSF_mu_Q20, psNLSF_CB->order );
122 RD_Q25[ s ] = silk_SMLABB( RD_Q25[ s ], bits_q7, silk_RSHIFT( NLSF_mu_Q20, 2 ) );
main.h 308 const opus_int NLSF_mu_Q20, /* I Rate weight for the RD optimization */

Completed in 2317 milliseconds