Home
last modified time | relevance | path

Searched refs:diff_buffer (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/gegl/gegl-0.4.34/operations/common/
H A Dimage-compare.c87 GeglBuffer *diff_buffer;
93 diff_buffer = gegl_buffer_new (result, yadbl);
95 iter = gegl_buffer_iterator_new (diff_buffer, result, 0, yadbl,
146 gegl_buffer_iterator_add (iter, diff_buffer, result, 0, yadbl,
178 g_object_unref (diff_buffer);
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dheal.c225 float *const restrict diff_buffer = dt_alloc_align_float((size_t)ch * width * (height + 1)); in dt_heal() local
227 if(diff_buffer == NULL) in dt_heal()
234 dt_heal_sub(dest_buffer, src_buffer, diff_buffer, width, height); in dt_heal()
236 dt_heal_laplace_loop(diff_buffer, width, height, mask_buffer); in dt_heal()
239 dt_heal_add(diff_buffer, src_buffer, dest_buffer, width, height); in dt_heal()
242 if(diff_buffer) dt_free_align(diff_buffer); in dt_heal()
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dheal.c272 float *diff_buffer = dt_alloc_align_float((size_t)ch * width * (height + 1)); in dt_heal() local
274 if(diff_buffer == NULL) in dt_heal()
281 dt_heal_sub(dest_buffer, src_buffer, diff_buffer, width, height, ch); in dt_heal()
283 dt_heal_laplace_loop(diff_buffer, width, height, ch, mask_buffer, use_sse); in dt_heal()
286 dt_heal_add(diff_buffer, src_buffer, dest_buffer, width, height, ch); in dt_heal()
289 if(diff_buffer) dt_free_align(diff_buffer); in dt_heal()
/dports/archivers/gtar/tar-1.34/src/
H A Dcompare.c41 static char *diff_buffer; variable
48 diff_buffer = page_aligned_alloc (&ptr, record_size); in diff_init()
85 size_t status = blocking_read (diff_handle, diff_buffer, bytes); in process_rawdata()
105 if (memcmp (buffer, diff_buffer, bytes)) in process_rawdata()
549 if (!diff_buffer) in verify_volume()
H A Dsparse.c615 char diff_buffer[BLOCKSIZE]; in check_sparse_region() local
617 bytes_read = safe_read (file->fd, diff_buffer, rdsize); in check_sparse_region()
631 if (!zero_block_p (diff_buffer, bytes_read)) in check_sparse_region()
660 char diff_buffer[BLOCKSIZE]; in check_data_region() local
670 bytes_read = safe_read (file->fd, diff_buffer, rdsize); in check_data_region()
687 if (memcmp (blk->buffer, diff_buffer, bytes_read)) in check_data_region()
/dports/graphics/zint/zint-2.10.0-src/backend/tests/
H A Dtest_aztec.c2941 clock_t start, total_encode = 0, total_buffer = 0, diff_encode, diff_buffer; in test_perf() local
2952 diff_encode = diff_buffer = 0; in test_perf()
2970 diff_buffer += clock() - start; in test_perf()
2976 …uffer %gms\n", data[i].comment, diff_encode * 1000.0 / CLOCKS_PER_SEC, diff_buffer * 1000.0 / CLOC… in test_perf()
2979 total_buffer += diff_buffer; in test_perf()
H A Dtest_gridmtx.c518 clock_t start, total_encode = 0, total_buffer = 0, diff_encode, diff_buffer; in test_perf() local
529 diff_encode = diff_buffer = 0; in test_perf()
547 diff_buffer += clock() - start; in test_perf()
553 …uffer %gms\n", data[i].comment, diff_encode * 1000.0 / CLOCKS_PER_SEC, diff_buffer * 1000.0 / CLOC… in test_perf()
556 total_buffer += diff_buffer; in test_perf()
H A Dtest_hanxin.c1565 clock_t start, total_encode = 0, total_buffer = 0, diff_encode, diff_buffer; in test_perf() local
1576 diff_encode = diff_buffer = 0; in test_perf()
1594 diff_buffer += clock() - start; in test_perf()
1600 …uffer %gms\n", data[i].comment, diff_encode * 1000.0 / CLOCKS_PER_SEC, diff_buffer * 1000.0 / CLOC… in test_perf()
1603 total_buffer += diff_buffer; in test_perf()
H A Dtest_maxicode.c1027 clock_t start, total_encode = 0, total_buffer = 0, diff_encode, diff_buffer; in test_perf() local
1038 diff_encode = diff_buffer = 0; in test_perf()
1057 diff_buffer += clock() - start; in test_perf()
1063 …uffer %gms\n", data[i].comment, diff_encode * 1000.0 / CLOCKS_PER_SEC, diff_buffer * 1000.0 / CLOC… in test_perf()
1066 total_buffer += diff_buffer; in test_perf()
H A Dtest_pdf417.c1919 clock_t start, total_encode = 0, total_buffer = 0, diff_encode, diff_buffer; in test_perf() local
1930 diff_encode = diff_buffer = 0; in test_perf()
1948 diff_buffer += clock() - start; in test_perf()
1954 …uffer %gms\n", data[i].comment, diff_encode * 1000.0 / CLOCKS_PER_SEC, diff_buffer * 1000.0 / CLOC… in test_perf()
1957 total_buffer += diff_buffer; in test_perf()
H A Dtest_qr.c1348 clock_t start, total_encode = 0, total_buffer = 0, diff_encode, diff_buffer; in test_qr_perf() local
1359 diff_encode = diff_buffer = 0; in test_qr_perf()
1377 diff_buffer += clock() - start; in test_qr_perf()
1383 …uffer %gms\n", data[i].comment, diff_encode * 1000.0 / CLOCKS_PER_SEC, diff_buffer * 1000.0 / CLOC… in test_qr_perf()
1386 total_buffer += diff_buffer; in test_qr_perf()
2114 clock_t start, total_encode = 0, total_buffer = 0, diff_encode, diff_buffer; in test_microqr_perf() local
2125 diff_encode = diff_buffer = 0; in test_microqr_perf()
2143 diff_buffer += clock() - start; in test_microqr_perf()
2149 …uffer %gms\n", data[i].comment, diff_encode * 1000.0 / CLOCKS_PER_SEC, diff_buffer * 1000.0 / CLOC… in test_microqr_perf()
2152 total_buffer += diff_buffer; in test_microqr_perf()
H A Dtest_dmatrix.c2180 clock_t start, total_encode = 0, total_buffer = 0, diff_encode, diff_buffer; in test_perf() local
2191 diff_encode = diff_buffer = 0; in test_perf()
2209 diff_buffer += clock() - start; in test_perf()
2215 …uffer %gms\n", data[i].comment, diff_encode * 1000.0 / CLOCKS_PER_SEC, diff_buffer * 1000.0 / CLOC… in test_perf()
2218 total_buffer += diff_buffer; in test_perf()
H A Dtest_composite.c3520 clock_t start, total_encode = 0, total_buffer = 0, diff_encode, diff_buffer; in test_perf() local
3531 diff_encode = diff_buffer = 0; in test_perf()
3553 diff_buffer += clock() - start; in test_perf()
3559 …uffer %gms\n", data[i].comment, diff_encode * 1000.0 / CLOCKS_PER_SEC, diff_buffer * 1000.0 / CLOC… in test_perf()
3562 total_buffer += diff_buffer; in test_perf()
/dports/graphics/gimp-app/gimp-2.10.30/app/paint/
H A Dgimpheal.c448 GeglBuffer *diff_buffer; in gimp_heal() local
465 diff_buffer = in gimp_heal()
476 diff_buffer, GEGL_RECTANGLE (0, 0, width, height)); in gimp_heal()
488 gimp_heal_add (diff_buffer, GEGL_RECTANGLE (0, 0, width, height), in gimp_heal()
492 g_object_unref (diff_buffer); in gimp_heal()
/dports/games/d2x/d2x-0.2.5/main/
H A Dnetmisc.h26 extern int netmisc_find_diff( void *block1, void *block2, int block_size, void *diff_buffer );
29 extern int netmisc_apply_diff(void *block1, void *diff_buffer, int diff_size );
/dports/net/waypipe/waypipe-a11a59c58bee3972ce9e1e18731eba28cc0a8f0a/src/
H A Dshadow.c735 char *diff_buffer = NULL; in worker_run_compress_diff() local
738 diff_buffer = malloc( in worker_run_compress_diff()
740 if (!diff_buffer) { in worker_run_compress_diff()
744 diff_target = diff_buffer + sizeof(struct wmsg_buffer_diff); in worker_run_compress_diff()
768 free(diff_buffer); in worker_run_compress_diff()
777 msg = (uint8_t *)diff_buffer; in worker_run_compress_diff()
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_diffmode.vim260 call assert_equal(['Xdiff3', 'Xdiff4'], getcompletion('', 'diff_buffer'))
269 call assert_equal([], getcompletion('', 'diff_buffer'))
280 call assert_equal(['Xdiff1', 'Xdiff4'], getcompletion('', 'diff_buffer'))
289 call assert_equal([], getcompletion('', 'diff_buffer'))
297 call assert_equal(['Xdiff1', 'Xdiff3'], getcompletion('', 'diff_buffer'))
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_adaptive_quantization.cc364 diff_buffer = ImageF(kEncTileDim + 8, num_threads); in HfModulation()
411 float* JXL_RESTRICT row_out = diff_buffer.Row(thread); in HfModulation()
500 ImageF diff_buffer; in HfModulation() member
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_adaptive_quantization.cc364 diff_buffer = ImageF(kEncTileDim + 8, num_threads); in HfModulation()
411 float* JXL_RESTRICT row_out = diff_buffer.Row(thread); in HfModulation()
500 ImageF diff_buffer; in HfModulation() member
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_diffmode.vim291 call assert_equal(['Xdiff3', 'Xdiff4'], getcompletion('', 'diff_buffer'))
300 call assert_equal([], getcompletion('', 'diff_buffer'))
311 call assert_equal(['Xdiff1', 'Xdiff4'], getcompletion('', 'diff_buffer'))
320 call assert_equal([], getcompletion('', 'diff_buffer'))
328 call assert_equal(['Xdiff1', 'Xdiff3'], getcompletion('', 'diff_buffer'))
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Denc_adaptive_quantization.cc442 diff_buffer = ImageF(kEncTileDim + 8, num_threads); in HfModulation()
489 float* JXL_RESTRICT row_out = diff_buffer.Row(thread); in HfModulation()
578 ImageF diff_buffer; in HfModulation() member
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Denc_adaptive_quantization.cc442 diff_buffer = ImageF(kEncTileDim + 8, num_threads); in HfModulation()
489 float* JXL_RESTRICT row_out = diff_buffer.Row(thread); in HfModulation()
578 ImageF diff_buffer; in HfModulation() member
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dmatmul.simd.hpp58 …obisImplFunc)(const Mat& v1, const Mat& v2, const Mat& icovar, double *diff_buffer /*[len]*/, int …
1983 double MahalanobisImpl(const Mat& v1, const Mat& v2, const Mat& icovar, double *diff_buffer /*[len]… in MahalanobisImpl() argument
2002 double* diff = diff_buffer; in MahalanobisImpl()
2012 diff = diff_buffer; in MahalanobisImpl()
/dports/archivers/gtar/tar-1.34/
H A DChangeLog8911 (diff_buffer): Remove; now a local var.