Home
last modified time | relevance | path

Searched refs:uv_rows (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/codec/
H A Dvideo_encoder_vpx.cc205 const int uv_rows = y_rows >> image->y_chroma_shift; in CreateImage() local
208 const int buffer_size = y_stride * y_rows + 2*uv_stride * uv_rows; in CreateImage()
219 image->planes[2] = image->planes[1] + uv_stride * uv_rows; in CreateImage()
H A Dwebrtc_video_encoder_vpx.cc207 const int uv_rows = y_rows >> image->y_chroma_shift; in CreateImage() local
210 const int buffer_size = y_stride * y_rows + 2 * uv_stride * uv_rows; in CreateImage()
221 image->planes[2] = image->planes[1] + uv_stride * uv_rows; in CreateImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/
H A Dvideo_util.cc104 int uv_rows = frame->rows(VideoFrame::kUPlane); in FillYUV() local
107 for (int i = 0; i < uv_rows; ++i) { in FillYUV()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Dvideo_util.cc103 int uv_rows = frame->rows(VideoFrame::kUPlane); in FillYUV() local
106 for (int i = 0; i < uv_rows; ++i) { in FillYUV()
/dports/multimedia/librav1e/rav1e-0.5.1/src/
H A Dlrf.rs1420 let uv_rows = ((((fi.height + (1 << ydec >> 1)) >> ydec) in new() localVariable
1447 uv_rows, in new()
1458 uv_rows, in new()
/dports/multimedia/rav1e/rav1e-0.5.1/src/
H A Dlrf.rs1420 let uv_rows = ((((fi.height + (1 << ydec >> 1)) >> ydec) in new() localVariable
1447 uv_rows, in new()
1458 uv_rows, in new()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/
H A Dlrf.rs1426 let uv_rows = ((((fi.height + (1 << ydec >> 1)) >> ydec) in new() localVariable
1453 uv_rows, in new()
1464 uv_rows, in new()