Home
last modified time | relevance | path

Searched refs:delta_max (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/controllers/cpuctl/
H A Dcpuctl_latency_check_task.c80 unsigned int delta, delta_max = 0; in main() local
126 if (delta >= delta_max) { in main()
127 delta_max = delta; in main()
141 delta_max, iteration); in main()
146 delta_max, iteration); in main()
/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_sbr_tran_det_hp.c169 FLOAT32 delta_max = 0, tmp, min_energy; in ixheaace_detect_transient_eld() local
188 delta_max = 0; in ixheaace_detect_transient_eld()
215 if (ptr_transients[ts] && (ptr_delta_energy[ts] > delta_max)) { in ixheaace_detect_transient_eld()
216 delta_max = ptr_delta_energy[ts]; in ixheaace_detect_transient_eld()
/aosp_15_r20/trusty/user/app/sample/timer/
Dtimer_app.c50 int64_t delta_max, in check_timestamps() argument
58 EXPECT_EQ(false, (delta < delta_min || delta > delta_max), in check_timestamps()
61 name, t1, t2, t2 - t1, delta_min, delta_max); in check_timestamps()
/aosp_15_r20/external/webp/src/enc/
H A Dfilter_enc.c165 const int delta_max = enc->dqm_[s].quant_; in VP8StoreFilterStats() local
166 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1; in VP8StoreFilterStats()
181 for (d = delta_min; d <= delta_max; d += step_size) { in VP8StoreFilterStats()