HomeSort by relevance Sort by last modified time
    Searched defs:Cb (Results 1 - 8 of 8) sorted by null

  /external/clang/test/SemaCXX/
err_typecheck_assign_const_filecheck.cpp 45 const B Cb;
69 Ca.Cb.Cc.Cd.Ce.Snum = 5;
83 a.Cb.c.d.e.num = 5;
85 // CHECK: error:{{.*}} 'Cb'
87 // CHECK: note:{{.*}} 'Cb'
  /external/pdfium/third_party/libtiff/
tif_color.c 183 TIFFYCbCrtoRGB(TIFFYCbCrToRGB *ycbcr, uint32 Y, int32 Cb, int32 Cr,
190 Cb = CLAMP(Cb, 0, 255);
196 + (int)((ycbcr->Cb_g_tab[Cb] + ycbcr->Cr_g_tab[Cr]) >> SHIFT);
198 i = ycbcr->Y_tab[Y] + ycbcr->Cb_b_tab[Cb];
224 * B = Y + Cb*(2 - 2*LumaBlue)
226 * - LumaBlue*Cb*(2-2*LumaBlue)/LumaGreen
232 * pre-calculating possible values indexed by Cb and Cr (this code
270 * Cb and Cr values are in the range -128..127 (actually
279 int32 Cb = (int32)CLAMPw(Code2V(x, refBlackWhite[2] - 128.0F
    [all...]
tif_getimage.c     [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Scene.h 81 Cb,
  /device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
Scene.h 71 enum ColorChannels { R = 0, Gr, Gb, B, Y, Cb, Cr, NUM_CHANNELS };
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow.c 37 rc_read_write_mask_fn Cb;
54 cb_data->Cb(cb_data->UserData, fullinst, src->File,
59 cb_data->Cb(cb_data->UserData, fullinst, RC_FILE_ADDRESS, 0,
101 static void reads_pair(struct rc_instruction * fullinst, rc_read_write_mask_fn cb, void * userdata)
124 cb(userdata, fullinst, inst->RGB.Src[src].File, inst->RGB.Src[src].Index,
128 cb(userdata, fullinst, inst->Alpha.Src[src].File, inst->Alpha.Src[src].Index, RC_MASK_W);
135 rc_pair_read_arg_fn cb,
167 cb(userdata, fullinst, &sub->Arg[i],
174 cb(userdata, fullinst, &sub->Arg[i], src);
180 /* This function calls the callback function (cb) for each source used b
    [all...]
  /external/u-boot/tools/easylogo/
easylogo.c 48 unsigned char Cb, y1, Cr, y2;
103 yuyv_pixel->Cb = pB - (pR / 4) - (pG * 3 / 4) + 128;
  /external/ImageMagick/tests/
validate.c 344 const double blue,double *Y,double *Cb,double *Cr)
346 ConvertRGBToYPbPr(red,green,blue,Y,Cb,Cr);
360 static void ConvertYCbCrToRGB(const double Y,const double Cb,
363 ConvertYPbPrToRGB(Y,Cb,Cr,red,green,blue);
701 Cb,
707 0.463759*QuantumRange,&Y,&Cb,&Cr);
709 (fabs(Cb-0.319581) >= ReferenceEpsilon) ||
    [all...]

Completed in 2170 milliseconds