Searched refs:VP8LStreaks (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless_mips32.c220 static VP8LStreaks HuffmanCostCount(const uint32_t* population, int length) {
223 VP8LStreaks stats;
244 static VP8LStreaks HuffmanCostCombinedCount(const uint32_t* X,
248 VP8LStreaks stats;
H A Dlossless.h155 } VP8LStreaks; typedef in typeref:struct:__anon13261
157 typedef VP8LStreaks (*VP8LCostCountFunc)(const uint32_t* population,
159 typedef VP8LStreaks (*VP8LCostCombinedCountFunc)(const uint32_t* X,
H A Dlossless.c1482 static VP8LStreaks HuffmanCostCount(const uint32_t* population, int length) {
1485 VP8LStreaks stats;
1502 static VP8LStreaks HuffmanCostCombinedCount(const uint32_t* X,
1506 VP8LStreaks stats;
/external/webp/src/dsp/
H A Dlossless_mips32.c220 static VP8LStreaks HuffmanCostCount(const uint32_t* population, int length) {
223 VP8LStreaks stats;
244 static VP8LStreaks HuffmanCostCombinedCount(const uint32_t* X,
248 VP8LStreaks stats;
H A Dlossless.h155 } VP8LStreaks; typedef in typeref:struct:__anon33358
157 typedef VP8LStreaks (*VP8LCostCountFunc)(const uint32_t* population,
159 typedef VP8LStreaks (*VP8LCostCombinedCountFunc)(const uint32_t* X,
H A Dlossless.c1473 static VP8LStreaks HuffmanCostCount(const uint32_t* population, int length) {
1476 VP8LStreaks stats;
1493 static VP8LStreaks HuffmanCostCombinedCount(const uint32_t* X,
1497 VP8LStreaks stats;
/external/chromium_org/third_party/libwebp/enc/
H A Dhistogram.c233 static double FinalHuffmanCost(const VP8LStreaks* const stats) {
244 const VP8LStreaks stats = VP8LHuffmanCostCount(population, length);
250 const VP8LStreaks stats = VP8LHuffmanCostCombinedCount(X, Y, length);
/external/webp/src/enc/
H A Dhistogram.c233 static double FinalHuffmanCost(const VP8LStreaks* const stats) {
244 const VP8LStreaks stats = VP8LHuffmanCostCount(population, length);
250 const VP8LStreaks stats = VP8LHuffmanCostCombinedCount(X, Y, length);

Completed in 177 milliseconds