Home
last modified time | relevance | path

Searched refs:error_limit (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dwavpack.h101 int slow_level, error_limit; member
H A Dwavpack.c163 ctx->ch[i].error_limit = wp_exp2(sl[i] - br[i] + 0x100); in update_error_limit()
165 ctx->ch[i].error_limit = 0; in update_error_limit()
167 ctx->ch[i].error_limit = wp_exp2(br[i]); in update_error_limit()
268 if (!c->error_limit) { in wv_get_value()
278 while (add > c->error_limit) { in wv_get_value()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djquant2.c947 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/
H A Dpngstest.c276 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)

Completed in 9 milliseconds