Home
last modified time | relevance | path

Searched defs:local_max (Results 1 – 6 of 6) sorted by relevance

/external/libxaac/encoder/
Dixheaace_fd_qc_util.c150 WORD32 local_max = 0; in iusace_calc_max_val_in_sfb() local
Dixheaace_qc_main_hp.c265 WORD32 local_max = 0; in iaace_calc_max_val_in_sfb() local
/external/rust/android-crates-io/crates/chrono/src/offset/
Dmod.rs608 let local_max = offset.from_utc_datetime(&NaiveDateTime::MAX); in test_fixed_offset_min_max_dates() localVariable
613 let local_max = offset.from_local_datetime(&NaiveDateTime::MAX); in test_fixed_offset_min_max_dates() localVariable
/external/rust/android-crates-io/crates/chrono/src/naive/datetime/
Dtests.rs384 let local_max = NaiveDateTime::MAX.and_local_timezone(offset); in test_and_timezone_min_max_dates() localVariable
/external/igt-gpu-tools/lib/
Digt_audio.c341 double max, local_max, threshold; in audio_signal_detect() local
/external/flac/src/share/grabbag/
Dreplaygain.c49 #define local_max(a,b) ((a)>(b)?(a):(b)) macro