OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ccmax_b
(Results
1 - 2
of
2
) sorted by null
/external/libopus/silk/fixed/
pitch_analysis_core_FIX.c
110
opus_int32 CC[ PE_NB_CBKS_STAGE2_EXT ], CCmax,
CCmax_b
, CCmax_new_b, CCmax_new;
366
CCmax_b
= silk_int32_MIN;
439
if( CCmax_new_b >
CCmax_b
&& /* Find maximum biased correlation */
443
CCmax_b
= CCmax_new_b;
[
all
...]
/external/libopus/silk/float/
pitch_analysis_core_FLP.c
97
silk_float Cmax, CCmax,
CCmax_b
, CCmax_new_b, CCmax_new;
309
CCmax_b
= -1000.0f;
371
if( CCmax_new_b >
CCmax_b
&& /* Find maximum biased correlation */
374
CCmax_b
= CCmax_new_b;
Completed in 1586 milliseconds