Home
last modified time | relevance | path

Searched refs:YUV_clamping (Results 1 – 21 of 21) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dtranscode.c138 if (ovpp->set_yuv_palette_clamping)(*ovpp->set_yuv_palette_clamping)(ovpp->YUV_clamping); in transcode_cleanup()
197 if (vpp->set_yuv_palette_clamping)(*vpp->set_yuv_palette_clamping)(vpp->YUV_clamping); in transcode_clip()
267 …weed_layer_set_palette_yuv(frame_layer, vpp->palette, vpp->YUV_clamping, vpp->YUV_sampling, vpp->Y… in transcode_clip()
331 …st_palette_match(weed_layer_get_palette(frame_layer), pal_list, &vpp->palette, &vpp->YUV_clamping); in transcode_clip()
334 if (vpp->set_yuv_palette_clamping)(*vpp->set_yuv_palette_clamping)(vpp->YUV_clamping); in transcode_clip()
402 …frame_layer, pwidth, pheight, width, height, interp, vpp->palette, vpp->YUV_clamping)) goto tr_err; in transcode_clip()
406 …if (!resize_layer(frame_layer, pwidth, pheight, interp, vpp->palette, vpp->YUV_clamping)) goto tr_… in transcode_clip()
417 …convert_layer_palette_full(frame_layer, vpp->palette, vpp->YUV_clamping, vpp->YUV_sampling, vpp->Y… in transcode_clip()
H A Dvideodev.h23 int YUV_clamping; member
H A Dstream.h21 int YUV_clamping; member
H A Dplugins.c243 if (lives_write_le(fd, &(vpp->YUV_clamping), 4, FALSE) < 4) return; in save_vpp_defaults()
354 lives_read_le(fd, &(vpp->YUV_clamping), 4, FALSE); in load_vpp_defaults()
486 vpp->YUV_clamping = i; in on_vppa_ok_clicked()
928 weed_yuv_clamping_get_name(tmpvpp->YUV_clamping)); in on_vpp_advanced_clicked()
1090 vpp->YUV_clamping = lclamping; in vpp_try_match_palette()
1239 vpp->YUV_clamping = future_prefs->vpp_YUV_clamping; in open_vid_playback_plugin()
1243 vpp->YUV_clamping = mainw->vpp->YUV_clamping; in open_vid_playback_plugin()
1246 vpp->YUV_clamping = -1; in open_vid_playback_plugin()
1321 if (vpp->YUV_clamping == -1) { in open_vid_playback_plugin()
1322 vpp->YUV_clamping = WEED_YUV_CLAMPING_CLAMPED; in open_vid_playback_plugin()
[all …]
H A Dplugins.h183 int YUV_clamping; member
382 int YUV_clamping; member
H A Dvideodev.c95 weed_set_int_value(layer, WEED_LEAF_YUV_CLAMPING, ldev->YUV_clamping); in weed_layer_set_from_lvdev()
338 &ldev->YUV_sampling, &ldev->YUV_subspace, &ldev->YUV_clamping); in open_vdev_inner()
H A Dcolourspace.h231 … int YUV_clamping, int YUV_sampling, int YUV_subspace, int gamma_type);
H A Dstream.c403 lstream->YUV_clamping = atoi(array[10]); in l2l_parse_packet_header()
812 weed_set_int_value(layer, WEED_LEAF_YUV_CLAMPING, lstream->YUV_clamping);
H A Dmain.c7297 dplug->cdata->YUV_clamping, in pull_frame_at_size()
7330 … dplug->cdata->YUV_clamping, dplug->cdata->YUV_subspace)); in pull_frame_at_size()
7376 dplug->cdata->YUV_clamping, in pull_frame_at_size()
8701 if (!convert_layer_palette_full(frame_layer, mainw->vpp->palette, mainw->vpp->YUV_clamping,
8728 weed_set_int_value(return_layer, WEED_LEAF_YUV_CLAMPING, mainw->vpp->YUV_clamping);
8895 … if (!convert_layer_palette_full(frame_layer, mainw->vpp->palette, mainw->vpp->YUV_clamping,
8906 mainw->vpp->palette, mainw->vpp->YUV_clamping)) goto lfi_done;
8929 mainw->vpp->palette, mainw->vpp->YUV_clamping)) goto lfi_done;
8972 if (!convert_layer_palette_full(frame_layer, mainw->vpp->palette, mainw->vpp->YUV_clamping,
8997 weed_layer_set_yuv_clamping(return_layer, mainw->vpp->YUV_clamping);
H A Dpreferences.c518 mainw->vpp->YUV_clamping = future_prefs->vpp_YUV_clamping; in set_vpp()
520 …w->vpp->set_yuv_palette_clamping)(*mainw->vpp->set_yuv_palette_clamping)(mainw->vpp->YUV_clamping); in set_vpp()
H A Dcallbacks.c11280 …ives_strdup(weed_palette_get_name_full(cdata->current_palette, cdata->YUV_clamping, cdata->YUV_sub…
11300 … palname = lives_strdup(weed_palette_get_name_full(ldev->current_palette, ldev->YUV_clamping, 0));
H A Dcolourspace.c13723 … int YUV_clamping, int YUV_sampling, int YUV_subspace, int gamma_type) { in weed_layer_create_full() argument
13725 weed_layer_set_palette_yuv(layer, palette, YUV_clamping, YUV_sampling, YUV_subspace); in weed_layer_create_full()
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/playback/video/
H A Dlives2lives_stream.c35 int YUV_clamping; member
64 lstream->YUV_clamping = WEED_YUV_CLAMPING_CLAMPED; in lstream_alloc()
193 lstream->YUV_clamping = clamping_type; in set_yuv_palette_clamping()
317 lstream->YUV_clamping); in render_frame_stream()
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/decoders/
H A Davformat_decoder.c490 cdata->YUV_clamping = WEED_YUV_CLAMPING_CLAMPED; in attach_stream()
492 cdata->palettes[0] = avi_pix_fmt_to_weed_palette(cc->pix_fmt, &cdata->YUV_clamping); in attach_stream()
1350 ((lives_clip_data_t *)cdata)->YUV_clamping = WEED_YUV_CLAMPING_UNCLAMPED; in get_frame()
1352 ((lives_clip_data_t *)cdata)->YUV_clamping = WEED_YUV_CLAMPING_CLAMPED; in get_frame()
H A Ddecplugin.h232 int YUV_clamping; member
H A Dflv_decoder.c1211 cdata->YUV_clamping = WEED_YUV_CLAMPING_UNCLAMPED; in attach_stream()
1212 if (ctx->color_range == AVCOL_RANGE_MPEG) cdata->YUV_clamping = WEED_YUV_CLAMPING_CLAMPED; in attach_stream()
1221 &cdata->YUV_clamping); in attach_stream()
1549 int y_black = (cdata->YUV_clamping == WEED_YUV_CLAMPING_CLAMPED) ? 16 : 0; in get_frame()
H A Dmkv_decoder.c2011 cdata->YUV_clamping = WEED_YUV_CLAMPING_UNCLAMPED; in attach_stream()
2012 if (ctx->color_range == AVCOL_RANGE_MPEG) cdata->YUV_clamping = WEED_YUV_CLAMPING_CLAMPED; in attach_stream()
2021 &cdata->YUV_clamping); in attach_stream()
2901 ((lives_clip_data_t *)cdata)->YUV_clamping = WEED_YUV_CLAMPING_UNCLAMPED; in get_frame()
2903 ((lives_clip_data_t *)cdata)->YUV_clamping = WEED_YUV_CLAMPING_CLAMPED; in get_frame()
H A Ddv_decoder.c128 cdata->YUV_clamping = WEED_YUV_CLAMPING_UNCLAMPED; in attach_stream()
H A Dasf_decoder.c2272 cdata->YUV_clamping = WEED_YUV_CLAMPING_UNCLAMPED; in attach_stream()
2273 if (ctx->color_range == AVCOL_RANGE_MPEG) cdata->YUV_clamping = WEED_YUV_CLAMPING_CLAMPED; in attach_stream()
2282 &cdata->YUV_clamping); in attach_stream()
2625 int y_black = (cdata->YUV_clamping == WEED_YUV_CLAMPING_CLAMPED) ? 16 : 0; in get_frame()
H A Dogg_decoder.c942 if (sformat->luma_offset == 0) cdata->YUV_clamping = WEED_YUV_CLAMPING_UNCLAMPED; in get_dirac_cdata()
943 else cdata->YUV_clamping = WEED_YUV_CLAMPING_CLAMPED; in get_dirac_cdata()
1747 cdata->YUV_clamping = WEED_YUV_CLAMPING_CLAMPED; in attach_stream()
2669 int y_black = (cdata->YUV_clamping == WEED_YUV_CLAMPING_CLAMPED) ? 16 : 0; in get_frame()
H A Dmpegts_decoder.c3126 cdata->YUV_clamping = WEED_YUV_CLAMPING_UNCLAMPED; in attach_stream()
3127 if (ctx->color_range == AVCOL_RANGE_MPEG) cdata->YUV_clamping = WEED_YUV_CLAMPING_CLAMPED; in attach_stream()
3136 &cdata->YUV_clamping); in attach_stream()
3472 int y_black = (cdata->YUV_clamping == WEED_YUV_CLAMPING_CLAMPED) ? 16 : 0; in get_frame()