OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_quality_bands_Q15
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
HP_variable_cutoff.c
54
quality_Q15 = psEncC1->
input_quality_bands_Q15
[ 0 ];
structs.h
183
opus_int
input_quality_bands_Q15
[ VAD_N_BANDS ];
VAD.c
289
psEncC->
input_quality_bands_Q15
[ b ] = silk_sigm_Q15( silk_RSHIFT( SNR_Q7 - 16 * 128, 4 ) );
/external/chromium_org/third_party/opus/src/silk/float/
noise_shape_analysis_FLP.c
153
psEncCtrl->input_quality = 0.5f * ( psEnc->sCmn.
input_quality_bands_Q15
[ 0 ] + psEnc->sCmn.
input_quality_bands_Q15
[ 1 ] ) * ( 1.0f / 32768.0f );
308
strength = LOW_FREQ_SHAPING * ( 1.0f + LOW_QUALITY_LOW_FREQ_SHAPING_DECR * ( psEnc->sCmn.
input_quality_bands_Q15
[ 0 ] * ( 1.0f / 32768.0f ) - 1.0f ) );
/external/chromium_org/third_party/opus/src/silk/fixed/
noise_shape_analysis_FIX.c
173
psEncCtrl->input_quality_Q14 = ( opus_int )silk_RSHIFT( (opus_int32)psEnc->sCmn.
input_quality_bands_Q15
[ 0 ]
174
+ psEnc->sCmn.
input_quality_bands_Q15
[ 1 ], 2 );
376
SILK_FIX_CONST( LOW_QUALITY_LOW_FREQ_SHAPING_DECR, 13 ), psEnc->sCmn.
input_quality_bands_Q15
[ 0 ] - SILK_FIX_CONST( 1.0, 15 ) ) );
Completed in 57 milliseconds