Searched refs:error_limit (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/math/tools/ |
D | hypergeometric_1F1_map_neg_b_fwd_recurrence.cpp | 62 double error_limit = 200; in main() local 81 if (err < error_limit) in main() 107 …z_limit = last_good == 0 ? 0 : boost::math::tools::bisect([&a, b, error_limit, time_limit](test_ty… in main() 113 return err < error_limit ? 1 : -1; in main() 133 if (err < error_limit) in main() 160 if (err < error_limit) in main() 172 …lower_z_limit = last_good == 0 ? 0 : boost::math::tools::bisect([&a, b, error_limit, time_limit](t… in main() 178 return err < error_limit ? 1 : -1; in main()
|
/third_party/ffmpeg/libavcodec/ |
D | wavpack.h | 98 int slow_level, error_limit; member
|
D | wavpack.c | 162 ctx->ch[i].error_limit = wp_exp2(sl[i] - br[i] + 0x100); in update_error_limit() 164 ctx->ch[i].error_limit = 0; in update_error_limit() 166 ctx->ch[i].error_limit = wp_exp2(br[i]); in update_error_limit() 267 if (!c->error_limit) { in wv_get_value() 277 while (add > c->error_limit) { in wv_get_value()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jquant2.c | 947 int *error_limit = cquantize->error_limiter; in pass2_fs_dither() local 992 cur0 = error_limit[cur0]; in pass2_fs_dither() 993 cur1 = error_limit[cur1]; in pass2_fs_dither() 994 cur2 = error_limit[cur2]; in pass2_fs_dither()
|
/third_party/libjpeg-turbo/ |
D | jquant2.c | 947 int *error_limit = cquantize->error_limiter; in pass2_fs_dither() local 992 cur0 = error_limit[cur0]; in pass2_fs_dither() 993 cur1 = error_limit[cur1]; in pass2_fs_dither() 994 cur2 = error_limit[cur2]; in pass2_fs_dither()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jquant2.c | 947 int *error_limit = cquantize->error_limiter; in pass2_fs_dither() local 992 cur0 = error_limit[cur0]; in pass2_fs_dither() 993 cur1 = error_limit[cur1]; in pass2_fs_dither() 994 cur2 = error_limit[cur2]; in pass2_fs_dither()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngstest.c | 276 compare_8bit(int v1, int v2, int error_limit, int multiple_algorithms) 281 if (e <= error_limit) 299 compare_16bit(int v1, int v2, int error_limit, int multiple_algorithms) 304 if (e <= error_limit)
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngstest.c | 276 compare_8bit(int v1, int v2, int error_limit, int multiple_algorithms) 281 if (e <= error_limit) 299 compare_16bit(int v1, int v2, int error_limit, int multiple_algorithms) 304 if (e <= error_limit)
|
/third_party/libpng/contrib/libtests/ |
D | pngstest.c | 276 compare_8bit(int v1, int v2, int error_limit, int multiple_algorithms) 281 if (e <= error_limit) 299 compare_16bit(int v1, int v2, int error_limit, int multiple_algorithms) 304 if (e <= error_limit)
|