Home
last modified time | relevance | path

Searched refs:NUM_DISTANCE_CODES (Results 1 – 10 of 10) sorted by relevance

/external/webp/src/webp/
Dformat_constants.h45 #define NUM_DISTANCE_CODES 40 macro
/external/webp/include/webp/
Dformat_constants.h45 #define NUM_DISTANCE_CODES 40 macro
/external/webp/src/enc/
Dhistogram_enc.c283 + PopulationCost(p->distance_, NUM_DISTANCE_CODES, NULL) in VP8LHistogramEstimateBits()
285 + VP8LExtraCost(p->distance_, NUM_DISTANCE_CODES); in VP8LHistogramEstimateBits()
331 GetCombinedEntropy(a->distance_, b->distance_, NUM_DISTANCE_CODES, 0); in GetCombinedHistogramEntropy()
333 VP8LExtraCostCombined(a->distance_, b->distance_, NUM_DISTANCE_CODES); in GetCombinedHistogramEntropy()
421 PopulationCost(h->distance_, NUM_DISTANCE_CODES, NULL) + in UpdateHistogramCost()
422 VP8LExtraCost(h->distance_, NUM_DISTANCE_CODES); in UpdateHistogramCost()
Dhistogram_enc.h39 uint32_t distance_[NUM_DISTANCE_CODES];
Dbackward_references_enc.c565 double distance_[NUM_DISTANCE_CODES];
613 NUM_DISTANCE_CODES, histo->distance_, m->distance_); in CostModelBuild()
935 for (i = 0; i < NUM_DISTANCE_CODES; ++i) { in CostManagerInit()
Dvp8l_enc.c406 (k == 4) ? NUM_DISTANCE_CODES : 256; in GetHuffBitLengthsAndCodes()
/external/webp/src/dsp/
Dlossless_enc_mips32.c389 NUM_DISTANCE_CODES, 0); in HistogramAdd()
396 ADD_VECTOR_EQ(a->distance_, out->distance_, NUM_DISTANCE_CODES, 0); in HistogramAdd()
Dlossless_enc.c643 for (i = 0; i < NUM_DISTANCE_CODES; ++i) { in HistogramAdd()
655 for (i = 0; i < NUM_DISTANCE_CODES; ++i) { in HistogramAdd()
Dlossless_enc_sse2.c254 for (i = 0; i < NUM_DISTANCE_CODES; ++i) { in HistogramAdd()
/external/webp/src/dec/
Dvp8l_dec.c52 NUM_DISTANCE_CODES