Searched refs:h_sub (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | drawutils.c | 451 int w_sub, h_sub, x_sub, y_sub, left, right, top, bottom, y; in ff_blend_rectangle() local 472 h_sub = h; in ff_blend_rectangle() 476 subsampling_bounds(draw->vsub[plane], &y_sub, &h_sub, &top, &bottom); in ff_blend_rectangle() 496 for (y = 0; y < h_sub; y++) { in ff_blend_rectangle() 503 for (y = 0; y < h_sub; y++) { in ff_blend_rectangle() 628 int xm0, ym0, w_sub, h_sub, x_sub, y_sub, left, right, top, bottom, y; in ff_blend_mask() local 650 h_sub = mask_h; in ff_blend_mask() 654 subsampling_bounds(draw->vsub[plane], &y_sub, &h_sub, &top, &bottom); in ff_blend_mask() 680 for (y = 0; y < h_sub; y++) { in ff_blend_mask() 690 for (y = 0; y < h_sub; y++) { in ff_blend_mask()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-format.h | 419 guint h_sub[GST_VIDEO_MAX_COMPONENTS]; member 490 #define GST_VIDEO_FORMAT_INFO_H_SUB(info,c) ((info)->h_sub[c]) 496 #define GST_VIDEO_FORMAT_INFO_SCALE_HEIGHT(info,c,h) GST_VIDEO_SUB_SCALE ((info)->h_sub[c],(h))
|
D | video-converter.c | 2328 convert->in_y &= ~((1 << fin->h_sub[1]) - 1); in gst_video_converter_new() 2344 convert->out_y &= ~((1 << fout->h_sub[1]) - 1); in gst_video_converter_new() 2710 sfinfo->h_sub[2], dfinfo->h_sub[2]); in video_converter_compute_resample() 2713 sfinfo->h_sub[2] != dfinfo->h_sub[2] || in video_converter_compute_resample() 2721 sfinfo->unpack_format, sfinfo->w_sub[2], sfinfo->h_sub[2]); in video_converter_compute_resample() 2726 -dfinfo->w_sub[2], -dfinfo->h_sub[2]); in video_converter_compute_resample() 2731 sfinfo->h_sub[2]); in video_converter_compute_resample() 2735 -dfinfo->h_sub[2]); in video_converter_compute_resample()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | descriptions.c | 467 gint w_sub, h_sub, n_semi; in format_info_get_desc() local 470 h_sub = GST_VIDEO_FORMAT_INFO_H_SUB (finfo, 1); in format_info_get_desc() 472 if (w_sub == 1 && h_sub == 1) { in format_info_get_desc() 474 } else if (w_sub == 2 && h_sub == 1) { in format_info_get_desc() 476 } else if (w_sub == 2 && h_sub == 2) { in format_info_get_desc() 478 } else if (w_sub == 4 && h_sub == 1) { in format_info_get_desc()
|
/third_party/gstreamer/gstplugins_base/gst/videoconvert/ |
D | gstvideoconvert.c | 247 if ((in_info->h_sub[1]) != (t_info->h_sub[1])) { in score_value() 249 if ((in_info->h_sub[1]) < (t_info->h_sub[1])) in score_value()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglmemory.c | 205 guint h_sub = in _calculate_unpack_length() local 210 if (h_sub) in _calculate_unpack_length() 211 gl_mem->tex_scaling[1] /= (1 << h_sub); in _calculate_unpack_length()
|
D | gstglcolorconvert.c | 1191 if ((in_info->h_sub[1]) != (t_info->h_sub[1])) { in score_format_target() 1193 if ((in_info->h_sub[1]) < (t_info->h_sub[1])) in score_format_target()
|
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/ |
D | gstvideotestsrc.c | 914 -info.finfo->h_sub[2]); in gst_video_test_src_setcaps()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 2098 hs[k] = G_MAXUINT << finfo->h_sub[(3 + k) % 4]; in compare_frame()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 70961 packing instead of abusing the h_sub variable. Some formats might have no
|