Home
last modified time | relevance | path

Searched refs:bitdepth_max (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/dav1d/tests/checkasm/
H A Dmc.c168 generate_mct_input(buf, bitdepth_max); in init_tmp()
191 const int bitdepth_max = 0xff; in check_avg()
223 const int bitdepth_max = 0xff; in check_w_avg() local
259 const int bitdepth_max = 0xff; in check_mask()
339 const int bitdepth_max = 0xff; in check_blend()
374 const int bitdepth_max = 0xff; in check_blend_v()
408 const int bitdepth_max = 0xff; in check_blend_h()
445 const int bitdepth_max = 0xff; in check_warp8x8() local
452 src_buf[i] = rnd() & bitdepth_max; in check_warp8x8()
482 const int bitdepth_max = 0xff; in check_warp8x8t() local
[all …]
H A Dcdef.c42 static void init_tmp(pixel *buf, int n, const int bitdepth_max) { in init_tmp() argument
49 *buf++ = bitdepth_max - (rnd() & 1); in init_tmp()
52 *buf++ = rnd() & bitdepth_max; in init_tmp()
70 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_cdef_filter() local
72 const int bitdepth_max = 0xff; in check_cdef_filter()
76 init_tmp(c_src, 16 * 10 + 16, bitdepth_max); in check_cdef_filter()
77 init_tmp(top_buf, 16 * 2 + 16, bitdepth_max); in check_cdef_filter()
78 init_tmp((pixel *) left, 8 * 2, bitdepth_max); in check_cdef_filter()
121 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_cdef_direction() local
123 const int bitdepth_max = 0xff; in check_cdef_direction() local
[all …]
H A Dloopfilter.c49 dst[i * stride] = rnd() & bitdepth_max; in init_lpf_border()
52 dst[-8 * stride] = rnd() & bitdepth_max; in init_lpf_border()
53 dst[+7 * stride] = rnd() & bitdepth_max; in init_lpf_border()
54 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
65 dst[-(1 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
66 dst[+(0 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
68 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
79 dst[-(1 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
80 dst[+(0 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
82 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
[all …]
/dports/multimedia/dav1d/dav1d-99172b11470776177939c3d2bc366fe8d904eab7/tests/checkasm/
H A Dcdef.c42 static void init_tmp(pixel *buf, int n, const int bitdepth_max) { in init_tmp() argument
49 *buf++ = bitdepth_max - (rnd() & 1); in init_tmp()
52 *buf++ = rnd() & bitdepth_max; in init_tmp()
74 const int bitdepth_max = 0xff; in check_cdef_filter()
78 init_tmp(c_src, 16 * 10 + 16, bitdepth_max); in check_cdef_filter()
79 init_tmp(top_buf, 16 * 2 + 16, bitdepth_max); in check_cdef_filter()
80 init_tmp(bot_buf, 16 * 2 + 16, bitdepth_max); in check_cdef_filter()
81 init_tmp((pixel *) left, 8 * 2, bitdepth_max); in check_cdef_filter()
124 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_cdef_direction() local
126 const int bitdepth_max = 0xff; in check_cdef_direction() local
[all …]
H A Dmc.c176 const int bitdepth_max = 0xff; in check_mc_scaled() local
233 const int bitdepth_max = 0xff; in check_mct_scaled() local
280 generate_mct_input(buf, bitdepth_max); in init_tmp()
302 const int bitdepth_max = 0xff; in check_avg()
337 const int bitdepth_max = 0xff; in check_w_avg() local
375 const int bitdepth_max = 0xff; in check_mask()
460 const int bitdepth_max = 0xff; in check_blend()
581 const int bitdepth_max = 0xff; in check_warp8x8() local
621 const int bitdepth_max = 0xff; in check_warp8x8t() local
739 const int bitdepth_max = 0xff; in check_resize()
[all …]
H A Dloopfilter.c48 dst[i * stride] = rnd() & bitdepth_max; in init_lpf_border()
51 dst[-8 * stride] = rnd() & bitdepth_max; in init_lpf_border()
52 dst[+7 * stride] = rnd() & bitdepth_max; in init_lpf_border()
53 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
64 dst[-(1 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
65 dst[+(0 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
67 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
78 dst[-(1 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
79 dst[+(0 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
81 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
[all …]
/dports/www/firefox/firefox-99.0/third_party/dav1d/tests/checkasm/
H A Dcdef.c42 static void init_tmp(pixel *buf, int n, const int bitdepth_max) { in init_tmp() argument
49 *buf++ = bitdepth_max - (rnd() & 1); in init_tmp()
52 *buf++ = rnd() & bitdepth_max; in init_tmp()
74 const int bitdepth_max = 0xff; in check_cdef_filter()
78 init_tmp(c_src, 16 * 10 + 16, bitdepth_max); in check_cdef_filter()
79 init_tmp(top_buf, 16 * 2 + 16, bitdepth_max); in check_cdef_filter()
80 init_tmp(bot_buf, 16 * 2 + 16, bitdepth_max); in check_cdef_filter()
81 init_tmp((pixel *) left, 8 * 2, bitdepth_max); in check_cdef_filter()
124 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_cdef_direction() local
126 const int bitdepth_max = 0xff; in check_cdef_direction() local
[all …]
H A Dmc.c176 const int bitdepth_max = 0xff; in check_mc_scaled() local
233 const int bitdepth_max = 0xff; in check_mct_scaled() local
280 generate_mct_input(buf, bitdepth_max); in init_tmp()
302 const int bitdepth_max = 0xff; in check_avg()
337 const int bitdepth_max = 0xff; in check_w_avg() local
375 const int bitdepth_max = 0xff; in check_mask()
460 const int bitdepth_max = 0xff; in check_blend()
581 const int bitdepth_max = 0xff; in check_warp8x8() local
621 const int bitdepth_max = 0xff; in check_warp8x8t() local
739 const int bitdepth_max = 0xff; in check_resize()
[all …]
H A Dloopfilter.c48 dst[i * stride] = rnd() & bitdepth_max; in init_lpf_border()
51 dst[-8 * stride] = rnd() & bitdepth_max; in init_lpf_border()
52 dst[+7 * stride] = rnd() & bitdepth_max; in init_lpf_border()
53 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
64 dst[-(1 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
65 dst[+(0 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
67 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
78 dst[-(1 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
79 dst[+(0 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
81 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/dav1d/tests/checkasm/
H A Dmc.c174 const int bitdepth_max = 0xff; in check_mc_scaled() local
228 const int bitdepth_max = 0xff; in check_mct_scaled() local
275 generate_mct_input(buf, bitdepth_max); in init_tmp()
298 const int bitdepth_max = 0xff; in check_avg()
330 const int bitdepth_max = 0xff; in check_w_avg() local
366 const int bitdepth_max = 0xff; in check_mask()
446 const int bitdepth_max = 0xff; in check_blend()
552 const int bitdepth_max = 0xff; in check_warp8x8() local
589 const int bitdepth_max = 0xff; in check_warp8x8t() local
708 const int bitdepth_max = 0xff; in check_resize()
[all …]
H A Dcdef.c42 static void init_tmp(pixel *buf, int n, const int bitdepth_max) { in init_tmp() argument
49 *buf++ = bitdepth_max - (rnd() & 1); in init_tmp()
52 *buf++ = rnd() & bitdepth_max; in init_tmp()
70 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_cdef_filter() local
72 const int bitdepth_max = 0xff; in check_cdef_filter()
76 init_tmp(c_src, 16 * 10 + 16, bitdepth_max); in check_cdef_filter()
77 init_tmp(top_buf, 16 * 2 + 16, bitdepth_max); in check_cdef_filter()
78 init_tmp((pixel *) left, 8 * 2, bitdepth_max); in check_cdef_filter()
121 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_cdef_direction() local
123 const int bitdepth_max = 0xff; in check_cdef_direction() local
[all …]
H A Dloopfilter.c48 dst[i * stride] = rnd() & bitdepth_max; in init_lpf_border()
51 dst[-8 * stride] = rnd() & bitdepth_max; in init_lpf_border()
52 dst[+7 * stride] = rnd() & bitdepth_max; in init_lpf_border()
53 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
64 dst[-(1 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
65 dst[+(0 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
67 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
78 dst[-(1 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
79 dst[+(0 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
81 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/dav1d/tests/checkasm/
H A Dmc.c174 const int bitdepth_max = 0xff; in check_mc_scaled() local
228 const int bitdepth_max = 0xff; in check_mct_scaled() local
275 generate_mct_input(buf, bitdepth_max); in init_tmp()
298 const int bitdepth_max = 0xff; in check_avg()
330 const int bitdepth_max = 0xff; in check_w_avg() local
366 const int bitdepth_max = 0xff; in check_mask()
446 const int bitdepth_max = 0xff; in check_blend()
552 const int bitdepth_max = 0xff; in check_warp8x8() local
589 const int bitdepth_max = 0xff; in check_warp8x8t() local
708 const int bitdepth_max = 0xff; in check_resize()
[all …]
H A Dcdef.c42 static void init_tmp(pixel *buf, int n, const int bitdepth_max) { in init_tmp() argument
49 *buf++ = bitdepth_max - (rnd() & 1); in init_tmp()
52 *buf++ = rnd() & bitdepth_max; in init_tmp()
70 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_cdef_filter() local
72 const int bitdepth_max = 0xff; in check_cdef_filter()
76 init_tmp(c_src, 16 * 10 + 16, bitdepth_max); in check_cdef_filter()
77 init_tmp(top_buf, 16 * 2 + 16, bitdepth_max); in check_cdef_filter()
78 init_tmp((pixel *) left, 8 * 2, bitdepth_max); in check_cdef_filter()
121 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_cdef_direction() local
123 const int bitdepth_max = 0xff; in check_cdef_direction() local
[all …]
H A Dloopfilter.c48 dst[i * stride] = rnd() & bitdepth_max; in init_lpf_border()
51 dst[-8 * stride] = rnd() & bitdepth_max; in init_lpf_border()
52 dst[+7 * stride] = rnd() & bitdepth_max; in init_lpf_border()
53 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
64 dst[-(1 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
65 dst[+(0 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
67 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
78 dst[-(1 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
79 dst[+(0 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
81 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dav1d/libdav1d/tests/checkasm/
H A Dmc.c174 const int bitdepth_max = 0xff; in check_mc_scaled() local
228 const int bitdepth_max = 0xff; in check_mct_scaled() local
275 generate_mct_input(buf, bitdepth_max); in init_tmp()
298 const int bitdepth_max = 0xff; in check_avg()
330 const int bitdepth_max = 0xff; in check_w_avg() local
366 const int bitdepth_max = 0xff; in check_mask()
446 const int bitdepth_max = 0xff; in check_blend()
552 const int bitdepth_max = 0xff; in check_warp8x8() local
589 const int bitdepth_max = 0xff; in check_warp8x8t() local
708 const int bitdepth_max = 0xff; in check_resize()
[all …]
H A Dcdef.c42 static void init_tmp(pixel *buf, int n, const int bitdepth_max) { in init_tmp() argument
49 *buf++ = bitdepth_max - (rnd() & 1); in init_tmp()
52 *buf++ = rnd() & bitdepth_max; in init_tmp()
70 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_cdef_filter() local
72 const int bitdepth_max = 0xff; in check_cdef_filter()
76 init_tmp(c_src, 16 * 10 + 16, bitdepth_max); in check_cdef_filter()
77 init_tmp(top_buf, 16 * 2 + 16, bitdepth_max); in check_cdef_filter()
78 init_tmp((pixel *) left, 8 * 2, bitdepth_max); in check_cdef_filter()
121 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_cdef_direction() local
123 const int bitdepth_max = 0xff; in check_cdef_direction() local
[all …]
H A Dloopfilter.c49 dst[i * stride] = rnd() & bitdepth_max; in init_lpf_border()
52 dst[-8 * stride] = rnd() & bitdepth_max; in init_lpf_border()
53 dst[+7 * stride] = rnd() & bitdepth_max; in init_lpf_border()
54 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
65 dst[-(1 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
66 dst[+(0 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
68 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
79 dst[-(1 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
80 dst[+(0 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
82 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
[all …]
/dports/multimedia/handbrake/dav1d-0.9.0/tests/checkasm/
H A Dmc.c174 const int bitdepth_max = 0xff; in check_mc_scaled() local
228 const int bitdepth_max = 0xff; in check_mct_scaled() local
275 generate_mct_input(buf, bitdepth_max); in init_tmp()
298 const int bitdepth_max = 0xff; in check_avg()
330 const int bitdepth_max = 0xff; in check_w_avg() local
366 const int bitdepth_max = 0xff; in check_mask()
446 const int bitdepth_max = 0xff; in check_blend()
552 const int bitdepth_max = 0xff; in check_warp8x8() local
589 const int bitdepth_max = 0xff; in check_warp8x8t() local
708 const int bitdepth_max = 0xff; in check_resize()
[all …]
H A Dcdef.c42 static void init_tmp(pixel *buf, int n, const int bitdepth_max) { in init_tmp() argument
49 *buf++ = bitdepth_max - (rnd() & 1); in init_tmp()
52 *buf++ = rnd() & bitdepth_max; in init_tmp()
70 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_cdef_filter() local
72 const int bitdepth_max = 0xff; in check_cdef_filter()
76 init_tmp(c_src, 16 * 10 + 16, bitdepth_max); in check_cdef_filter()
77 init_tmp(top_buf, 16 * 2 + 16, bitdepth_max); in check_cdef_filter()
78 init_tmp((pixel *) left, 8 * 2, bitdepth_max); in check_cdef_filter()
121 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_cdef_direction() local
123 const int bitdepth_max = 0xff; in check_cdef_direction() local
[all …]
H A Dloopfilter.c49 dst[i * stride] = rnd() & bitdepth_max; in init_lpf_border()
52 dst[-8 * stride] = rnd() & bitdepth_max; in init_lpf_border()
53 dst[+7 * stride] = rnd() & bitdepth_max; in init_lpf_border()
54 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
65 dst[-(1 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
66 dst[+(0 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
68 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
79 dst[-(1 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
80 dst[+(0 + i) * stride] = rnd() & bitdepth_max; in init_lpf_border()
82 dst[+0 * stride] = rnd() & bitdepth_max; in init_lpf_border()
[all …]
/dports/multimedia/dav1d/dav1d-99172b11470776177939c3d2bc366fe8d904eab7/include/common/
H A Dbitdepth.h71 #define iclip_pixel(x) iclip(x, 0, bitdepth_max)
72 #define HIGHBD_DECL_SUFFIX , const int bitdepth_max
73 #define HIGHBD_CALL_SUFFIX , f->bitdepth_max
74 #define HIGHBD_TAIL_SUFFIX , bitdepth_max
75 #define bitdepth_from_max(bitdepth_max) (32 - clz(bitdepth_max)) argument
76 #define BITDEPTH_MAX bitdepth_max
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dav1d/libdav1d/include/common/
H A Dbitdepth.h71 #define iclip_pixel(x) iclip(x, 0, bitdepth_max)
72 #define HIGHBD_DECL_SUFFIX , const int bitdepth_max
73 #define HIGHBD_CALL_SUFFIX , f->bitdepth_max
74 #define HIGHBD_TAIL_SUFFIX , bitdepth_max
75 #define bitdepth_from_max(bitdepth_max) (32 - clz(bitdepth_max)) argument
76 #define BITDEPTH_MAX bitdepth_max
/dports/www/firefox/firefox-99.0/third_party/dav1d/include/common/
H A Dbitdepth.h71 #define iclip_pixel(x) iclip(x, 0, bitdepth_max)
72 #define HIGHBD_DECL_SUFFIX , const int bitdepth_max
73 #define HIGHBD_CALL_SUFFIX , f->bitdepth_max
74 #define HIGHBD_TAIL_SUFFIX , bitdepth_max
75 #define bitdepth_from_max(bitdepth_max) (32 - clz(bitdepth_max)) argument
76 #define BITDEPTH_MAX bitdepth_max
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/dav1d/include/common/
H A Dbitdepth.h71 #define iclip_pixel(x) iclip(x, 0, bitdepth_max)
72 #define HIGHBD_DECL_SUFFIX , const int bitdepth_max
73 #define HIGHBD_CALL_SUFFIX , f->bitdepth_max
74 #define HIGHBD_TAIL_SUFFIX , bitdepth_max
75 #define bitdepth_from_max(bitdepth_max) (32 - clz(bitdepth_max)) argument
76 #define BITDEPTH_MAX bitdepth_max

12345678