Searched refs:chroma_mode (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_il.c | 41 int luma_mode, chroma_mode, alpha_mode; ///<FilterMode member 59 …{"chroma_mode", "select chroma mode", OFFSET(chroma_mode), AV_OPT_TYPE_INT, {.i64=MODE_NONE}, MODE… 60 …{"c", "select chroma mode", OFFSET(chroma_mode), AV_OPT_TYPE_INT, {.i64=MODE_NONE}, MODE… 168 s->chroma_mode, s->chroma_swap); in filter_frame()
|
/third_party/gstreamer/gstplugins_base/gst/videoconvert/ |
D | gstvideoconvert.h | 49 GstVideoChromaMode chroma_mode; member
|
D | gstvideoconvert.c | 597 GST_TYPE_VIDEO_CHROMA_MODE, space->chroma_mode, in gst_video_convert_set_info() 732 space->chroma_mode = DEFAULT_PROP_CHROMA_MODE; in gst_video_convert_init() 761 csp->chroma_mode = g_value_get_enum (value); in gst_video_convert_set_property() 806 g_value_set_enum (value, csp->chroma_mode); in gst_video_convert_get_property()
|
/third_party/ffmpeg/libavcodec/ |
D | hevcdec.c | 2074 int chroma_mode; in intra_prediction_unit() local 2097 … lc->pu.chroma_mode_c[2 * i + j] = chroma_mode = ff_hevc_intra_chroma_pred_mode_decode(s); in intra_prediction_unit() 2098 if (chroma_mode != 4) { in intra_prediction_unit() 2099 if (lc->pu.intra_pred_mode[2 * i + j] == intra_chroma_table[chroma_mode]) in intra_prediction_unit() 2102 lc->pu.intra_pred_mode_c[2 * i + j] = intra_chroma_table[chroma_mode]; in intra_prediction_unit() 2110 lc->pu.chroma_mode_c[0] = chroma_mode = ff_hevc_intra_chroma_pred_mode_decode(s); in intra_prediction_unit() 2111 if (chroma_mode != 4) { in intra_prediction_unit() 2112 if (lc->pu.intra_pred_mode[0] == intra_chroma_table[chroma_mode]) in intra_prediction_unit() 2115 mode_idx = intra_chroma_table[chroma_mode]; in intra_prediction_unit() 2121 chroma_mode = ff_hevc_intra_chroma_pred_mode_decode(s); in intra_prediction_unit() [all …]
|
/third_party/ffmpeg/tests/fate/ |
D | filter-video.mak | 722 fate-filter-pixfmts-il: CMD = pixfmts "luma_mode=d:chroma_mode=d:alpha_mode=d"
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 13499 @item chroma_mode, c 13501 Available values for @var{luma_mode}, @var{chroma_mode} and
|