HomeSort by relevance Sort by last modified time
    Searched full:cbcr (Results 1 - 25 of 69) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/src/image/color/
ycbcr.go 7 // RGBToYCbCr converts an RGB triple to a Y'CbCr triple.
39 // YCbCrToRGB converts a Y'CbCr triple to an RGB triple.
71 // YCbCr represents a fully opaque 24-bit Y'CbCr color, having 8 bits each for
75 // codecs often use the terms YUV and Y'CbCr interchangeably, but strictly
79 // Conversion between RGB and Y'CbCr is lossy and there are multiple, slightly
128 // YCbCrModel is the Model for Y'CbCr colors.
  /prebuilts/go/linux-x86/src/image/color/
ycbcr.go 7 // RGBToYCbCr converts an RGB triple to a Y'CbCr triple.
39 // YCbCrToRGB converts a Y'CbCr triple to an RGB triple.
71 // YCbCr represents a fully opaque 24-bit Y'CbCr color, having 8 bits each for
75 // codecs often use the terms YUV and Y'CbCr interchangeably, but strictly
79 // Conversion between RGB and Y'CbCr is lossy and there are multiple, slightly
128 // YCbCrModel is the Model for Y'CbCr colors.
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_pproc.h 104 /* source_address[1] is used for CbCR planar
105 * to CbCr interleaved conversion
108 /* destination_address[1] is used for CbCr interleved
109 * to CbCr planar conversion
msmb_isp.h 147 uint32_t output_plane_format; /*Y/Cb/Cr/CbCr*/
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_pproc.h 137 /* source_address[1] is used for CbCR planar
138 * to CbCr interleaved conversion
141 /* destination_address[1] is used for CbCr interleved
142 * to CbCr planar conversion
  /external/libdrm/exynos/
fimg2d_reg.h 108 /*Y CbCr dst Color Key */
  /external/webrtc/webrtc/modules/video_processing/util/
skin_detection.cc 27 // Evaluates the Mahalanobis distance measure for the input CbCr values.
  /external/llvm/test/CodeGen/ARM/
vpadd.ll 144 %cbcr = alloca <16 x i8>, align 16
146 %tmp = load <16 x i8>, <16 x i8>* %cbcr
148 %tmp2 = load <16 x i8>, <16 x i8>* %cbcr
  /external/webp/src/dsp/
yuv.h 12 // The exact naming is Y'CbCr, following the ITU-R BT.601 standard.
19 // For the Y'CbCr to RGB conversion, the BT.601 specification reads:
44 // This colorspace is close to Rec.601's Y'CbCr model with the notable
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_mdp.h 92 MDP_Y_CBCR_H2V2, /* Y and CbCr, pseudo planer w/ Cb is in MSB */
106 MDP_Y_CBCR_H2V2_TILE, /* Y and CbCr, pseudo planer tile */
111 MDP_Y_CBCR_H1V1, /* Y and CbCr, pseduo planer w/ Cb is in MSB */
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_mdp.h 90 MDP_Y_CBCR_H2V2, /* Y and CbCr, pseudo planer w/ Cb is in MSB */
104 MDP_Y_CBCR_H2V2_TILE, /* Y and CbCr, pseudo planer tile */
109 MDP_Y_CBCR_H1V1, /* Y and CbCr, pseduo planer w/ Cb is in MSB */
  /external/kernel-headers/original/uapi/linux/
