Home
last modified time | relevance | path

Searched defs:max_diff (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/tests/
Djpeg2000dwt.c29 …c int test_dwt(int *array, int *ref, int border[2][2], int decomp_levels, int type, int max_diff) { in test_dwt()
68 static int test_dwtf(float *array, float *ref, int border[2][2], int decomp_levels, float max_diff)… in test_dwtf()
/third_party/skia/third_party/externals/libwebp/examples/
Danim_diff.c77 static void MinimizeAnimationFrames(AnimatedImage* const img, int max_diff) { in MinimizeAnimationFrames()
168 int max_diff; in CompareAnimatedImagePair() local
217 int max_diff = 0; in main() local
Danim_util.c730 static void Accumulate(double v1, double v2, double* const max_diff, in Accumulate()
739 int* const max_diff, double* const psnr) { in GetDiffAndPSNR()
/third_party/pulseaudio/src/tests/
Dresampler-rewind-test.c122 float *a, *b, max_diff = 0; in compare_blocks() local
234 float max_diff; in main() local
/third_party/libsnd/tests/
Dchannel_test.c125 max_diff (const float *a, const float *b, unsigned int len, unsigned int * position) in max_diff() function
Ddft_cmp.c137 { double orig_max = 0.0, max_diff = 0.0 ; in calc_max_spectral_difference() local
/third_party/skia/experimental/lowp-basic/
Dlerp-study.cpp17 int max_diff = 0; member
Dbilerp-study.cpp17 int64_t max_diff = 0; member
/third_party/ffmpeg/libavfilter/
Daf_astats.c73 double min_diff, max_diff; member
414 min = DBL_MAX, max =-DBL_MAX, min_diff = DBL_MAX, max_diff = 0, in set_metadata() local
662 min = DBL_MAX, max =-DBL_MAX, min_diff = DBL_MAX, max_diff = 0, in print_stats() local
/third_party/ltp/testcases/kernel/sched/tool/
Dtime-schedule.c104 signed long max_diff = -1000000000; in main() local
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkvideosrc.cpp739 GstClockTime expected, new_calculated, diff, max_diff; in gst_decklink_video_src_update_time_mapping() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpredictor_enc.c190 int max_quantization, int max_diff, in NearLossless()
/third_party/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c406 const double max_diff = 31 * (1 - val) + 1 * val; in QualityToMaxDiff() local
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeARM_32.c59 #define MAX_DIFFERENCE(max_diff) \ argument