Home
last modified time | relevance | path

Searched refs:max_sample (Results 1 – 6 of 6) sorted by relevance

/external/ltp/lib/
Dtst_timer_test.c78 static unsigned int header_len(long long max_sample) in header_len() argument
82 while (max_sample/=10) in header_len()
93 long long max_sample = samples[0]; in frequency_plot() local
95 unsigned int line_header_len = header_len(max_sample); in frequency_plot()
106 bucket_size = MAX(1u, ceilu(1.00 * (max_sample - min_sample)/(rows-1))); in frequency_plot()
/external/libchrome/base/files/
Dimportant_file_writer.cc60 SampleType max_sample) { in UmaHistogramExactLinearWithSuffix() argument
71 static_cast<int>(max_sample)); in UmaHistogramExactLinearWithSuffix()
/external/speex/libspeexdsp/
Dpreprocess.c964 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/
Dr600_blit.c119 unsigned layer, level, sample, checked_last_layer, max_layer, max_sample; in r600_blit_decompress_depth() local
129 max_sample = u_max_sample(&texture->resource.b.b); in r600_blit_decompress_depth()
134 if (rctx->b.chip_class == R600 && max_sample > 0) { in r600_blit_decompress_depth()
195 first_sample == 0 && last_sample == max_sample) { in r600_blit_decompress_depth()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c1737 unsigned i, max_sample = dst_samples - 1; in do_blits() local
1739 for (i = 0; i <= max_sample; i++) { in do_blits()
/external/ImageMagick/coders/
Dpng.c3112 max_sample; in ReadOnePNGImage() local
3121 max_sample = (int) ((one << ping_file_depth) - 1); in ReadOnePNGImage()
3124 (int)ping_trans_color->gray > max_sample) || in ReadOnePNGImage()
3126 ((int)ping_trans_color->red > max_sample || in ReadOnePNGImage()
3127 (int)ping_trans_color->green > max_sample || in ReadOnePNGImage()
3128 (int)ping_trans_color->blue > max_sample))) in ReadOnePNGImage()