Home
last modified time | relevance | path

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

/external/webp/include/webp/
Dformat_constants.h45 #define NUM_DISTANCE_CODES 40 macro
/external/webp/src/webp/
Dformat_constants.h45 #define NUM_DISTANCE_CODES 40 macro
/external/webp/src/enc/
Dhistogram_enc.h39 uint32_t distance_[NUM_DISTANCE_CODES];
Dhistogram_enc.c366 + PopulationCost(p->distance_, NUM_DISTANCE_CODES, NULL, &p->is_used_[4]) in VP8LHistogramEstimateBits()
368 + VP8LExtraCost(p->distance_, NUM_DISTANCE_CODES); in VP8LHistogramEstimateBits()
418 GetCombinedEntropy(a->distance_, b->distance_, NUM_DISTANCE_CODES, in GetCombinedHistogramEntropy()
421 VP8LExtraCostCombined(a->distance_, b->distance_, NUM_DISTANCE_CODES); in GetCombinedHistogramEntropy()
512 PopulationCost(h->distance_, NUM_DISTANCE_CODES, NULL, &h->is_used_[4]) + in UpdateHistogramCost()
513 VP8LExtraCost(h->distance_, NUM_DISTANCE_CODES); in UpdateHistogramCost()
Dbackward_references_cost_enc.c36 double distance_[NUM_DISTANCE_CODES];
87 NUM_DISTANCE_CODES, histo->distance_, m->distance_); in CostModelBuild()
Dvp8l_enc.c491 (k == 4) ? NUM_DISTANCE_CODES : 256; in GetHuffBitLengthsAndCodes()
/external/webp/src/dsp/
Dlossless_enc.c686 ADD(4, distance_, NUM_DISTANCE_CODES); in VP8LHistogramAdd()
695 ADD_EQ(4, distance_, NUM_DISTANCE_CODES); in VP8LHistogramAdd()
/external/webp/src/dec/
Dvp8l_dec.c52 NUM_DISTANCE_CODES