Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/gpu/
Dafbc.rst56 * Component 1: Cb(8, 2x1 subsampled)
57 * Component 2: Cr(8, 2x1 subsampled)
97 * Component 1: Cb(8, 2x1 subsampled)
98 * Component 2: Cr(8, 2x1 subsampled)
108 * Component 0: Cb(8, 2x1 subsampled)
109 * Component 1: Cr(8, 2x1 subsampled)
181 * Component 1: Cb(8, 2x1 subsampled)
182 * Component 2: Cr(8, 2x1 subsampled)
189 * Component 0: Cb(8, 2x1 subsampled)
190 * Component 1: Cr(8, 2x1 subsampled)
[all …]
/linux-5.19.10/Documentation/userspace-api/media/v4l/
Dpixfmt-yuv-planar.rst178 Semi-planar YUV 4:2:0 formats. The chroma plane is subsampled by 2 in each
268 subsampled by 2 in each direction. Chroma lines contain half the number of
353 Semi-planar YUV 4:2:2 formats. The chroma plane is subsampled by 2 in the
456 Semi-planar YUV 4:4:4 formats. The chroma plane is not subsampled.
650 Planar YUV 4:1:0 formats. The chroma planes are subsampled by 4 in each
690 Planar YUV 4:1:1 formats. The chroma planes are subsampled by 4 in the
745 Planar YUV 4:2:0 formats. The chroma planes are subsampled by 2 in each
834 Planar YUV 4:2:2 formats. The chroma planes are subsampled by 2 in the
946 Planar YUV 4:4:4 formats. The chroma planes are no subsampled. Chroma lines
Dpixfmt-m420.rst21 interleaved CbCr pixels subsampled by ½ in the horizontal and vertical
Dpixfmt-meta-vsp1-hgo.rst19 or HSV data. It operates on a possibly cropped and subsampled input image and
Dpixfmt-meta-vsp1-hgt.rst19 data. It operates on a possibly cropped and subsampled input image and
Dyuv-formats.rst44 The subsampled chroma value may be calculated by simply averaging the chroma
/linux-5.19.10/drivers/gpu/drm/sun4i/
Dsun8i_vi_layer.c111 bool subsampled; in sun8i_vi_layer_update_coord() local
165 subsampled = format->hsub > 1 || format->vsub > 1; in sun8i_vi_layer_update_coord()
167 if (insize != outsize || subsampled || hphase || vphase) { in sun8i_vi_layer_update_coord()
192 scanline = subsampled ? mixer->cfg->scanline_yuv : 2048; in sun8i_vi_layer_update_coord()