Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram.c580 } HistogramPair; typedef
583 HistogramPair* queue;
610 static void SwapHistogramPairs(HistogramPair *p1, in SwapHistogramPairs()
611 HistogramPair *p2) { in SwapHistogramPairs()
612 const HistogramPair tmp = *p1; in SwapHistogramPairs()
639 HistogramPair* const pair, in PreparePair()
682 HistogramPair* copy_to; in HistogramCombineGreedy()
699 HistogramPair* const p = histo_queue.queue + i; in HistogramCombineGreedy()