/external/webrtc/modules/audio_device/include/ |
D | test_audio_device_unittest.cc | 178 int16_t max_sample = in TEST() local 180 EXPECT_LE(max_sample, kAmplitude); in TEST() 187 max_sample = in TEST() 189 EXPECT_GT(max_sample, kAmplitude); in TEST()
|
/external/ltp/lib/ |
D | tst_timer_test.c | 73 static unsigned int header_len(long long max_sample) in header_len() argument 77 while (max_sample/=10) in header_len() 88 long long max_sample = samples[0]; in frequency_plot() local 90 unsigned int line_header_len = header_len(max_sample); in frequency_plot() 101 bucket_size = MAX(1u, ceilu(1.00 * (max_sample - min_sample)/(rows-1))); in frequency_plot()
|
/external/webrtc/modules/audio_processing/aec3/ |
D | aec_state.cc | 467 float max_sample = 0.f; in Update() local 471 max_sample = std::max(max_sample, fabsf(sample)); in Update() 476 float peak_echo_amplitude = max_sample * echo_path_gain * kMargin; in Update()
|
/external/libchrome/base/files/ |
D | important_file_writer.cc | 60 SampleType max_sample) { in UmaHistogramExactLinearWithSuffix() argument 71 static_cast<int>(max_sample)); in UmaHistogramExactLinearWithSuffix()
|
/external/speex/tmv/ |
D | preprocess_tm.h | 962 register spx_word16_t max_sample=0; in preprocess_apply_agc() local 974 max_sample = VMUX( framei > max_sample, framei, max_sample); in preprocess_apply_agc() 981 if ( max_sample > 28000.f ) in preprocess_apply_agc() 983 float damp = 28000.f/max_sample; in preprocess_apply_agc()
|
/external/speex/libspeexdsp/ |
D | preprocess.c | 964 float max_sample=0; in speex_preprocess_run() local 966 if (fabs(st->frame[i])>max_sample) in speex_preprocess_run() 967 max_sample = fabs(st->frame[i]); in speex_preprocess_run() 968 if (max_sample>28000.f) in speex_preprocess_run() 970 float damp = 28000.f/max_sample; in speex_preprocess_run()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 110 unsigned layer, level, sample, checked_last_layer, max_layer, max_sample; in r600_blit_decompress_depth() local 120 max_sample = u_max_sample(&texture->resource.b.b); in r600_blit_decompress_depth() 125 if (rctx->b.gfx_level == R600 && max_sample > 0) { in r600_blit_decompress_depth() 186 first_sample == 0 && last_sample == max_sample) { in r600_blit_decompress_depth()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 1934 unsigned i, max_sample = sample0_only ? 0 : dst_samples - 1; in do_blits() local 1940 pipe->set_min_samples(pipe, max_sample); in do_blits() 1954 for (i = 0; i <= max_sample; i++) { in do_blits()
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux_608.h | 19491 u64 max_sample; member 19659 u64 max_sample; member
|
D | vmlinux.h | 19491 u64 max_sample; member 19659 u64 max_sample; member
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 88865 u64 max_sample; member
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_600.h | 40055 u64 max_sample; member
|
D | vmlinux.h | 40055 u64 max_sample; member
|
/external/bcc/libbpf-tools/loongarch/ |
D | vmlinux_602.h | 18062 u64 max_sample; member
|
D | vmlinux.h | 18062 u64 max_sample; member
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 40310 u64 max_sample; member
|
D | vmlinux_518.h | 40310 u64 max_sample; member
|
/external/bcc/libbpf-tools/riscv/ |
D | vmlinux_602.h | 24292 u64 max_sample; member
|
D | vmlinux.h | 24292 u64 max_sample; member
|