Home
last modified time | relevance | path

Searched refs:CbCr (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/dports/graphics/devil/devil-1.7.8/src-IL/src/
H A Dil_pcd.c111 ILubyte *Y1=NULL, *Y2=NULL, *CbCr=NULL, r = 0, g = 0, b = 0; in iLoadPcdInternal() local
154 CbCr = (ILubyte*)ialloc(Width); in iLoadPcdInternal()
155 if (Y1 == NULL || Y2 == NULL || CbCr == NULL) { in iLoadPcdInternal()
158 ifree(CbCr); in iLoadPcdInternal()
171 if (iread(CbCr, 1, Width) != Width) { // Only really need to check the last one. in iLoadPcdInternal()
174 ifree(CbCr); in iLoadPcdInternal()
179 YCbCr2RGB(Y1[x], CbCr[x / 2], CbCr[(Width / 2) + (x / 2)], &r, &g, &b); in iLoadPcdInternal()
186 YCbCr2RGB(Y2[x], CbCr[x / 2], CbCr[(Width / 2) + (x / 2)], &r, &g, &b); in iLoadPcdInternal()
195 ifree(CbCr); in iLoadPcdInternal()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dcolorspaces-details.rst15 ``V4L2_XFER_FUNC_709``. The default Y'CbCr encoding is
93 default Y'CbCr encoding is ``V4L2_YCBCR_ENC_709``. The default Y'CbCr
161 in which case the BT.601 Y'CbCr encoding is used.
210 ``V4L2_XFER_FUNC_SRGB``. The default Y'CbCr encoding is
245 Y'CbCr conversion.
278 170M/BT.601. The Y'CbCr quantization is limited range.
347 170M/BT.601. The Y'CbCr quantization is limited range.
357 ``V4L2_XFER_FUNC_709``. The default Y'CbCr encoding is
417 [-0.5…0.5]. The Y'CbCr quantization is limited range.
456 Y'CbCr encoding since it is not meant to be encoded to Y'CbCr. So this
[all …]
H A Dcolorspaces-defs.rst10 default Y'CbCr encoding and the default quantization method. The second
13 transfer functions. The third is the Y'CbCr encoding identifier (enum
15 non-standard Y'CbCr encodings and the fourth is the quantization
109 .. flat-table:: V4L2 Y'CbCr Encodings
116 - Use the default Y'CbCr encoding as defined by the colorspace.
118 - Use the BT.601 Y'CbCr encoding.
120 - Use the Rec. 709 Y'CbCr encoding.
126 - Use the default non-constant luminance BT.2020 Y'CbCr encoding.
130 - Use the SMPTE 240M Y'CbCr encoding.
165 It is usually limited range for Y'CbCr.
H A Dcolorspaces.rst106 non-linear R'G'B' to non-linear Y'CbCr. This function is determined by
107 the so-called luma coefficients. There may be multiple possible Y'CbCr
109 prefer to use luma (Y') and chroma (CbCr) instead of R'G'B'. Since the
113 in the CIE XYZ colorspace. Also note that Y'CbCr is often called YCbCr
116 Sometimes people confuse Y'CbCr as being a colorspace. This is not
119 color is also associated with the Y'CbCr color.
121 The final step is how the RGB, R'G'B' or Y'CbCr values are quantized.
131 use the full [0…255] range. Y'CbCr values on the other hand are limited
135 components use the range [16…235]. And full range Y'CbCr also exists
139 quantization range, whether it is R'G'B' or Y'CbCr, the used Y'CbCr
[all …]
H A Dpixfmt-m420.rst21 interleaved CbCr pixels subsampled by ½ in the horizontal and vertical
22 directions. Each CbCr pair belongs to four pixels. For example,
27 the CbCr lines.
H A Dpixfmt-uv8.rst16 In this format there is no Y plane, Only CbCr plane. ie (UV interleaved)
H A Dvidioc-subdev-enum-mbus-code.rst111 - The driver allows the application to try to change the default Y'CbCr
112 encoding. The application can ask to configure the Y'CbCr encoding of the
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dcolorspaces-details.rst15 ``V4L2_XFER_FUNC_709``. The default Y'CbCr encoding is
93 default Y'CbCr encoding is ``V4L2_YCBCR_ENC_709``. The default Y'CbCr
161 in which case the BT.601 Y'CbCr encoding is used.
210 ``V4L2_XFER_FUNC_SRGB``. The default Y'CbCr encoding is
245 Y'CbCr conversion.
278 170M/BT.601. The Y'CbCr quantization is limited range.
347 170M/BT.601. The Y'CbCr quantization is limited range.
357 ``V4L2_XFER_FUNC_709``. The default Y'CbCr encoding is
417 [-0.5…0.5]. The Y'CbCr quantization is limited range.
456 Y'CbCr encoding since it is not meant to be encoded to Y'CbCr. So this
[all …]
H A Dcolorspaces-defs.rst10 default Y'CbCr encoding and the default quantization method. The second
13 transfer functions. The third is the Y'CbCr encoding identifier (enum
15 non-standard Y'CbCr encodings and the fourth is the quantization
109 .. flat-table:: V4L2 Y'CbCr Encodings
116 - Use the default Y'CbCr encoding as defined by the colorspace.
118 - Use the BT.601 Y'CbCr encoding.
120 - Use the Rec. 709 Y'CbCr encoding.
126 - Use the default non-constant luminance BT.2020 Y'CbCr encoding.
130 - Use the SMPTE 240M Y'CbCr encoding.
165 It is usually limited range for Y'CbCr.
H A Dcolorspaces.rst106 non-linear R'G'B' to non-linear Y'CbCr. This function is determined by
107 the so-called luma coefficients. There may be multiple possible Y'CbCr
109 prefer to use luma (Y') and chroma (CbCr) instead of R'G'B'. Since the
113 in the CIE XYZ colorspace. Also note that Y'CbCr is often called YCbCr
116 Sometimes people confuse Y'CbCr as being a colorspace. This is not
119 color is also associated with the Y'CbCr color.
121 The final step is how the RGB, R'G'B' or Y'CbCr values are quantized.
131 use the full [0…255] range. Y'CbCr values on the other hand are limited
135 components use the range [16…235]. And full range Y'CbCr also exists
139 quantization range, whether it is R'G'B' or Y'CbCr, the used Y'CbCr
[all …]
H A Dpixfmt-m420.rst21 interleaved CbCr pixels subsampled by ½ in the horizontal and vertical
22 directions. Each CbCr pair belongs to four pixels. For example,
27 the CbCr lines.
H A Dpixfmt-uv8.rst16 In this format there is no Y plane, Only CbCr plane. ie (UV interleaved)
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dcolorspaces-details.rst15 ``V4L2_XFER_FUNC_709``. The default Y'CbCr encoding is
93 default Y'CbCr encoding is ``V4L2_YCBCR_ENC_709``. The default Y'CbCr
161 in which case the BT.601 Y'CbCr encoding is used.
210 ``V4L2_XFER_FUNC_SRGB``. The default Y'CbCr encoding is
245 Y'CbCr conversion.
278 170M/BT.601. The Y'CbCr quantization is limited range.
347 170M/BT.601. The Y'CbCr quantization is limited range.
357 ``V4L2_XFER_FUNC_709``. The default Y'CbCr encoding is
417 [-0.5…0.5]. The Y'CbCr quantization is limited range.
456 Y'CbCr encoding since it is not meant to be encoded to Y'CbCr. So this
[all …]
H A Dcolorspaces-defs.rst10 default Y'CbCr encoding and the default quantization method. The second
13 transfer functions. The third is the Y'CbCr encoding identifier (enum
15 non-standard Y'CbCr encodings and the fourth is the quantization
109 .. flat-table:: V4L2 Y'CbCr Encodings
116 - Use the default Y'CbCr encoding as defined by the colorspace.
118 - Use the BT.601 Y'CbCr encoding.
120 - Use the Rec. 709 Y'CbCr encoding.
126 - Use the default non-constant luminance BT.2020 Y'CbCr encoding.
130 - Use the SMPTE 240M Y'CbCr encoding.
165 It is usually limited range for Y'CbCr.
H A Dcolorspaces.rst106 non-linear R'G'B' to non-linear Y'CbCr. This function is determined by
107 the so-called luma coefficients. There may be multiple possible Y'CbCr
109 prefer to use luma (Y') and chroma (CbCr) instead of R'G'B'. Since the
113 in the CIE XYZ colorspace. Also note that Y'CbCr is often called YCbCr
116 Sometimes people confuse Y'CbCr as being a colorspace. This is not
119 color is also associated with the Y'CbCr color.
121 The final step is how the RGB, R'G'B' or Y'CbCr values are quantized.
131 use the full [0…255] range. Y'CbCr values on the other hand are limited
135 components use the range [16…235]. And full range Y'CbCr also exists
139 quantization range, whether it is R'G'B' or Y'CbCr, the used Y'CbCr
[all …]
H A Dpixfmt-m420.rst21 interleaved CbCr pixels subsampled by ½ in the horizontal and vertical
22 directions. Each CbCr pair belongs to four pixels. For example,
27 the CbCr lines.
H A Dpixfmt-uv8.rst16 In this format there is no Y plane, Only CbCr plane. ie (UV interleaved)
/dports/graphics/movit/movit-1.6.3/
H A DNEWS76 - Support interleaved Y'CbCr input (4:4:4 in a single texture).
78 - Support 10-bit and 12-bit Y'CbCr, both for input and output. For planar,
86 - Limited support for having multiple Y'CbCr outputs from a chain.
88 - Allow changing the Y'CbCr output coefficients runtime, ie., after finalize.
134 - Allow parallel output to RGBA and Y'CbCr textures at the same time.
152 - More flexible Y'CbCr input; in particular, a special input
158 10- and 12-bit Y'CbCr.
160 - Basic support for Y'CbCr _output_. Currently only 8-bit,
H A Dycbcr_conversion_effect.frag17 // If we use limited-range Y'CbCr, the card's usual 0–255 clamping
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_FileTypeSigModule/file-5.08/magic/Magdir/
H A Danimation189 >>>17 byte&0x06 2 \b Y'CbCr 4:2:0 video
190 >>>17 byte&0x06 4 \b Y'CbCr 4:2:2 video
191 >>>17 byte&0x06 6 \b Y'CbCr 4:4:4 video
208 >>>>>145 byte&0x06 2 \b Y'CbCr 4:2:0 video
209 >>>>>145 byte&0x06 4 \b Y'CbCr 4:2:2 video
210 >>>>>145 byte&0x06 6 \b Y'CbCr 4:4:4 video
211 >>76 belong 0x000001B8 \b, v1, progressive Y'CbCr 4:2:0 video
212 >>76 belong 0x000001B2 \b, v1, progressive Y'CbCr 4:2:0 video
225 >>>81 byte&0x06 2 \b Y'CbCr 4:2:0 video
226 >>>81 byte&0x06 4 \b Y'CbCr 4:2:2 video
[all …]
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/y4mscaler/
H A DREADME2 This is "y4mscaler", a program which scales, crops, and shifts Y'CbCr video.
/dports/devel/godot/godot-3.2.3-stable/drivers/gles2/shaders/
H A Dcopy.glsl101 uniform sampler2D CbCr; //texunit:1
164 color.gb = texture2D(CbCr, uv_interp).rg - vec2(0.5, 0.5);
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/gles2/shaders/
H A Dcopy.glsl101 uniform sampler2D CbCr; //texunit:1
164 color.gb = texture2D(CbCr, uv_interp).rg - vec2(0.5, 0.5);
/dports/sysutils/file/file-5.39/magic/Magdir/
H A Danimation345 >>>17 byte&0x06 2 \b Y'CbCr 4:2:0 video
346 >>>17 byte&0x06 4 \b Y'CbCr 4:2:2 video
347 >>>17 byte&0x06 6 \b Y'CbCr 4:4:4 video
364 >>>>>145 byte&0x06 2 \b Y'CbCr 4:2:0 video
365 >>>>>145 byte&0x06 4 \b Y'CbCr 4:2:2 video
366 >>>>>145 byte&0x06 6 \b Y'CbCr 4:4:4 video
367 >>76 belong 0x000001B8 \b, v1, progressive Y'CbCr 4:2:0 video
368 >>76 belong 0x000001B2 \b, v1, progressive Y'CbCr 4:2:0 video
381 >>>81 byte&0x06 2 \b Y'CbCr 4:2:0 video
382 >>>81 byte&0x06 4 \b Y'CbCr 4:2:2 video
[all …]
/dports/devel/py-magic/file-5.40/magic/Magdir/
H A Danimation435 >>>17 byte&0x06 2 \b Y'CbCr 4:2:0 video
436 >>>17 byte&0x06 4 \b Y'CbCr 4:2:2 video
437 >>>17 byte&0x06 6 \b Y'CbCr 4:4:4 video
454 >>>>>145 byte&0x06 2 \b Y'CbCr 4:2:0 video
455 >>>>>145 byte&0x06 4 \b Y'CbCr 4:2:2 video
456 >>>>>145 byte&0x06 6 \b Y'CbCr 4:4:4 video
457 >>76 belong 0x000001B8 \b, v1, progressive Y'CbCr 4:2:0 video
458 >>76 belong 0x000001B2 \b, v1, progressive Y'CbCr 4:2:0 video
471 >>>81 byte&0x06 2 \b Y'CbCr 4:2:0 video
472 >>>81 byte&0x06 4 \b Y'CbCr 4:2:2 video
[all …]

12345678910>>...16