videodev2.h 323 /* sYCC (Y'CbCr encoding of sRGB) */
326 /* BT.2020 Non-constant Luminance Y'CbCr */
337 * Determine how YCBCR_ENC_DEFAULT should map to a proper Y'CbCr encoding.
350 * for the BT2020 colorspace. For Y'CbCr the quantization is always
362 * Y'CbCr encoding.
531 #define V4L2_PIX_FMT_NV12 v4l2_fourcc('N', 'V', '1', '2') /* 12 Y/CbCr 4:2:0 */
533 #define V4L2_PIX_FMT_NV16 v4l2_fourcc('N', 'V', '1', '6') /* 16 Y/CbCr 4:2:2 */
535 #define V4L2_PIX_FMT_NV24 v4l2_fourcc('N', 'V', '2', '4') /* 24 Y/CbCr 4:4:4 */
539 #define V4L2_PIX_FMT_NV12M v4l2_fourcc('N', 'M', '1', '2') /* 12 Y/CbCr 4:2:0 */
541 #define V4L2_PIX_FMT_NV16M v4l2_fourcc('N', 'M', '1', '6') /* 16 Y/CbCr 4:2:2 *
    [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
yuv.h 12 // The exact naming is Y'CbCr, following the ITU-R BT.601 standard.
19 // For the Y'CbCr to RGB conversion, the BT.601 specification reads:
45 // This colorspace is close to Rec.601's Y'CbCr model with the notable
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 265 static bool sycc420_size_is_valid(OPJ_UINT32 y, OPJ_UINT32 cbcr) {
266 if (!y || !cbcr)
269 return (cbcr == y / 2) || ((y & 1) && (cbcr == y / 2 + 1));
271 static bool sycc420_must_extend_cbcr(OPJ_UINT32 y, OPJ_UINT32 cbcr) {
272 return (y & 1) && (cbcr == y / 2);
  /hardware/qcom/msm8996/original-kernel-headers/linux/
videodev2.h 200 * Y'CbCr components
367 #define V4L2_PIX_FMT_NV12 v4l2_fourcc('N', 'V', '1', '2') /* 12 Y/CbCr 4:2:0 */
369 #define V4L2_PIX_FMT_NV16 v4l2_fourcc('N', 'V', '1', '6') /* 16 Y/CbCr 4:2:2 */
371 #define V4L2_PIX_FMT_NV24 v4l2_fourcc('N', 'V', '2', '4') /* 24 Y/CbCr 4:4:4 */
374 /* UBWC 8-bit Y/CbCr 4:2:0 */
376 /* UBWC 10-bit Y/CbCr 4:2:0 */
380 #define V4L2_PIX_FMT_NV12M v4l2_fourcc('N', 'M', '1', '2') /* 12 Y/CbCr 4:2:0 */
382 #define V4L2_PIX_FMT_NV16M v4l2_fourcc('N', 'M', '1', '6') /* 16 Y/CbCr 4:2:2 */
384 #define V4L2_PIX_FMT_NV12MT v4l2_fourcc('T', 'M', '1', '2') /* 12 Y/CbCr 4:2:0 64x32 macroblocks */
385 #define V4L2_PIX_FMT_NV12MT_16X16 v4l2_fourcc('V', 'M', '1', '2') /* 12 Y/CbCr 4:2:0 16x16 macroblocks *
    [all...]
msm_mdp.h 138 MDP_Y_CBCR_H2V2, /* Y and CbCr, pseudo planer w/ Cb is in MSB */
153 MDP_Y_CBCR_H2V2_TILE, /* Y and CbCr, pseudo planer tile */
158 MDP_Y_CBCR_H1V1, /* Y and CbCr, pseduo planer w/ Cb is in MSB */
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_skin_detection.c 27 // Evaluates the Mahalanobis distance measure for the input CbCr values.
  /toolchain/binutils/binutils-2.25/cpu/
mep-fmax.cpu 141 ("cbcr" 1) ("fcr1" 1) ("ccr1" 1)
174 (dnop fmax-CBCR "CBCR" (all-fmax-isas SEM-ONLY) h-ccr 1)
265 ;; anything that reads CBCR.
272 (set fmax-CBCR ((.sym fmax- cond -sem) fmax-FRn fmax-FRm))
  /external/ImageMagick/MagickCore/
quantum-export.c 1352 cbcr[4]; local
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
videodev2.h 194 * Y'CbCr components
344 #define V4L2_PIX_FMT_NV12 v4l2_fourcc('N', 'V', '1', '2') /* 12 Y/CbCr 4:2:0 */
346 #define V4L2_PIX_FMT_NV16 v4l2_fourcc('N', 'V', '1', '6') /* 16 Y/CbCr 4:2:2 */
348 #define V4L2_PIX_FMT_NV24 v4l2_fourcc('N', 'V', '2', '4') /* 24 Y/CbCr 4:4:4 */
352 #define V4L2_PIX_FMT_NV12M v4l2_fourcc('N', 'M', '1', '2') /* 12 Y/CbCr 4:2:0 */
354 #define V4L2_PIX_FMT_NV12MT v4l2_fourcc('T', 'M', '1', '2') /* 12 Y/CbCr 4:2:0 64x32 macroblocks */
355 #define V4L2_PIX_FMT_NV12MT_16X16 v4l2_fourcc('V', 'M', '1', '2') /* 12 Y/CbCr 4:2:0 16x16 macroblocks */
617 * with two planes can have one plane for Y, and another for interleaved CbCr
    [all...]
msm_mdp.h 126 MDP_Y_CBCR_H2V2, /* Y and CbCr, pseudo planer w/ Cb is in MSB */
141 MDP_Y_CBCR_H2V2_TILE, /* Y and CbCr, pseudo planer tile */
146 MDP_Y_CBCR_H1V1, /* Y and CbCr, pseduo planer w/ Cb is in MSB */
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
videodev2.h 191 * Y'CbCr components
341 #define V4L2_PIX_FMT_NV12 v4l2_fourcc('N', 'V', '1', '2') /* 12 Y/CbCr 4:2:0 */
343 #define V4L2_PIX_FMT_NV16 v4l2_fourcc('N', 'V', '1', '6') /* 16 Y/CbCr 4:2:2 */
345 #define V4L2_PIX_FMT_NV24 v4l2_fourcc('N', 'V', '2', '4') /* 24 Y/CbCr 4:4:4 */
349 #define V4L2_PIX_FMT_NV12M v4l2_fourcc('N', 'M', '1', '2') /* 12 Y/CbCr 4:2:0 */
351 #define V4L2_PIX_FMT_NV12MT v4l2_fourcc('T', 'M', '1', '2') /* 12 Y/CbCr 4:2:0 64x32 macroblocks */
352 #define V4L2_PIX_FMT_NV12MT_16X16 v4l2_fourcc('V', 'M', '1', '2') /* 12 Y/CbCr 4:2:0 16x16 macroblocks */
614 * with two planes can have one plane for Y, and another for interleaved CbCr
    [all...]
  /external/opencv3/modules/cudacodec/src/cuda/
nv12_to_rgb.cu 126 // Read 2 Luma components at a time, so we don't waste processing since CbCr are decimated this way.
  /prebuilts/go/darwin-x86/src/image/
ycbcr.go 41 // YCbCr is an in-memory image of Y'CbCr colors. There is one Y sample per
  /prebuilts/go/linux-x86/src/image/
ycbcr.go 41 // YCbCr is an in-memory image of Y'CbCr colors. There is one Y sample per

Completed in 1963 milliseconds

1 2 3