Lines Matching refs:Cr
22 ``V4L2_PIX_FMT_YVU420``, the Cr plane immediately follows the Y plane in
23 memory. The Cr plane is half the width and half the height of the Y
24 plane (and of the image). Each Cr belongs to four pixels, a two-by-two
25 square of the image. For example, Cr\ :sub:`0` belongs to Y'\ :sub:`00`,
26 Y'\ :sub:`01`, Y'\ :sub:`10`, and Y'\ :sub:`11`. Following the Cr plane
27 is the Cb plane, just like the Cr plane. ``V4L2_PIX_FMT_YUV420`` is the
28 same except the Cb plane comes first, then the Cr plane.
30 If the Y plane has pad bytes after each row, then the Cr and Cb planes
66 - Cr\ :sub:`00`
67 - Cr\ :sub:`01`
69 - Cr\ :sub:`10`
70 - Cr\ :sub:`11`