OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LBRR_GainIncreases
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
control_SNR.c
76
psEncC->SNR_dB_Q7 = silk_SMLABB( psEncC->SNR_dB_Q7, 12 - psEncC->
LBRR_GainIncreases
, SILK_FIX_CONST( -0.25, 7 ) );
structs.h
221
opus_int
LBRR_GainIncreases
; /* Gains increment for coding LBRR frames */
control_codec.c
417
psEncC->
LBRR_GainIncreases
= silk_max_int( 7 - silk_SMULWB( (opus_int32)psEncC->PacketLoss_perc, SILK_FIX_CONST( 0.4, 16 ) ), 2 );
/external/chromium_org/third_party/opus/src/silk/fixed/
encode_frame_FIX.c
358
psIndices_LBRR->GainsIndices[ 0 ] = psIndices_LBRR->GainsIndices[ 0 ] + psEnc->sCmn.
LBRR_GainIncreases
;
/external/chromium_org/third_party/opus/src/silk/float/
encode_frame_FLP.c
350
psIndices_LBRR->GainsIndices[ 0 ] += psEnc->sCmn.
LBRR_GainIncreases
;
Completed in 34 milliseconds