Home
last modified time | relevance | path

Searched refs:h_sub (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libavfilter/
Ddrawutils.c357 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/
Dgstcudaconvert.c196 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/
Dblend.c384 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/
Dvideo-format.h578 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))
Dvideo-converter.c2357 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/
Ddescriptions.c467 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/
Dgstvkformat.h120 guint8 h_sub[GST_VULKAN_MAX_COMPONENTS]; member
/third_party/gstreamer/gstplugins_base/gst/videoconvert/
Dgstvideoconvert.c254 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/
Dgstglmemory.c215 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()
Dgstglcolorconvert.c1318 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/
Dgstvavpp.c1034 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/
Dgstd3d11convert.cpp444 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/
Dgstvideotestsrc.c926 -info.finfo->h_sub[2]); in gst_video_test_src_setcaps()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c2098 hs[k] = G_MAXUINT << finfo->h_sub[(3 + k) % 4]; in compare_frame()
/third_party/gstreamer/gstplugins_base/
DChangeLog83972 packing instead of abusing the h_sub variable. Some formats might have no