/third_party/ffmpeg/libavfilter/ |
D | drawutils.c | 357 int w_sub, h_sub, x_sub, y_sub, left, right, top, bottom, y; in ff_blend_rectangle() local 378 h_sub = h; in ff_blend_rectangle() 382 subsampling_bounds(draw->vsub[plane], &y_sub, &h_sub, &top, &bottom); in ff_blend_rectangle() 402 for (y = 0; y < h_sub; y++) { in ff_blend_rectangle() 409 for (y = 0; y < h_sub; y++) { in ff_blend_rectangle() 534 int xm0, ym0, w_sub, h_sub, x_sub, y_sub, left, right, top, bottom, y; in ff_blend_mask() local 556 h_sub = mask_h; in ff_blend_mask() 560 subsampling_bounds(draw->vsub[plane], &y_sub, &h_sub, &top, &bottom); in ff_blend_mask() 586 for (y = 0; y < h_sub; y++) { in ff_blend_mask() 596 for (y = 0; y < h_sub; y++) { in ff_blend_mask()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudaconvert.c | 196 if ((in_info->h_sub[1]) != (t_info->h_sub[1])) { in score_value() 198 if ((in_info->h_sub[1]) < (t_info->h_sub[1])) in score_value()
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | blend.c | 384 comp_ypos = (ypos == 0) ? 0 : ypos >> info->h_sub[1]; \ 386 comp_yoffset = (yoffset == 0) ? 0 : yoffset >> info->h_sub[1]; \ 400 comp_ypos = (ypos == 0) ? 0 : ypos >> info->h_sub[2]; \ 402 comp_yoffset = (yoffset == 0) ? 0 : yoffset >> info->h_sub[2]; \ 440 comp_yoffset = (y_start == 0) ? 0 : y_start >> info->h_sub[1]; \ 452 comp_yoffset = (y_start == 0) ? 0 : y_start >> info->h_sub[2]; \ 489 comp_yoffset = (y_start == 0) ? 0 : y_start >> info->h_sub[1]; \ 501 comp_yoffset = (y_start == 0) ? 0 : y_start >> info->h_sub[2]; \ 654 comp_ypos = (ypos == 0) ? 0 : ypos >> info->h_sub[1]; \ 656 comp_yoffset = (yoffset == 0) ? 0 : yoffset >> info->h_sub[1]; \ [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-format.h | 578 guint h_sub[GST_VIDEO_MAX_COMPONENTS]; member 649 #define GST_VIDEO_FORMAT_INFO_H_SUB(info,c) ((info)->h_sub[c]) 655 #define GST_VIDEO_FORMAT_INFO_SCALE_HEIGHT(info,c,h) GST_VIDEO_SUB_SCALE ((info)->h_sub[c],(h))
|
D | video-converter.c | 2357 convert->in_y &= ~((1 << fin->h_sub[1]) - 1); in gst_video_converter_new_with_pool() 2382 convert->out_y &= ~((1 << fout->h_sub[1]) - 1); in gst_video_converter_new_with_pool() 2844 sfinfo->h_sub[2], dfinfo->h_sub[2]); in video_converter_compute_resample() 2847 sfinfo->h_sub[2] != dfinfo->h_sub[2] || in video_converter_compute_resample() 2857 sfinfo->unpack_format, sfinfo->w_sub[2], sfinfo->h_sub[2]); in video_converter_compute_resample() 2862 -dfinfo->w_sub[2], -dfinfo->h_sub[2]); in video_converter_compute_resample() 2867 sfinfo->h_sub[2]); in video_converter_compute_resample() 2871 -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_bad/gst-libs/gst/vulkan/ |
D | gstvkformat.h | 120 guint8 h_sub[GST_VULKAN_MAX_COMPONENTS]; member
|
/third_party/gstreamer/gstplugins_base/gst/videoconvert/ |
D | gstvideoconvert.c | 254 if ((in_info->h_sub[1]) != (t_info->h_sub[1])) { in score_value() 256 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 | 215 guint h_sub = in _calculate_unpack_length() local 220 if (h_sub) in _calculate_unpack_length() 221 gl_mem->tex_scaling[1] /= (1 << h_sub); in _calculate_unpack_length()
|
D | gstglcolorconvert.c | 1318 if ((in_info->h_sub[1]) != (t_info->h_sub[1])) { in score_format_target() 1320 if ((in_info->h_sub[1]) < (t_info->h_sub[1])) in score_format_target()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavpp.c | 1034 if ((in_info->h_sub[1]) != (t_info->h_sub[1])) { in score_value() 1036 if ((in_info->h_sub[1]) < (t_info->h_sub[1])) in score_value()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11convert.cpp | 444 if ((in_info->h_sub[1]) != (t_info->h_sub[1])) { in score_value() 446 if ((in_info->h_sub[1]) < (t_info->h_sub[1])) in score_value()
|
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/ |
D | gstvideotestsrc.c | 926 -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 | 83972 packing instead of abusing the h_sub variable. Some formats might have no
|