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

  /external/lzma/Java/SevenZip/
LzmaAlone.java 19 public int Pb = 2;
50 else if (s.startsWith("pb"))
51 Pb = Integer.parseInt(s.substring(2));
158 " -pb{N}: set number of pos bits - [0, 4], default: 2\n" +
212 if (!encoder.SetLcLpPb(params.Lc, params.Lp, params.Pb))
213 throw new Exception("Incorrect -lc or -lp or -pb value");
  /external/opencv/cvaux/src/
cvbgfg_acmmm2003.cpp 360 float Pb = 0;
397 Pb = stat->Pbcc;
398 if( 2 * Pvb * Pb <= Pv ) val = 1;
414 Pb = stat->Pbc;
415 if( 2 * Pvb * Pb <= Pv ) val = 1;
503 //update Pb
611 //update Pb
  /external/ImageMagick/tests/
validate.c 336 const double blue,double *Y,double *Pb,double *Pr)
339 *Pb=QuantumScale*((-0.1687367)*red-0.331264*green+0.5*blue)+0.5;
349 static void ConvertYPbPrToRGB(const double Y,const double Pb,const double Pr,
352 *red=QuantumRange*(0.99999999999914679361*Y-1.2188941887145875e-06*(Pb-0.5)+
354 *green=QuantumRange*(0.99999975910502514331*Y-0.34413567816504303521*(Pb-0.5)-
356 *blue=QuantumRange*(1.00000124040004623180*Y+1.77200006607230409200*(Pb-0.5)+
968 Pb,
974 0.463759*QuantumRange,&y,&Pb,&Pr);
976 (fabs(Pb-(-0.180419)) >= ReferenceEpsilon) ||
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
asm6.go 224 Pb = 0xfe /* byte operands */
944 {AADCB, yxorb, Pb, [23]uint8{0x14, 0x80, 02, 0x10, 0x10}},
948 {AADDB, yxorb, Pb, [23]uint8{0x04, 0x80, 00, 0x00, 0x02}},
957 {AANDB, yxorb, Pb, [23]uint8{0x24, 0x80, 04, 0x20, 0x22}},
1044 {ACMPB, ycmpb, Pb, [23]uint8{0x3c, 0x80, 07, 0x38, 0x3a}},
1049 {ACMPSB, ynone, Pb, [23]uint8{0xa6}},
1085 {ADECB, yscond, Pb, [23]uint8{0xfe, 01}},
1089 {ADIVB, ydivb, Pb, [23]uint8{0xf6, 06}},
1104 {AIDIVB, ydivb, Pb, [23]uint8{0xf6, 07}},
1108 {AIMULB, ydivb, Pb, [23]uint8{0xf6, 05}}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
asm6.go 224 Pb = 0xfe /* byte operands */
944 {AADCB, yxorb, Pb, [23]uint8{0x14, 0x80, 02, 0x10, 0x10}},
948 {AADDB, yxorb, Pb, [23]uint8{0x04, 0x80, 00, 0x00, 0x02}},
957 {AANDB, yxorb, Pb, [23]uint8{0x24, 0x80, 04, 0x20, 0x22}},
1044 {ACMPB, ycmpb, Pb, [23]uint8{0x3c, 0x80, 07, 0x38, 0x3a}},
1049 {ACMPSB, ynone, Pb, [23]uint8{0xa6}},
1085 {ADECB, yscond, Pb, [23]uint8{0xfe, 01}},
1089 {ADIVB, ydivb, Pb, [23]uint8{0xf6, 06}},
1104 {AIDIVB, ydivb, Pb, [23]uint8{0xf6, 07}},
1108 {AIMULB, ydivb, Pb, [23]uint8{0xf6, 05}}
    [all...]

Completed in 1205 milliseconds