Home
last modified time | relevance | path

Searched refs:slice_data (Results 1 – 25 of 140) sorted by relevance

123456

/dports/math/octave/octave-6.4.0/liboctave/array/
H A DArray.h198 slice_data = rep->data; in make_unique()
228 T *slice_data; variable
234 : dimensions (dv), rep(a.rep), slice_data (a.slice_data+l), slice_len (u-l) in Array()
298 : dimensions (a.dimensions), rep (a.rep), slice_data (a.slice_data), in Array()
306 slice_data (a.slice_data), slice_len (a.slice_len) in Array()
309 a.slice_data = nullptr; in Array()
336 slice_data = a.slice_data;
357 slice_data = a.slice_data;
361 a.slice_data = nullptr;
696 slice_data = rep->data; in maybe_economize()
[all …]
/dports/databases/grass7/grass-7.8.6/lib/ogsf/
H A Dgvl_file.c48 } slice_data; typedef
814 slice_data *sd = (slice_data *) vf->buff; in alloc_slice_buff()
853 slice_data *sd = (slice_data *) vf->buff; in free_slice_buff()
875 slice_data *sd = (slice_data *) vf->buff; in read_slice()
901 slice_data *sd = (slice_data *) vf->buff; in shift_slices()
929 slice_data *sd = (slice_data *) vf->buff; in get_slice_value()
970 slice_data *sd; in gvl_file_start_read()
994 sd = (slice_data *) vf->buff; in gvl_file_start_read()
1118 slice_data *sd; in gvl_file_set_mode()
1133 if ((vf->buff = (slice_data *) G_malloc(sizeof(slice_data))) == NULL) in gvl_file_set_mode()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libvo/
H A Dvo_gif89a.c104 static uint8_t *slice_data = NULL; variable
217 slice_data = malloc(img_width * img_height * 3); in config()
218 if (slice_data == NULL) { in config()
225 free(slice_data); slice_data = NULL; in config()
232 free(slice_data); slice_data = NULL; in config()
303 ret = gif_reduce(img_width, img_height, slice_data, reduce_data, reduce_cmap->Colors); in flip_page()
335 dst = slice_data + (img_width * y + x) * 3; in draw_slice()
380 free(slice_data); in uninit()
387 slice_data = NULL; in uninit()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libvo/
H A Dvo_gif89a.c104 static uint8_t *slice_data = NULL; variable
217 slice_data = malloc(img_width * img_height * 3); in config()
218 if (slice_data == NULL) { in config()
225 free(slice_data); slice_data = NULL; in config()
232 free(slice_data); slice_data = NULL; in config()
303 ret = gif_reduce(img_width, img_height, slice_data, reduce_data, reduce_cmap->Colors); in flip_page()
335 dst = slice_data + (img_width * y + x) * 3; in draw_slice()
380 free(slice_data); in uninit()
387 slice_data = NULL; in uninit()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dproresdec_lgpl.c66 ProresThreadData *slice_data; member
86 ctx->slice_data = NULL; in decode_init()
265 av_freep(&ctx->slice_data); in decode_picture_header()
266 ctx->slice_data = av_malloc((num_slices + 1) * sizeof(ctx->slice_data[0])); in decode_picture_header()
267 if (!ctx->slice_data) in decode_picture_header()
282 ctx->slice_data[i].index = data_ptr; in decode_picture_header()
283 ctx->slice_data[i].prev_slice_sf = 0; in decode_picture_header()
286 ctx->slice_data[i].index = data_ptr; in decode_picture_header()
287 ctx->slice_data[i].prev_slice_sf = 0; in decode_picture_header()
709 sizeof(ctx->slice_data[0])); in decode_picture()
[all …]
H A Dfic.c43 FICThreadContext *slice_data; member
357 av_fast_malloc(&ctx->slice_data, &ctx->slice_data_size, in fic_decode_frame()
358 nslices * sizeof(ctx->slice_data[0])); in fic_decode_frame()
363 memset(ctx->slice_data, 0, nslices * sizeof(ctx->slice_data[0])); in fic_decode_frame()
387 ctx->slice_data[slice].src = sdata + slice_off; in fic_decode_frame()
388 ctx->slice_data[slice].src_size = slice_size; in fic_decode_frame()
389 ctx->slice_data[slice].slice_h = slice_h; in fic_decode_frame()
390 ctx->slice_data[slice].y_off = y_off; in fic_decode_frame()
393 if ((ret = avctx->execute(avctx, fic_decode_slice, ctx->slice_data, in fic_decode_frame()
394 NULL, nslices, sizeof(ctx->slice_data[0]))) < 0) in fic_decode_frame()
[all …]
H A Dvaapi.c113 1, (void *)vactx->slice_data, in ff_vaapi_commit_slices()
116 vactx->slice_data = NULL; in ff_vaapi_commit_slices()
156 if (!vactx->slice_data) in ff_vaapi_alloc_slice()
157 vactx->slice_data = buffer; in ff_vaapi_alloc_slice()
158 if (vactx->slice_data + vactx->slice_data_size != buffer) { in ff_vaapi_alloc_slice()
161 vactx->slice_data = buffer; in ff_vaapi_alloc_slice()
H A Daic.c151 int16_t *slice_data; member
324 memset(ctx->slice_data, 0, in aic_decode_slice()
325 sizeof(*ctx->slice_data) * slice_width * AIC_BAND_COEFFS); in aic_decode_slice()
451 ctx->slice_data = av_malloc(ctx->slice_width * AIC_BAND_COEFFS in aic_decode_init()
452 * sizeof(*ctx->slice_data)); in aic_decode_init()
453 if (!ctx->slice_data) { in aic_decode_init()
460 ctx->data_ptr[i] = ctx->slice_data + ctx->slice_width in aic_decode_init()
470 av_freep(&ctx->slice_data); in aic_decode_close()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dproresdec_lgpl.c66 ProresThreadData *slice_data; member
86 ctx->slice_data = NULL; in decode_init()
265 av_freep(&ctx->slice_data); in decode_picture_header()
266 ctx->slice_data = av_malloc((num_slices + 1) * sizeof(ctx->slice_data[0])); in decode_picture_header()
267 if (!ctx->slice_data) in decode_picture_header()
282 ctx->slice_data[i].index = data_ptr; in decode_picture_header()
283 ctx->slice_data[i].prev_slice_sf = 0; in decode_picture_header()
286 ctx->slice_data[i].index = data_ptr; in decode_picture_header()
287 ctx->slice_data[i].prev_slice_sf = 0; in decode_picture_header()
709 sizeof(ctx->slice_data[0])); in decode_picture()
[all …]
H A Dfic.c43 FICThreadContext *slice_data; member
357 av_fast_malloc(&ctx->slice_data, &ctx->slice_data_size, in fic_decode_frame()
358 nslices * sizeof(ctx->slice_data[0])); in fic_decode_frame()
363 memset(ctx->slice_data, 0, nslices * sizeof(ctx->slice_data[0])); in fic_decode_frame()
387 ctx->slice_data[slice].src = sdata + slice_off; in fic_decode_frame()
388 ctx->slice_data[slice].src_size = slice_size; in fic_decode_frame()
389 ctx->slice_data[slice].slice_h = slice_h; in fic_decode_frame()
390 ctx->slice_data[slice].y_off = y_off; in fic_decode_frame()
393 if ((ret = avctx->execute(avctx, fic_decode_slice, ctx->slice_data, in fic_decode_frame()
394 NULL, nslices, sizeof(ctx->slice_data[0]))) < 0) in fic_decode_frame()
[all …]
H A Dvaapi.c113 1, (void *)vactx->slice_data, in ff_vaapi_commit_slices()
116 vactx->slice_data = NULL; in ff_vaapi_commit_slices()
156 if (!vactx->slice_data) in ff_vaapi_alloc_slice()
157 vactx->slice_data = buffer; in ff_vaapi_alloc_slice()
158 if (vactx->slice_data + vactx->slice_data_size != buffer) { in ff_vaapi_alloc_slice()
161 vactx->slice_data = buffer; in ff_vaapi_alloc_slice()
H A Daic.c151 int16_t *slice_data; member
324 memset(ctx->slice_data, 0, in aic_decode_slice()
325 sizeof(*ctx->slice_data) * slice_width * AIC_BAND_COEFFS); in aic_decode_slice()
451 ctx->slice_data = av_malloc(ctx->slice_width * AIC_BAND_COEFFS in aic_decode_init()
452 * sizeof(*ctx->slice_data)); in aic_decode_init()
453 if (!ctx->slice_data) { in aic_decode_init()
460 ctx->data_ptr[i] = ctx->slice_data + ctx->slice_width in aic_decode_init()
470 av_freep(&ctx->slice_data); in aic_decode_close()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dfic.c47 FICThreadContext *slice_data; member
366 av_fast_malloc(&ctx->slice_data, &ctx->slice_data_size, in fic_decode_frame()
367 nslices * sizeof(ctx->slice_data[0])); in fic_decode_frame()
372 memset(ctx->slice_data, 0, nslices * sizeof(ctx->slice_data[0])); in fic_decode_frame()
398 ctx->slice_data[slice].src = sdata + slice_off; in fic_decode_frame()
399 ctx->slice_data[slice].src_size = slice_size; in fic_decode_frame()
400 ctx->slice_data[slice].slice_h = slice_h; in fic_decode_frame()
401 ctx->slice_data[slice].y_off = y_off; in fic_decode_frame()
404 if ((ret = avctx->execute(avctx, fic_decode_slice, ctx->slice_data, in fic_decode_frame()
411 if (ctx->slice_data[slice].p_frame) { in fic_decode_frame()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dfic.c46 FICThreadContext *slice_data; member
363 av_fast_malloc(&ctx->slice_data, &ctx->slice_data_size, in fic_decode_frame()
364 nslices * sizeof(ctx->slice_data[0])); in fic_decode_frame()
369 memset(ctx->slice_data, 0, nslices * sizeof(ctx->slice_data[0])); in fic_decode_frame()
395 ctx->slice_data[slice].src = sdata + slice_off; in fic_decode_frame()
396 ctx->slice_data[slice].src_size = slice_size; in fic_decode_frame()
397 ctx->slice_data[slice].slice_h = slice_h; in fic_decode_frame()
398 ctx->slice_data[slice].y_off = y_off; in fic_decode_frame()
401 if ((ret = avctx->execute(avctx, fic_decode_slice, ctx->slice_data, in fic_decode_frame()
408 if (ctx->slice_data[slice].p_frame) { in fic_decode_frame()
[all …]
H A Daic.c152 int16_t *slice_data; member
338 memset(ctx->slice_data, 0, in aic_decode_slice()
339 sizeof(*ctx->slice_data) * slice_width * AIC_BAND_COEFFS); in aic_decode_slice()
473 ctx->slice_data = av_malloc_array(ctx->slice_width, AIC_BAND_COEFFS in aic_decode_init()
474 * sizeof(*ctx->slice_data)); in aic_decode_init()
475 if (!ctx->slice_data) { in aic_decode_init()
482 ctx->data_ptr[i] = ctx->slice_data + ctx->slice_width in aic_decode_init()
492 av_freep(&ctx->slice_data); in aic_decode_close()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dfic.c47 FICThreadContext *slice_data; member
366 av_fast_malloc(&ctx->slice_data, &ctx->slice_data_size, in fic_decode_frame()
367 nslices * sizeof(ctx->slice_data[0])); in fic_decode_frame()
372 memset(ctx->slice_data, 0, nslices * sizeof(ctx->slice_data[0])); in fic_decode_frame()
398 ctx->slice_data[slice].src = sdata + slice_off; in fic_decode_frame()
399 ctx->slice_data[slice].src_size = slice_size; in fic_decode_frame()
400 ctx->slice_data[slice].slice_h = slice_h; in fic_decode_frame()
401 ctx->slice_data[slice].y_off = y_off; in fic_decode_frame()
404 if ((ret = avctx->execute(avctx, fic_decode_slice, ctx->slice_data, in fic_decode_frame()
411 if (ctx->slice_data[slice].p_frame) { in fic_decode_frame()
[all …]
H A Daic.c154 int16_t *slice_data; member
340 memset(ctx->slice_data, 0, in aic_decode_slice()
341 sizeof(*ctx->slice_data) * slice_width * AIC_BAND_COEFFS); in aic_decode_slice()
475 ctx->slice_data = av_malloc_array(ctx->slice_width, AIC_BAND_COEFFS in aic_decode_init()
476 * sizeof(*ctx->slice_data)); in aic_decode_init()
477 if (!ctx->slice_data) { in aic_decode_init()
484 ctx->data_ptr[i] = ctx->slice_data + ctx->slice_width in aic_decode_init()
494 av_freep(&ctx->slice_data); in aic_decode_close()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dfic.c46 FICThreadContext *slice_data; member
365 av_fast_malloc(&ctx->slice_data, &ctx->slice_data_size, in fic_decode_frame()
366 nslices * sizeof(ctx->slice_data[0])); in fic_decode_frame()
371 memset(ctx->slice_data, 0, nslices * sizeof(ctx->slice_data[0])); in fic_decode_frame()
397 ctx->slice_data[slice].src = sdata + slice_off; in fic_decode_frame()
398 ctx->slice_data[slice].src_size = slice_size; in fic_decode_frame()
399 ctx->slice_data[slice].slice_h = slice_h; in fic_decode_frame()
400 ctx->slice_data[slice].y_off = y_off; in fic_decode_frame()
403 if ((ret = avctx->execute(avctx, fic_decode_slice, ctx->slice_data, in fic_decode_frame()
410 if (ctx->slice_data[slice].p_frame) { in fic_decode_frame()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dfic.c46 FICThreadContext *slice_data; member
365 av_fast_malloc(&ctx->slice_data, &ctx->slice_data_size, in fic_decode_frame()
366 nslices * sizeof(ctx->slice_data[0])); in fic_decode_frame()
371 memset(ctx->slice_data, 0, nslices * sizeof(ctx->slice_data[0])); in fic_decode_frame()
397 ctx->slice_data[slice].src = sdata + slice_off; in fic_decode_frame()
398 ctx->slice_data[slice].src_size = slice_size; in fic_decode_frame()
399 ctx->slice_data[slice].slice_h = slice_h; in fic_decode_frame()
400 ctx->slice_data[slice].y_off = y_off; in fic_decode_frame()
403 if ((ret = avctx->execute(avctx, fic_decode_slice, ctx->slice_data, in fic_decode_frame()
410 if (ctx->slice_data[slice].p_frame) { in fic_decode_frame()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/ftypes/
H A Dftypes.c405 if (slice_data->slice_failure) { in slice_func()
412 fv = slice_data->fv; in slice_func()
419 slice_data->slice_failure = TRUE; in slice_func()
429 slice_data->slice_failure = TRUE; in slice_func()
436 slice_data->slice_failure = TRUE; in slice_func()
445 slice_data->slice_failure = TRUE; in slice_func()
449 slice_data->slice_failure = TRUE; in slice_func()
467 slice_data_t slice_data; in fvalue_slice() local
470 slice_data.fv = fv; in fvalue_slice()
471 slice_data.bytes = g_byte_array_new(); in fvalue_slice()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/ftypes/
H A Dftypes.c405 if (slice_data->slice_failure) { in slice_func()
412 fv = slice_data->fv; in slice_func()
419 slice_data->slice_failure = TRUE; in slice_func()
429 slice_data->slice_failure = TRUE; in slice_func()
436 slice_data->slice_failure = TRUE; in slice_func()
445 slice_data->slice_failure = TRUE; in slice_func()
449 slice_data->slice_failure = TRUE; in slice_func()
467 slice_data_t slice_data; in fvalue_slice() local
470 slice_data.fv = fv; in fvalue_slice()
471 slice_data.bytes = g_byte_array_new(); in fvalue_slice()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/ftypes/
H A Dftypes.c405 if (slice_data->slice_failure) {
412 fv = slice_data->fv;
419 slice_data->slice_failure = TRUE;
429 slice_data->slice_failure = TRUE;
436 slice_data->slice_failure = TRUE;
445 slice_data->slice_failure = TRUE;
449 slice_data->slice_failure = TRUE;
467 slice_data_t slice_data;
470 slice_data.fv = fv;
471 slice_data.bytes = g_byte_array_new();
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/ftypes/
H A Dftypes.c405 if (slice_data->slice_failure) { in slice_func()
412 fv = slice_data->fv; in slice_func()
419 slice_data->slice_failure = TRUE; in slice_func()
429 slice_data->slice_failure = TRUE; in slice_func()
436 slice_data->slice_failure = TRUE; in slice_func()
445 slice_data->slice_failure = TRUE; in slice_func()
449 slice_data->slice_failure = TRUE; in slice_func()
467 slice_data_t slice_data; in fvalue_slice() local
470 slice_data.fv = fv; in fvalue_slice()
471 slice_data.bytes = g_byte_array_new(); in fvalue_slice()
[all …]
/dports/databases/db18/db-18.1.40/test/cxx/
H A DTestSlice.cpp22 void *slice_data = NULL; in test_slice_callback() local
27 slice_data = malloc(sizeof(int)); in test_slice_callback()
28 if (slice_data == NULL) in test_slice_callback()
30 memcpy(slice_data, &val, sizeof(int)); in test_slice_callback()
31 slice->set_data(slice_data); in test_slice_callback()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/tests/
H A DLayerPlanTest.cpp356 Polygons slice_data; in run() local
364 slice_data.add(around_start_end); in run()
369 slice_data.add(between); in run()
374 slice_data.add(around_start_end); in run()
375 slice_data.add(between_hole); in run()
380 slice_data.add(around_start); in run()
381 slice_data.add(around_end); in run()
386 layer_plan.comb_boundary_inside1 = slice_data; in run()
387 …layer_plan.comb_boundary_inside2 = slice_data; //We don't care about the combing accuracy itself, … in run()

123456