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

  /external/chromium_org/third_party/opus/src/silk/
control_SNR.c 75 if( psEncC->LBRR_enabled ) {
control_codec.c 403 psEncC->LBRR_enabled = 0;
416 psEncC->LBRR_enabled = 1;
structs.h 220 opus_int LBRR_enabled; /* Depends on useInBandFRC, bitrate and packet loss rate */
  /external/chromium_org/third_party/opus/src/silk/fixed/
encode_frame_FIX.c 343 if( psEnc->sCmn.LBRR_enabled && psEnc->sCmn.speech_activity_Q8 > SILK_FIX_CONST( LBRR_SPEECH_ACTIVITY_THRES, 8 ) ) {
  /external/chromium_org/third_party/opus/src/silk/float/
encode_frame_FLP.c 335 if( psEnc->sCmn.LBRR_enabled && psEnc->sCmn.speech_activity_Q8 > SILK_FIX_CONST( LBRR_SPEECH_ACTIVITY_THRES, 8 ) ) {

Completed in 30 milliseconds