Searched refs:VP8LStreaks (Results 1 – 4 of 4) sorted by relevance
220 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()
151 } VP8LStreaks; typedef153 typedef VP8LStreaks (*VP8LCostCountFunc)(const uint32_t* population,155 typedef VP8LStreaks (*VP8LCostCombinedCountFunc)(const uint32_t* X,
1482 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()
233 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()