Home
last modified time | relevance | path

Searched refs:slice_height (Results 1 – 25 of 486) sorted by relevance

12345678910>>...20

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmagicyuv.c57 int slice_height; member
128 …int height = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->… in magy_decode_slice10()
226 int height = FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height); in magy_decode_slice10()
258 …int height = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->… in magy_decode_slice()
359 int height = FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height); in magy_decode_slice()
566 s->slice_height = bytestream2_get_le32u(&gb); in magy_decode_frame()
567 if (s->slice_height <= 0 || s->slice_height > INT_MAX - avctx->coded_height) { in magy_decode_frame()
569 "invalid slice height: %d\n", s->slice_height); in magy_decode_frame()
575 s->nb_slices = (avctx->coded_height + s->slice_height - 1) / s->slice_height; in magy_decode_frame()
583 if ((s->slice_height >> s->vshift[1]) < 2) { in magy_decode_frame()
[all …]
H A Dutvideodec.c363 int slice_start, slice_height; in restore_median_planar() local
371 if (!slice_height) in restore_median_planar()
379 if (slice_height <= 1) in restore_median_planar()
423 slice_height >>= 1; in restore_median_planar_il()
424 if (!slice_height) in restore_median_planar_il()
434 if (slice_height <= 1) in restore_median_planar_il()
479 if (!slice_height) in restore_gradient_planar()
487 if (slice_height <= 1) in restore_gradient_planar()
520 slice_height >>= 1; in restore_gradient_planar_il()
521 if (!slice_height) in restore_gradient_planar_il()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Ddxtory.c245 int nslices, slice, slice_height; in dxtory_decode_v2_565() local
264 slice_height = avctx->height / nslices; in dxtory_decode_v2_565()
292 dst += pic->linesize[0] * slice_height; in dxtory_decode_v2_565()
326 int nslices, slice, slice_height; in dxtory_decode_v2_rgb() local
345 slice_height = avctx->height / nslices; in dxtory_decode_v2_rgb()
473 Y += pic->linesize[0] * slice_height; in dxtory_decode_v2_410()
618 int nslices, slice, slice_height; in dxtory_decode_v2_444() local
637 slice_height = avctx->height / nslices; in dxtory_decode_v2_444()
670 Y += pic->linesize[0] * slice_height; in dxtory_decode_v2_444()
671 U += pic->linesize[1] * slice_height; in dxtory_decode_v2_444()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmagicyuv.c57 int slice_height; member
128 …int height = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->… in magy_decode_slice10()
226 int height = FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height); in magy_decode_slice10()
258 …int height = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->… in magy_decode_slice()
359 int height = FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height); in magy_decode_slice()
566 s->slice_height = bytestream2_get_le32u(&gb); in magy_decode_frame()
567 if (s->slice_height <= 0 || s->slice_height > INT_MAX - avctx->coded_height) { in magy_decode_frame()
569 "invalid slice height: %d\n", s->slice_height); in magy_decode_frame()
575 s->nb_slices = (avctx->coded_height + s->slice_height - 1) / s->slice_height; in magy_decode_frame()
583 if ((s->slice_height >> s->vshift[1]) < 2) { in magy_decode_frame()
[all …]
H A Dutvideodec.c363 int slice_start, slice_height; in restore_median_planar() local
371 if (!slice_height) in restore_median_planar()
379 if (slice_height <= 1) in restore_median_planar()
423 slice_height >>= 1; in restore_median_planar_il()
424 if (!slice_height) in restore_median_planar_il()
434 if (slice_height <= 1) in restore_median_planar_il()
479 if (!slice_height) in restore_gradient_planar()
487 if (slice_height <= 1) in restore_gradient_planar()
520 slice_height >>= 1; in restore_gradient_planar_il()
521 if (!slice_height) in restore_gradient_planar_il()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Ddxtory.c245 int nslices, slice, slice_height; in dxtory_decode_v2_565() local
264 slice_height = avctx->height / nslices; in dxtory_decode_v2_565()
292 dst += pic->linesize[0] * slice_height; in dxtory_decode_v2_565()
326 int nslices, slice, slice_height; in dxtory_decode_v2_rgb() local
345 slice_height = avctx->height / nslices; in dxtory_decode_v2_rgb()
473 Y += pic->linesize[0] * slice_height; in dxtory_decode_v2_410()
618 int nslices, slice, slice_height; in dxtory_decode_v2_444() local
637 slice_height = avctx->height / nslices; in dxtory_decode_v2_444()
670 Y += pic->linesize[0] * slice_height; in dxtory_decode_v2_444()
671 U += pic->linesize[1] * slice_height; in dxtory_decode_v2_444()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmagicyuv.c57 int slice_height; member
132 …int height = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->… in magy_decode_slice10()
230 int height = FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height); in magy_decode_slice10()
262 …int height = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->… in magy_decode_slice()
363 int height = FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height); in magy_decode_slice()
570 s->slice_height = bytestream2_get_le32u(&gb); in magy_decode_frame()
571 if (s->slice_height <= 0 || s->slice_height > INT_MAX - avctx->coded_height) { in magy_decode_frame()
573 "invalid slice height: %d\n", s->slice_height); in magy_decode_frame()
579 s->nb_slices = (avctx->coded_height + s->slice_height - 1) / s->slice_height; in magy_decode_frame()
587 if ((s->slice_height >> s->vshift[1]) < 2) { in magy_decode_frame()
[all …]
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/core/
H A Dfilter_brightness.c43 int slice_height = (ctx.height + jobs - 1) / jobs; in sliced_proc() local
44 int slice_offset = index * slice_height * ctx.width; in sliced_proc()
45 slice_height = MIN(slice_height, ctx.height - index * slice_height); in sliced_proc()
49 int i = ctx.width * slice_height + 1; in sliced_proc()
63 int i = ctx.width * slice_height + 1; in sliced_proc()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/core/
H A Dfilter_brightness.c43 int slice_height = (ctx.height + jobs - 1) / jobs; in sliced_proc() local
44 int slice_offset = index * slice_height * ctx.width; in sliced_proc()
45 slice_height = MIN(slice_height, ctx.height - index * slice_height); in sliced_proc()
49 int i = ctx.width * slice_height + 1; in sliced_proc()
63 int i = ctx.width * slice_height + 1; in sliced_proc()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/core/
H A Dfilter_brightness.c43 int slice_height = (ctx.height + jobs - 1) / jobs; in sliced_proc() local
44 int slice_offset = index * slice_height * ctx.width; in sliced_proc()
45 slice_height = MIN(slice_height, ctx.height - index * slice_height); in sliced_proc()
49 int i = ctx.width * slice_height + 1; in sliced_proc()
63 int i = ctx.width * slice_height + 1; in sliced_proc()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/core/
H A Dfilter_brightness.c41 int slice_height = (ctx->image->height + jobs - 1) / jobs; in sliced_proc() local
42 int slice_line_start = index * slice_height; in sliced_proc()
43 slice_height = MIN(slice_height, ctx->image->height - slice_line_start); in sliced_proc()
49 for ( int line = 0; line < slice_height; line++ ) in sliced_proc()
65 for ( int line = 0; line < slice_height; line++ ) in sliced_proc()
75 for ( int line = 0; line < slice_height; line++ ) in sliced_proc()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/core/
H A Dfilter_brightness.c41 int slice_height = (ctx->image->height + jobs - 1) / jobs; in sliced_proc() local
42 int slice_line_start = index * slice_height; in sliced_proc()
43 slice_height = MIN(slice_height, ctx->image->height - slice_line_start); in sliced_proc()
49 for ( int line = 0; line < slice_height; line++ ) in sliced_proc()
65 for ( int line = 0; line < slice_height; line++ ) in sliced_proc()
75 for ( int line = 0; line < slice_height; line++ ) in sliced_proc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dmagicyuv.c57 int slice_height; member
226 …int height = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->… in magy_decode_slice10()
228 int sheight = AV_CEIL_RSHIFT(s->slice_height, s->vshift[i]); in magy_decode_slice10()
324 int height = FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height); in magy_decode_slice10()
356 …int height = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->… in magy_decode_slice()
358 int sheight = AV_CEIL_RSHIFT(s->slice_height, s->vshift[i]); in magy_decode_slice()
458 int height = FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height); in magy_decode_slice()
646 s->slice_height = bytestream2_get_le32(&gbyte); in magy_decode_frame()
647 if (s->slice_height <= 0 || s->slice_height > INT_MAX - avctx->coded_height) { in magy_decode_frame()
649 "invalid slice height: %d\n", s->slice_height); in magy_decode_frame()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dmagicyuv.c57 int slice_height; member
226 …int height = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->… in magy_decode_slice10()
228 int sheight = AV_CEIL_RSHIFT(s->slice_height, s->vshift[i]); in magy_decode_slice10()
324 int height = FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height); in magy_decode_slice10()
356 …int height = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->… in magy_decode_slice()
358 int sheight = AV_CEIL_RSHIFT(s->slice_height, s->vshift[i]); in magy_decode_slice()
458 int height = FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height); in magy_decode_slice()
657 s->slice_height = bytestream2_get_le32(&gbyte); in magy_decode_frame()
658 if (s->slice_height <= 0 || s->slice_height > INT_MAX - avctx->coded_height) { in magy_decode_frame()
660 "invalid slice height: %d\n", s->slice_height); in magy_decode_frame()
[all …]
H A Dutvideodec.c403 int slice_start, slice_height; in restore_median_planar() local
411 if (!slice_height) in restore_median_planar()
419 if (slice_height <= 1) in restore_median_planar()
463 slice_height >>= 1; in restore_median_planar_il()
464 if (!slice_height) in restore_median_planar_il()
474 if (slice_height <= 1) in restore_median_planar_il()
519 if (!slice_height) in restore_gradient_planar()
527 if (slice_height <= 1) in restore_gradient_planar()
560 slice_height >>= 1; in restore_gradient_planar_il()
561 if (!slice_height) in restore_gradient_planar_il()
[all …]
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/frei0r/
H A Dfrei0r_helper.c59 int slice_height = ctx->height / count; in f0r_update_slice() local
60 int slice_offset = index * slice_height * ctx->width; in f0r_update_slice()
70 int slice_height = ctx->height / count; in f0r_update2_slice() local
71 int slice_offset = index * slice_height * ctx->width; in f0r_update2_slice()
122 int slice_height = *height / slice_count; in process_frei0r_item() local
127 sprintf(ctorname, "ctor-%dx%d", *width, slice_height); in process_frei0r_item()
130 sprintf(ctorname, "ctor-%dx%d-%lu", *width, slice_height, GetCurrentThreadId()); in process_frei0r_item()
132 sprintf(ctorname, "ctor-%dx%d-%p", *width, slice_height, (void*) pthread_self()); in process_frei0r_item()
139 inst = f0r_construct(*width, slice_height); in process_frei0r_item()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/frei0r/
H A Dfrei0r_helper.c59 int slice_height = ctx->height / count; in f0r_update_slice() local
60 int slice_offset = index * slice_height * ctx->width; in f0r_update_slice()
70 int slice_height = ctx->height / count; in f0r_update2_slice() local
71 int slice_offset = index * slice_height * ctx->width; in f0r_update2_slice()
122 int slice_height = *height / slice_count; in process_frei0r_item() local
127 sprintf(ctorname, "ctor-%dx%d", *width, slice_height); in process_frei0r_item()
130 sprintf(ctorname, "ctor-%dx%d-%lu", *width, slice_height, GetCurrentThreadId()); in process_frei0r_item()
132 sprintf(ctorname, "ctor-%dx%d-%p", *width, slice_height, (void*) pthread_self()); in process_frei0r_item()
139 inst = f0r_construct(*width, slice_height); in process_frei0r_item()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/frei0r/
H A Dfrei0r_helper.c59 int slice_height = ctx->height / count; in f0r_update_slice() local
60 int slice_offset = index * slice_height * ctx->width; in f0r_update_slice()
70 int slice_height = ctx->height / count; in f0r_update2_slice() local
71 int slice_offset = index * slice_height * ctx->width; in f0r_update2_slice()
122 int slice_height = *height / slice_count; in process_frei0r_item() local
127 sprintf(ctorname, "ctor-%dx%d", *width, slice_height); in process_frei0r_item()
130 sprintf(ctorname, "ctor-%dx%d-%lu", *width, slice_height, GetCurrentThreadId()); in process_frei0r_item()
132 sprintf(ctorname, "ctor-%dx%d-%p", *width, slice_height, (void*) pthread_self()); in process_frei0r_item()
139 inst = f0r_construct(*width, slice_height); in process_frei0r_item()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/frei0r/
H A Dfrei0r_helper.c59 int slice_height = ctx->height / count; in f0r_update_slice() local
60 int slice_offset = index * slice_height * ctx->width; in f0r_update_slice()
70 int slice_height = ctx->height / count; in f0r_update2_slice() local
71 int slice_offset = index * slice_height * ctx->width; in f0r_update2_slice()
122 int slice_height = *height / slice_count; in process_frei0r_item() local
127 sprintf(ctorname, "ctor-%dx%d", *width, slice_height); in process_frei0r_item()
130 sprintf(ctorname, "ctor-%dx%d-%lu", *width, slice_height, GetCurrentThreadId()); in process_frei0r_item()
132 sprintf(ctorname, "ctor-%dx%d-%p", *width, slice_height, (void*) pthread_self()); in process_frei0r_item()
139 inst = f0r_construct(*width, slice_height); in process_frei0r_item()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/frei0r/
H A Dfrei0r_helper.c59 int slice_height = ctx->height / count; in f0r_update_slice() local
60 int slice_offset = index * slice_height * ctx->width; in f0r_update_slice()
70 int slice_height = ctx->height / count; in f0r_update2_slice() local
71 int slice_offset = index * slice_height * ctx->width; in f0r_update2_slice()
122 int slice_height = *height / slice_count; in process_frei0r_item() local
127 sprintf(ctorname, "ctor-%dx%d", *width, slice_height); in process_frei0r_item()
130 sprintf(ctorname, "ctor-%dx%d-%lu", *width, slice_height, GetCurrentThreadId()); in process_frei0r_item()
132 sprintf(ctorname, "ctor-%dx%d-%p", *width, slice_height, (void*) pthread_self()); in process_frei0r_item()
139 inst = f0r_construct(*width, slice_height); in process_frei0r_item()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_viewport_array/
H A Dclear.c62 const int slice_height = (piglit_height + num_viewports - 2) in piglit_display() local
78 0, i * slice_height, in piglit_display()
79 piglit_width, slice_height); in piglit_display()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_dsc.c146 pps_payload->slice_height = cpu_to_be16(dsc_cfg->slice_height); in drm_dsc_pps_payload_pack()
325 slice_bits = 8 * vdsc_cfg->slice_chunk_size * vdsc_cfg->slice_height; in drm_dsc_compute_rc_parameters()
352 if (vdsc_cfg->slice_height > 1) in drm_dsc_compute_rc_parameters()
359 (vdsc_cfg->slice_height - 1)); in drm_dsc_compute_rc_parameters()
364 groups_total = groups_per_line * vdsc_cfg->slice_height; in drm_dsc_compute_rc_parameters()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_dsc.c146 pps_payload->slice_height = cpu_to_be16(dsc_cfg->slice_height); in drm_dsc_pps_payload_pack()
325 slice_bits = 8 * vdsc_cfg->slice_chunk_size * vdsc_cfg->slice_height; in drm_dsc_compute_rc_parameters()
352 if (vdsc_cfg->slice_height > 1) in drm_dsc_compute_rc_parameters()
359 (vdsc_cfg->slice_height - 1)); in drm_dsc_compute_rc_parameters()
364 groups_total = groups_per_line * vdsc_cfg->slice_height; in drm_dsc_compute_rc_parameters()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_dsc.c146 pps_payload->slice_height = cpu_to_be16(dsc_cfg->slice_height); in drm_dsc_pps_payload_pack()
325 slice_bits = 8 * vdsc_cfg->slice_chunk_size * vdsc_cfg->slice_height; in drm_dsc_compute_rc_parameters()
352 if (vdsc_cfg->slice_height > 1) in drm_dsc_compute_rc_parameters()
359 (vdsc_cfg->slice_height - 1)); in drm_dsc_compute_rc_parameters()
364 groups_total = groups_per_line * vdsc_cfg->slice_height; in drm_dsc_compute_rc_parameters()
/dports/graphics/vips/vips-8.12.0/libvips/conversion/
H A Dsmartcrop.c125 const int slice_height = in vips_smartcrop_entropy() local
147 if( slice_height > 0 ) { in vips_smartcrop_entropy()
153 width, slice_height, &top_score ) ) in vips_smartcrop_entropy()
157 *left, *top + height - slice_height, in vips_smartcrop_entropy()
158 width, slice_height, &bottom_score ) ) in vips_smartcrop_entropy()
161 height -= slice_height; in vips_smartcrop_entropy()
163 *top += slice_height; in vips_smartcrop_entropy()

12345678910>>...20