Home
last modified time | relevance | path

Searched refs:blue_ (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/dsp/
Dlossless_mips32.c378 ADD_VECTOR(a->blue_, b->blue_, out->blue_, NUM_LITERAL_CODES, 0); in HistogramAdd()
385 ADD_VECTOR_EQ(a->blue_, out->blue_, NUM_LITERAL_CODES, 0); in HistogramAdd()
Dlossless_sse2.c486 AddVector(a->blue_, b->blue_, out->blue_, NUM_LITERAL_CODES); in HistogramAdd()
491 AddVectorEq(a->blue_, out->blue_, NUM_LITERAL_CODES); in HistogramAdd()
Dlossless.c1545 out->blue_[i] = a->blue_[i] + b->blue_[i]; in HistogramAdd()
1557 out->blue_[i] += a->blue_[i]; in HistogramAdd()
/external/webp/src/enc/
Dhistogram.c135 ++histo->blue_[PixOrCopyLiteral(v, 0)]; in VP8LHistogramAddSinglePixOrCopy()
269 + PopulationCost(p->blue_, NUM_LITERAL_CODES) in VP8LHistogramEstimateBits()
280 + BitsEntropy(p->blue_, NUM_LITERAL_CODES) in VP8LHistogramEstimateBitsBulk()
306 *cost += GetCombinedEntropy(a->blue_, b->blue_, NUM_LITERAL_CODES); in GetCombinedHistogramEntropy()
398 h->blue_cost_ = PopulationCost(h->blue_, NUM_LITERAL_CODES); in UpdateHistogramCost()
Dhistogram.h37 uint32_t blue_[NUM_LITERAL_CODES]; member
Dbackward_references.c459 double blue_[VALUES_IN_BYTE]; member
522 VALUES_IN_BYTE, histo->blue_, m->blue_); in CostModelBuild()
538 m->blue_[v & 0xff]; in GetLiteralCost()
Dvp8l.c243 VP8LCreateHuffmanTree(histo->blue_, 15, buf_rle, huff_tree, codes + 2); in GetHuffBitLengthsAndCodes()
714 ++histo->blue_[(c >> 0) & 0xff]; in EvalAndApplySubtractGreen()
723 ++histo->blue_[((c >> 0) - green) & 0xff]; in EvalAndApplySubtractGreen()