OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cbimax
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/silk/fixed/
pitch_analysis_core_FIX.c
108
opus_int
CBimax
, CBimax_new, CBimax_old, lag, start_lag, end_lag, lag_new;
367
CBimax
= 0; /* To avoid returning undefined lag values */
445
CBimax
= CBimax_new;
484
CBimax_old =
CBimax
;
499
CBimax
= 0; /* to avoid undefined lag */
556
CBimax
= j;
563
pitch_out[ k ] = lag_new + matrix_ptr( Lag_CB_ptr, k,
CBimax
, cbk_size );
567
*contourIndex = (opus_int8)
CBimax
;
571
pitch_out[ k ] = lag + matrix_ptr( Lag_CB_ptr, k,
CBimax
, cbk_size );
575
*contourIndex = (opus_int8)
CBimax
;
[
all
...]
/external/libopus/silk/fixed/
pitch_analysis_core_FIX.c
108
opus_int
CBimax
, CBimax_new, CBimax_old, lag, start_lag, end_lag, lag_new;
367
CBimax
= 0; /* To avoid returning undefined lag values */
445
CBimax
= CBimax_new;
484
CBimax_old =
CBimax
;
499
CBimax
= 0; /* to avoid undefined lag */
556
CBimax
= j;
563
pitch_out[ k ] = lag_new + matrix_ptr( Lag_CB_ptr, k,
CBimax
, cbk_size );
567
*contourIndex = (opus_int8)
CBimax
;
571
pitch_out[ k ] = lag + matrix_ptr( Lag_CB_ptr, k,
CBimax
, cbk_size );
575
*contourIndex = (opus_int8)
CBimax
;
[
all
...]
/external/chromium_org/third_party/opus/src/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
;
/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 106 milliseconds