/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dav1d/libdav1d/tests/checkasm/ |
H A D | looprestoration.c | 36 static void init_tmp(pixel *buf, const ptrdiff_t stride, in init_tmp() function 86 init_tmp(c_dst, 448 * sizeof(pixel), 448, 64, bitdepth_max); in check_wiener() 87 init_tmp(h_edge, 448 * sizeof(pixel), 448, 8, bitdepth_max); in check_wiener() 88 init_tmp((pixel *) left, 4 * sizeof(pixel), 4, 64, bitdepth_max); in check_wiener() 140 init_tmp(c_dst, 448 * sizeof(pixel), 448, 64, bitdepth_max); in check_sgr() 141 init_tmp(h_edge, 448 * sizeof(pixel), 448, 8, bitdepth_max); in check_sgr() 142 init_tmp((pixel *) left, 4 * sizeof(pixel), 4, 64, bitdepth_max); in check_sgr()
|
H A D | cdef.c | 42 static void init_tmp(pixel *buf, int n, const int bitdepth_max) { in init_tmp() function 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() 125 init_tmp(src, 64, bitdepth_max); in check_cdef_direction()
|
H A D | mc.c | 271 static void init_tmp(Dav1dMCDSPContext *const c, pixel *const buf, in init_tmp() function 301 init_tmp(c, c_dst, tmp, bitdepth_max); in check_avg() 332 init_tmp(c, c_dst, tmp, bitdepth_max); in check_w_avg() 368 init_tmp(c, c_dst, tmp, bitdepth_max); in check_mask() 409 init_tmp(c, c_dst, tmp, bitdepth_max); in check_w_mask()
|
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/dav1d/tests/checkasm/ |
H A D | looprestoration.c | 36 static void init_tmp(pixel *buf, const ptrdiff_t stride, in init_tmp() function 86 init_tmp(c_dst, 448 * sizeof(pixel), 448, 64, bitdepth_max); in check_wiener() 87 init_tmp(h_edge, 448 * sizeof(pixel), 448, 8, bitdepth_max); in check_wiener() 88 init_tmp((pixel *) left, 4 * sizeof(pixel), 4, 64, bitdepth_max); in check_wiener() 140 init_tmp(c_dst, 448 * sizeof(pixel), 448, 64, bitdepth_max); in check_sgr() 141 init_tmp(h_edge, 448 * sizeof(pixel), 448, 8, bitdepth_max); in check_sgr() 142 init_tmp((pixel *) left, 4 * sizeof(pixel), 4, 64, bitdepth_max); in check_sgr()
|
H A D | cdef.c | 42 static void init_tmp(pixel *buf, int n, const int bitdepth_max) { in init_tmp() function 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() 125 init_tmp(src, 64, bitdepth_max); in check_cdef_direction()
|
H A D | mc.c | 164 static void init_tmp(Dav1dMCDSPContext *const c, pixel *const buf, in init_tmp() function 194 init_tmp(c, c_dst, tmp, bitdepth_max); in check_avg() 225 init_tmp(c, c_dst, tmp, bitdepth_max); in check_w_avg() 261 init_tmp(c, c_dst, tmp, bitdepth_max); in check_mask() 302 init_tmp(c, c_dst, tmp, bitdepth_max); in check_w_mask()
|
/dports/multimedia/dav1d/dav1d-99172b11470776177939c3d2bc366fe8d904eab7/tests/checkasm/ |
H A D | cdef.c | 42 static void init_tmp(pixel *buf, int n, const int bitdepth_max) { in init_tmp() function 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() 128 init_tmp(src, 64, bitdepth_max); in check_cdef_direction()
|
H A D | looprestoration.c | 41 static void init_tmp(pixel *buf, const ptrdiff_t stride, in init_tmp() function 89 init_tmp(c_src, 448 * sizeof(pixel), 448, 64, bitdepth_max); in check_wiener() 90 init_tmp(edge_buf, 448 * sizeof(pixel), 448, 8, bitdepth_max); in check_wiener() 91 init_tmp((pixel *) left, 4 * sizeof(pixel), 4, 64, bitdepth_max); in check_wiener() 149 init_tmp(c_src, 448 * sizeof(pixel), 448, 64, bitdepth_max); in check_sgr() 150 init_tmp(edge_buf, 448 * sizeof(pixel), 448, 8, bitdepth_max); in check_sgr() 151 init_tmp((pixel *) left, 4 * sizeof(pixel), 4, 64, bitdepth_max); in check_sgr()
|
H A D | mc.c | 276 static void init_tmp(Dav1dMCDSPContext *const c, pixel *const buf, in init_tmp() function 305 init_tmp(c, c_dst, tmp, bitdepth_max); in check_avg() 339 init_tmp(c, c_dst, tmp, bitdepth_max); in check_w_avg() 377 init_tmp(c, c_dst, tmp, bitdepth_max); in check_mask() 421 init_tmp(c, c_dst, tmp, bitdepth_max); in check_w_mask()
|
/dports/www/firefox/firefox-99.0/third_party/dav1d/tests/checkasm/ |
H A D | cdef.c | 42 static void init_tmp(pixel *buf, int n, const int bitdepth_max) { in init_tmp() function 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() 128 init_tmp(src, 64, bitdepth_max); in check_cdef_direction()
|
H A D | looprestoration.c | 41 static void init_tmp(pixel *buf, const ptrdiff_t stride, in init_tmp() function 89 init_tmp(c_src, 448 * sizeof(pixel), 448, 64, bitdepth_max); in check_wiener() 90 init_tmp(edge_buf, 448 * sizeof(pixel), 448, 8, bitdepth_max); in check_wiener() 91 init_tmp((pixel *) left, 4 * sizeof(pixel), 4, 64, bitdepth_max); in check_wiener() 149 init_tmp(c_src, 448 * sizeof(pixel), 448, 64, bitdepth_max); in check_sgr() 150 init_tmp(edge_buf, 448 * sizeof(pixel), 448, 8, bitdepth_max); in check_sgr() 151 init_tmp((pixel *) left, 4 * sizeof(pixel), 4, 64, bitdepth_max); in check_sgr()
|
H A D | mc.c | 276 static void init_tmp(Dav1dMCDSPContext *const c, pixel *const buf, in init_tmp() function 305 init_tmp(c, c_dst, tmp, bitdepth_max); in check_avg() 339 init_tmp(c, c_dst, tmp, bitdepth_max); in check_w_avg() 377 init_tmp(c, c_dst, tmp, bitdepth_max); in check_mask() 421 init_tmp(c, c_dst, tmp, bitdepth_max); in check_w_mask()
|
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/dav1d/tests/checkasm/ |
H A D | looprestoration.c | 41 static void init_tmp(pixel *buf, const ptrdiff_t stride, in init_tmp() function 89 init_tmp(c_src, 448 * sizeof(pixel), 448, 64, bitdepth_max); in check_wiener() 90 init_tmp(edge_buf, 448 * sizeof(pixel), 448, 8, bitdepth_max); in check_wiener() 91 init_tmp((pixel *) left, 4 * sizeof(pixel), 4, 64, bitdepth_max); in check_wiener() 152 init_tmp(c_src, 448 * sizeof(pixel), 448, 64, bitdepth_max); in check_sgr() 153 init_tmp(edge_buf, 448 * sizeof(pixel), 448, 8, bitdepth_max); in check_sgr() 154 init_tmp((pixel *) left, 4 * sizeof(pixel), 4, 64, bitdepth_max); in check_sgr()
|
H A D | cdef.c | 42 static void init_tmp(pixel *buf, int n, const int bitdepth_max) { in init_tmp() function 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() 125 init_tmp(src, 64, bitdepth_max); in check_cdef_direction()
|
H A D | mc.c | 271 static void init_tmp(Dav1dMCDSPContext *const c, pixel *const buf, in init_tmp() function 301 init_tmp(c, c_dst, tmp, bitdepth_max); in check_avg() 332 init_tmp(c, c_dst, tmp, bitdepth_max); in check_w_avg() 368 init_tmp(c, c_dst, tmp, bitdepth_max); in check_mask() 409 init_tmp(c, c_dst, tmp, bitdepth_max); in check_w_mask()
|
/dports/www/firefox-esr/firefox-91.8.0/third_party/dav1d/tests/checkasm/ |
H A D | looprestoration.c | 41 static void init_tmp(pixel *buf, const ptrdiff_t stride, in init_tmp() function 89 init_tmp(c_src, 448 * sizeof(pixel), 448, 64, bitdepth_max); in check_wiener() 90 init_tmp(edge_buf, 448 * sizeof(pixel), 448, 8, bitdepth_max); in check_wiener() 91 init_tmp((pixel *) left, 4 * sizeof(pixel), 4, 64, bitdepth_max); in check_wiener() 152 init_tmp(c_src, 448 * sizeof(pixel), 448, 64, bitdepth_max); in check_sgr() 153 init_tmp(edge_buf, 448 * sizeof(pixel), 448, 8, bitdepth_max); in check_sgr() 154 init_tmp((pixel *) left, 4 * sizeof(pixel), 4, 64, bitdepth_max); in check_sgr()
|
H A D | cdef.c | 42 static void init_tmp(pixel *buf, int n, const int bitdepth_max) { in init_tmp() function 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() 125 init_tmp(src, 64, bitdepth_max); in check_cdef_direction()
|
H A D | mc.c | 271 static void init_tmp(Dav1dMCDSPContext *const c, pixel *const buf, in init_tmp() function 301 init_tmp(c, c_dst, tmp, bitdepth_max); in check_avg() 332 init_tmp(c, c_dst, tmp, bitdepth_max); in check_w_avg() 368 init_tmp(c, c_dst, tmp, bitdepth_max); in check_mask() 409 init_tmp(c, c_dst, tmp, bitdepth_max); in check_w_mask()
|
/dports/multimedia/handbrake/dav1d-0.9.0/tests/checkasm/ |
H A D | looprestoration.c | 41 static void init_tmp(pixel *buf, const ptrdiff_t stride, in init_tmp() function 89 init_tmp(c_src, 448 * sizeof(pixel), 448, 64, bitdepth_max); in check_wiener() 90 init_tmp(edge_buf, 448 * sizeof(pixel), 448, 8, bitdepth_max); in check_wiener() 91 init_tmp((pixel *) left, 4 * sizeof(pixel), 4, 64, bitdepth_max); in check_wiener() 152 init_tmp(c_src, 448 * sizeof(pixel), 448, 64, bitdepth_max); in check_sgr() 153 init_tmp(edge_buf, 448 * sizeof(pixel), 448, 8, bitdepth_max); in check_sgr() 154 init_tmp((pixel *) left, 4 * sizeof(pixel), 4, 64, bitdepth_max); in check_sgr()
|
H A D | cdef.c | 42 static void init_tmp(pixel *buf, int n, const int bitdepth_max) { in init_tmp() function 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() 125 init_tmp(src, 64, bitdepth_max); in check_cdef_direction()
|
H A D | mc.c | 271 static void init_tmp(Dav1dMCDSPContext *const c, pixel *const buf, in init_tmp() function 301 init_tmp(c, c_dst, tmp, bitdepth_max); in check_avg() 332 init_tmp(c, c_dst, tmp, bitdepth_max); in check_w_avg() 368 init_tmp(c, c_dst, tmp, bitdepth_max); in check_mask() 409 init_tmp(c, c_dst, tmp, bitdepth_max); in check_w_mask()
|
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/src/cascade/target/core/avmm/ulx3s/ |
H A D | ulx3s_compiler.h | 71 void init_tmp(); 79 init_tmp(); in Ulx3sCompiler() 220 inline void Ulx3sCompiler<M,V,A,T>::init_tmp() { in init_tmp() function
|
/dports/devel/ORBit2/ORBit2-2.14.19/linc2/test/ |
H A D | test-linc.c | 37 init_tmp (void) in init_tmp() function 554 init_tmp (); in main()
|
/dports/devel/ORBit2/ORBit2-2.14.19/linc2/ |
H A D | ChangeLog | 615 * test/test-linc.c (init_tmp): Use g_build_filename(). 1113 * linc-1.1.0/test/test-linc.c (init_tmp): use g_get_user_name()
|