OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBimax_new
(Results
1 - 2
of
2
) sorted by null
/external/libopus/silk/float/
pitch_analysis_core_FLP.c
98
opus_int CBimax,
CBimax_new
, lag, start_lag, end_lag, lag_new;
352
CBimax_new
= 0;
356
CBimax_new
= i;
377
CBimax =
CBimax_new
;
/external/libopus/silk/fixed/
pitch_analysis_core_FIX.c
108
opus_int CBimax,
CBimax_new
, CBimax_old, lag, start_lag, end_lag, lag_new;
413
CBimax_new
= 0;
417
CBimax_new
= i;
440
silk_CB_lags_stage2[ 0 ][
CBimax_new
] <= MIN_LAG_8KHZ /* Lag must be in range */
445
CBimax =
CBimax_new
;
[
all
...]
Completed in 127 milliseconds