Home
last modified time | relevance | path

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

/dports/multimedia/mjpegtools/mjpegtools-2.1.0/y4munsharp/
H A Dy4munsharp.c236 &i_yuv[1][row * uvwidth], in y4munsharp()
238 uvwidth); in y4munsharp()
242 uvwidth); in y4munsharp()
296 interlaced ? 2 * uvwidth : uvwidth, in y4munsharp()
303 interlaced ? 2 * uvwidth : uvwidth, in y4munsharp()
308 2 * uvwidth, in y4munsharp()
315 2 * uvwidth, in y4munsharp()
320 interlaced ? 2 * uvwidth : uvwidth, in y4munsharp()
327 interlaced ? 2 * uvwidth : uvwidth, in y4munsharp()
332 2 * uvwidth, in y4munsharp()
[all …]
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/primitives/test/
H A DTestPrimitivesYUV.c383 size_t uvsize, uvwidth; in TestPrimitiveYUV() local
401 uvwidth = awidth; in TestPrimitiveYUV()
409 uvwidth = (awidth + 1) / 2; in TestPrimitiveYUV()
410 uvsize = (aheight + 1) / 2 * uvwidth; in TestPrimitiveYUV()
449 yuv_step[1] = uvwidth; in TestPrimitiveYUV()
450 yuv_step[2] = uvwidth; in TestPrimitiveYUV()
681 size_t uvsize, uvwidth; in TestPrimitiveRgbToLumaChroma() local
703 uvwidth = (awidth + 1) / 2; in TestPrimitiveRgbToLumaChroma()
704 uvsize = (aheight + 1) / 2 * uvwidth; in TestPrimitiveRgbToLumaChroma()
768 yuv_step[1] = uvwidth; in TestPrimitiveRgbToLumaChroma()
[all …]
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/y4mutils/
H A Dy4mspatialfilter.c46 int ywidth, yheight, uvwidth, uvheight, ylen, uvlen; in main() local
132 uvwidth = y4m_si_get_plane_width(&istream, 1); /* planes 1&2 = U+V */ in main()
154 set_accel(uvwidth,uvheight); in main()
166 … convolveFrame(yuvinout[1],uvwidth,uvheight,interlace,chromaXtaps,chromaYtaps,yuvtmp1,yuvtmp2); in main()
167 … convolveFrame(yuvinout[2],uvwidth,uvheight,interlace,chromaXtaps,chromaYtaps,yuvtmp1,yuvtmp2); in main()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/xine/
H A Dyadif.h40 int uvwidth; member
H A Dfilter_deinterlace.c49 yadif->uvwidth = yadif->ywidth / 2; in init_yadif()
51 yadif->uvpitch = ( yadif->uvwidth + 15 ) / 16 * 16; in init_yadif()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/xine/
H A Dyadif.h40 int uvwidth; member
H A Dfilter_deinterlace.c49 yadif->uvwidth = yadif->ywidth / 2; in init_yadif()
51 yadif->uvpitch = ( yadif->uvwidth + 15 ) / 16 * 16; in init_yadif()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/xine/
H A Dyadif.h40 int uvwidth; member
H A Dfilter_deinterlace.c49 yadif->uvwidth = yadif->ywidth / 2; in init_yadif()
51 yadif->uvpitch = ( yadif->uvwidth + 15 ) / 16 * 16; in init_yadif()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/xine/
H A Dyadif.h40 int uvwidth; member
H A Dfilter_deinterlace.c49 yadif->uvwidth = yadif->ywidth / 2; in init_yadif()
51 yadif->uvpitch = ( yadif->uvwidth + 15 ) / 16 * 16; in init_yadif()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/xine/
H A Dyadif.h40 int uvwidth; member
H A Dfilter_deinterlace.c49 yadif->uvwidth = yadif->ywidth / 2; in init_yadif()
51 yadif->uvpitch = ( yadif->uvwidth + 15 ) / 16 * 16; in init_yadif()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Drestoration.c1584 const int uvwidth = frame->uv_crop_width; in loop_restoration_rows() local
1685 uvwidth, uvheight, cm->rst_info[AOM_PLANE_U].restoration_tilesize, in loop_restoration_rows()
1700 frame->u_buffer + uvstart * uvstride, uvwidth, uvend - uvstart, in loop_restoration_rows()
1705 restore_func(frame->u_buffer + uvstart * uvstride, uvwidth, in loop_restoration_rows()
1716 uvwidth, uvheight, cm->rst_info[AOM_PLANE_V].restoration_tilesize, in loop_restoration_rows()
1731 frame->v_buffer + uvstart * uvstride, uvwidth, uvend - uvstart, in loop_restoration_rows()
1736 restore_func(frame->v_buffer + uvstart * uvstride, uvwidth, in loop_restoration_rows()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dpickrst.c1472 const int uvwidth = src->uv_crop_width; in av1_pick_filter_restoration() local
1479 uvwidth, uvheight, cm->rst_info[1].restoration_tilesize, NULL, NULL, NULL, in av1_pick_filter_restoration()