OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CCmax
(Results
1 - 2
of
2
) sorted by null
/external/libopus/silk/float/
pitch_analysis_core_FLP.c
97
silk_float Cmax,
CCmax
, CCmax_b, CCmax_new_b, CCmax_new;
308
CCmax
= 0.0f; /* This value doesn't matter */
375
CCmax
= CCmax_new;
391
*LTPCorr = (silk_float)(
CCmax
/ nb_subfr );
411
CCmax
= -1000.0f;
450
if( CCmax_new >
CCmax
&& ( d + (opus_int)silk_CB_lags_stage3[ 0 ][ j ] ) <= max_lag ) {
451
CCmax
= CCmax_new;
/external/libopus/silk/fixed/
pitch_analysis_core_FIX.c
109
opus_int32 CC[ PE_NB_CBKS_STAGE2_EXT ],
CCmax
, CCmax_b, CCmax_new_b, CCmax_new;
364
CCmax
= silk_int32_MIN;
443
CCmax
= CCmax_new;
460
*LTPCorr_Q15 = (opus_int)silk_LSHIFT( silk_DIV32_16(
CCmax
, nb_subfr ), 2 );
501
CCmax
= silk_int32_MIN;
553
if( CCmax_new >
CCmax
&& ( d + silk_CB_lags_stage3[ 0 ][ j ] ) <= max_lag ) {
554
CCmax
= CCmax_new;
[
all
...]
Completed in 170 milliseconds