HomeSort by relevance Sort by last modified time
    Searched refs:blue_ (Results 1 - 15 of 15) sorted by null

  /external/ImageMagick/Magick++/lib/Magick++/
Color.h 71 Color(const Quantum red_,const Quantum green_,const Quantum blue_);
74 Color(const Quantum red_,const Quantum green_,const Quantum blue_,
134 void quantumBlue(const Quantum blue_);
356 ColorRGB(const double red_,const double green_,const double blue_);
359 ColorRGB(const double red_,const double green_,const double blue_,
373 void blue(const double blue_);
  /external/opencv3/3rdparty/libwebp/enc/
histogram.c 27 memset(p->blue_, 0, sizeof(p->blue_));
88 ++histo->blue_[PixOrCopyLiteral(v, 0)];
206 + PopulationCost(p->blue_, 256)
216 + BitsEntropy(p->blue_, 256)
238 out->blue_[i] += in->blue_[i];
275 for (i = 0; i < 256; ++i) out->blue_[i] = a->blue_[i] + b->blue_[i]
    [all...]
histogram.h 37 int blue_[256]; member in struct:__anon20451
backward_references.c 380 double blue_[VALUES_IN_BYTE]; member in struct:__anon20446
436 VALUES_IN_BYTE, histo.blue_, m->blue_);
452 m->blue_[v & 0xff];
vp8l.c 231 ok = ok && VP8LCreateHuffmanTree(histo->blue_, 15, codes + 2);
654 ++histo->blue_[(c >> 0) & 0xff];
663 ++histo->blue_[((c >> 0) - green) & 0xff];
    [all...]
  /external/webp/src/enc/
histogram.h 36 uint32_t blue_[NUM_LITERAL_CODES]; member in struct:__anon26152
histogram.c 145 ++histo->blue_[PixOrCopyLiteral(v, 0)];
255 + PopulationCost(p->blue_, NUM_LITERAL_CODES, NULL)
281 *cost += GetCombinedEntropy(a->blue_, b->blue_, NUM_LITERAL_CODES);
377 h->blue_cost_ = PopulationCost(h->blue_, NUM_LITERAL_CODES, &blue_sym);
    [all...]
backward_references.c 478 double blue_[VALUES_IN_BYTE]; member in struct:__anon26143
523 VALUES_IN_BYTE, histo->blue_, m->blue_);
539 m->blue_[v & 0xff];
866 ++histo->blue_[pix & 0xff];
    [all...]
vp8l.c 481 VP8LCreateHuffmanTree(histo->blue_, 15, buf_rle, huff_tree, codes + 2);
    [all...]
  /external/webp/src/dsp/
lossless_enc_mips32.c 347 ADD_VECTOR(a->blue_, b->blue_, out->blue_, NUM_LITERAL_CODES, 0);
354 ADD_VECTOR_EQ(a->blue_, out->blue_, NUM_LITERAL_CODES, 0);
lossless_enc_sse2.c 237 AddVector(a->blue_, b->blue_, out->blue_, NUM_LITERAL_CODES);
242 AddVectorEq(a->blue_, out->blue_, NUM_LITERAL_CODES);
lossless_enc.c     [all...]
  /external/ImageMagick/Magick++/lib/
Color.cpp 79 const Quantum blue_)
89 quantumBlue(blue_);
95 const Quantum blue_, const Quantum alpha_)
105 quantumBlue(blue_);
345 void Magick::Color::quantumBlue(const Magick::Quantum blue_)
347 _pixel->blue=blue_;
778 const double blue_)
780 scaleDoubleToQuantum(blue_))
785 const double blue_,const double alpha_)
787 scaleDoubleToQuantum(blue_),scaleDoubleToQuantum(alpha_)
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Simulation.cpp 81 blue_(0.0f, 1.0f)
89 blue_(rng_) };
96 std::uniform_real_distribution<float> blue_; member in class:__anon26016::ColorPicker
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 

Completed in 176 milliseconds