Searched refs:LBRR_GainIncreases (Results 1 - 4 of 4) sorted by relevance

/external/libopus/silk/
H A Dcontrol_codec.c419 psEncC->LBRR_GainIncreases = 7;
421 psEncC->LBRR_GainIncreases = silk_max_int( 7 - silk_SMULWB( (opus_int32)psEncC->PacketLoss_perc, SILK_FIX_CONST( 0.4, 16 ) ), 2 );
H A Dstructs.h224 opus_int LBRR_GainIncreases; /* Gains increment for coding LBRR frames */ member in struct:__anon11320
/external/libopus/silk/fixed/
H A Dencode_frame_FIX.c360 psIndices_LBRR->GainsIndices[ 0 ] = psIndices_LBRR->GainsIndices[ 0 ] + psEnc->sCmn.LBRR_GainIncreases;
/external/libopus/silk/float/
H A Dencode_frame_FLP.c350 psIndices_LBRR->GainsIndices[ 0 ] += psEnc->sCmn.LBRR_GainIncreases;

Completed in 117 milliseconds