Home
last modified time | relevance | path

Searched refs:VP8LStreaks (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dsp/
Dlossless_mips32.c220 static VP8LStreaks HuffmanCostCount(const uint32_t* population, int length) { in HuffmanCostCount()
223 VP8LStreaks stats; in HuffmanCostCount()
244 static VP8LStreaks HuffmanCostCombinedCount(const uint32_t* X, in HuffmanCostCombinedCount()
248 VP8LStreaks stats; in HuffmanCostCombinedCount()
Dlossless.h151 } VP8LStreaks; typedef
153 typedef VP8LStreaks (*VP8LCostCountFunc)(const uint32_t* population,
155 typedef VP8LStreaks (*VP8LCostCombinedCountFunc)(const uint32_t* X,
Dlossless.c1482 static VP8LStreaks HuffmanCostCount(const uint32_t* population, int length) { in HuffmanCostCount()
1485 VP8LStreaks stats; in HuffmanCostCount()
1502 static VP8LStreaks HuffmanCostCombinedCount(const uint32_t* X, in HuffmanCostCombinedCount()
1506 VP8LStreaks stats; in HuffmanCostCombinedCount()
/external/webp/src/enc/
Dhistogram.c233 static double FinalHuffmanCost(const VP8LStreaks* const stats) { in FinalHuffmanCost()
244 const VP8LStreaks stats = VP8LHuffmanCostCount(population, length); in HuffmanCost()
250 const VP8LStreaks stats = VP8LHuffmanCostCombinedCount(X, Y, length); in HuffmanCostCombined()