OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cbimax
(Results
1 - 2
of
2
) sorted by null
/external/libopus/silk/fixed/
pitch_analysis_core_FIX.c
109
opus_int
CBimax
, CBimax_new, CBimax_old, lag, start_lag, end_lag, lag_new;
368
CBimax
= 0; /* To avoid returning undefined lag values */
446
CBimax
= CBimax_new;
485
CBimax_old =
CBimax
;
500
CBimax
= 0; /* to avoid undefined lag */
557
CBimax
= j;
564
pitch_out[ k ] = lag_new + matrix_ptr( Lag_CB_ptr, k,
CBimax
, cbk_size );
568
*contourIndex = (opus_int8)
CBimax
;
572
pitch_out[ k ] = lag + matrix_ptr( Lag_CB_ptr, k,
CBimax
, cbk_size );
576
*contourIndex = (opus_int8)
CBimax
;
[
all
...]
/external/libopus/silk/float/
pitch_analysis_core_FLP.c
98
opus_int
CBimax
, CBimax_new, lag, start_lag, end_lag, lag_new;
311
CBimax
= 0; /* To avoid returning undefined lag values */
377
CBimax
= CBimax_new;
409
CBimax
= 0; /* to avoid undefined lag */
453
CBimax
= j;
460
pitch_out[ k ] = lag_new + matrix_ptr( Lag_CB_ptr, k,
CBimax
, cbk_size );
464
*contourIndex = (opus_int8)
CBimax
;
468
pitch_out[ k ] = lag + matrix_ptr( Lag_CB_ptr, k,
CBimax
, cbk_size );
472
*contourIndex = (opus_int8)
CBimax
;
Completed in 131 milliseconds