Searched refs:err_max (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddct-test.c437 int it, i, it1, ti, ti1, err_max, v; local
444 err_max = 0;
463 if (v > err_max)
464 err_max = v;
467 printf("%s %s: err_inf=%d\n", 1 ? "IDCT248" : "DCT248", name, err_max);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddct-test.c445 int it, i, it1, ti, ti1, err_max, v; local
452 err_max = 0;
471 if (v > err_max)
472 err_max = v;
494 printf("%s %s: err_inf=%d\n", 1 ? "IDCT248" : "DCT248", name, err_max);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfbhw.c925 u32 err_max, err_target, err_best = 10000000; local
931 err_max = 5 * clock / 1000;

Completed in 136 milliseconds