Home
last modified time | relevance | path

Searched refs:chroma_h (Results 1 – 25 of 57) sorted by relevance

123

/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dvpcc.c38 int chroma_w, chroma_h; in get_vpx_chroma_subsampling() local
39 if (av_pix_fmt_get_chroma_sub_sample(pixel_format, &chroma_w, &chroma_h) == 0) { in get_vpx_chroma_subsampling()
40 if (chroma_w == 1 && chroma_h == 1) { in get_vpx_chroma_subsampling()
44 } else if (chroma_w == 1 && chroma_h == 0) { in get_vpx_chroma_subsampling()
46 } else if (chroma_w == 0 && chroma_h == 0) { in get_vpx_chroma_subsampling()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dvpcc.c38 int chroma_w, chroma_h; in get_vpx_chroma_subsampling() local
39 if (av_pix_fmt_get_chroma_sub_sample(pixel_format, &chroma_w, &chroma_h) == 0) { in get_vpx_chroma_subsampling()
40 if (chroma_w == 1 && chroma_h == 1) { in get_vpx_chroma_subsampling()
44 } else if (chroma_w == 1 && chroma_h == 0) { in get_vpx_chroma_subsampling()
46 } else if (chroma_w == 0 && chroma_h == 0) { in get_vpx_chroma_subsampling()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dvpcc.c38 int chroma_w, chroma_h; in get_vpx_chroma_subsampling() local
39 if (av_pix_fmt_get_chroma_sub_sample(pixel_format, &chroma_w, &chroma_h) == 0) { in get_vpx_chroma_subsampling()
40 if (chroma_w == 1 && chroma_h == 1) { in get_vpx_chroma_subsampling()
44 } else if (chroma_w == 1 && chroma_h == 0) { in get_vpx_chroma_subsampling()
46 } else if (chroma_w == 0 && chroma_h == 0) { in get_vpx_chroma_subsampling()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dvpcc.c38 int chroma_w, chroma_h; in get_vpx_chroma_subsampling() local
39 if (av_pix_fmt_get_chroma_sub_sample(pixel_format, &chroma_w, &chroma_h) == 0) { in get_vpx_chroma_subsampling()
40 if (chroma_w == 1 && chroma_h == 1) { in get_vpx_chroma_subsampling()
44 } else if (chroma_w == 1 && chroma_h == 0) { in get_vpx_chroma_subsampling()
46 } else if (chroma_w == 0 && chroma_h == 0) { in get_vpx_chroma_subsampling()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dvpcc.c38 int chroma_w, chroma_h; in get_vpx_chroma_subsampling() local
39 if (av_pix_fmt_get_chroma_sub_sample(pixel_format, &chroma_w, &chroma_h) == 0) { in get_vpx_chroma_subsampling()
40 if (chroma_w == 1 && chroma_h == 1) { in get_vpx_chroma_subsampling()
44 } else if (chroma_w == 1 && chroma_h == 0) { in get_vpx_chroma_subsampling()
46 } else if (chroma_w == 0 && chroma_h == 0) { in get_vpx_chroma_subsampling()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_chromanr.c42 int chroma_h; member
88 const int chroma_h = s->chroma_h; \
122 const type *in_yptr = (const type *)(in->data[0] + y * chroma_h * in_ylinesize); \
135 const type *in_yptr = (const type *)(in->data[0] + yy * chroma_h * in_ylinesize); \
204 s->chroma_h = 1 << desc->log2_chroma_h; in config_input()
H A Dgradfun.h34 int chroma_h; ///< weight of the chroma planes member
H A Dvf_nlmeans_opencl.c66 int chroma_h; member
327 ctx->chroma_h = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in nlmeans_opencl_filter_frame()
347 h = p ? ctx->chroma_h : inlink->h; in nlmeans_opencl_filter_frame()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_chromanr.c48 int chroma_h; member
94 const int chroma_h = s->chroma_h; \
131 const type *in_yptr = (const type *)(in->data[0] + y * chroma_h * in_ylinesize); \
144 const type *in_yptr = (const type *)(in->data[0] + yy * chroma_h * in_ylinesize); \
218 s->chroma_h = 1 << desc->log2_chroma_h; in config_input()
H A Dgradfun.h34 int chroma_h; ///< weight of the chroma planes member
H A Dvf_nlmeans_opencl.c66 int chroma_h; member
327 ctx->chroma_h = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in nlmeans_opencl_filter_frame()
347 h = p ? ctx->chroma_h : inlink->h; in nlmeans_opencl_filter_frame()
H A Dvf_gradfun.c178 s->chroma_h = AV_CEIL_RSHIFT(inlink->h, vsub); in config_input()
210 h = s->chroma_h; in filter_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_chromanr.c48 int chroma_h; member
94 const int chroma_h = s->chroma_h; \
131 const type *in_yptr = (const type *)(in->data[0] + y * chroma_h * in_ylinesize); \
144 const type *in_yptr = (const type *)(in->data[0] + yy * chroma_h * in_ylinesize); \
218 s->chroma_h = 1 << desc->log2_chroma_h; in config_input()
H A Dgradfun.h34 int chroma_h; ///< weight of the chroma planes member
H A Dvf_nlmeans_opencl.c66 int chroma_h; member
327 ctx->chroma_h = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in nlmeans_opencl_filter_frame()
347 h = p ? ctx->chroma_h : inlink->h; in nlmeans_opencl_filter_frame()
/dports/multimedia/handbrake/ffmpeg-4.4/tests/api/
H A Dapi-band-test.c41 int chroma_w, chroma_h; in draw_horiz_band() local
49 chroma_h = -((-height) >> pix_fmt_desc->log2_chroma_h); in draw_horiz_band()
57 for (i = 0; i < chroma_h; i++) { in draw_horiz_band()
61 for (i = 0; i < chroma_h; i++) { in draw_horiz_band()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/api/
H A Dapi-band-test.c41 int chroma_w, chroma_h; in draw_horiz_band() local
49 chroma_h = -((-height) >> pix_fmt_desc->log2_chroma_h); in draw_horiz_band()
57 for (i = 0; i < chroma_h; i++) { in draw_horiz_band()
61 for (i = 0; i < chroma_h; i++) { in draw_horiz_band()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tests/api/
H A Dapi-band-test.c41 int chroma_w, chroma_h; in draw_horiz_band() local
49 chroma_h = -((-height) >> pix_fmt_desc->log2_chroma_h); in draw_horiz_band()
57 for (i = 0; i < chroma_h; i++) { in draw_horiz_band()
61 for (i = 0; i < chroma_h; i++) { in draw_horiz_band()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/api/
H A Dapi-band-test.c41 int chroma_w, chroma_h; in draw_horiz_band() local
49 chroma_h = -((-height) >> pix_fmt_desc->log2_chroma_h); in draw_horiz_band()
57 for (i = 0; i < chroma_h; i++) { in draw_horiz_band()
61 for (i = 0; i < chroma_h; i++) { in draw_horiz_band()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dgradfun.h34 int chroma_h; ///< weight of the chroma planes member
H A Dvf_gradfun.c177 s->chroma_h = FF_CEIL_RSHIFT(inlink->h, vsub); in config_input()
209 h = s->chroma_h; in filter_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dgradfun.h34 int chroma_h; ///< weight of the chroma planes member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dgradfun.h34 int chroma_h; ///< weight of the chroma planes member
H A Dvf_nlmeans_opencl.c66 int chroma_h; member
327 ctx->chroma_h = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in nlmeans_opencl_filter_frame()
347 h = p ? ctx->chroma_h : inlink->h; in nlmeans_opencl_filter_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dgradfun.h34 int chroma_h; ///< weight of the chroma planes member

123