Searched refs:HistogramPair (Results 1 – 5 of 5) sorted by relevance
/external/brotli/c/enc/ |
D | cluster_inc.h | 16 uint32_t idx2, size_t max_num_pairs, HistogramPair* pairs, 19 HistogramPair p; 74 HistogramPair* pairs, 128 HistogramPair* p = &pairs[i]; 136 HistogramPair front = pairs[0]; 259 HistogramPair* pairs = BROTLI_ALLOC(m, HistogramPair, pairs_capacity + 1); 300 m, HistogramPair, pairs, pairs_capacity, max_num_pairs + 1);
|
D | cluster.h | 21 typedef struct HistogramPair { struct 26 } HistogramPair; argument
|
D | cluster.c | 23 const HistogramPair* p1, const HistogramPair* p2) { in HistogramPairIsLess()
|
D | block_splitter_inc.h | 210 HistogramPair* pairs = BROTLI_ALLOC(m, HistogramPair, pairs_capacity); in FN() 285 pairs = BROTLI_ALLOC(m, HistogramPair, max_num_pairs + 1); in FN()
|
/external/webp/src/enc/ |
D | histogram_enc.c | 736 } HistogramPair; typedef 739 HistogramPair* queue; 749 histo_queue->queue = (HistogramPair*)WebPSafeMalloc( in HistoQueueInit() 764 HistogramPair* const pair) { in HistoQueuePopPair() 774 HistogramPair* const pair) { in HistoQueueUpdateHead() 781 const HistogramPair tmp = histo_queue->queue[0]; in HistoQueueUpdateHead() 792 HistogramPair* const pair) { in HistoQueueUpdatePair() 807 HistogramPair pair; in HistoQueuePush() 877 HistogramPair* const p = histo_queue.queue + i; in HistogramCombineGreedy() 996 HistogramPair* const p = histo_queue.queue + j; in HistogramCombineStochastic()
|