Searched refs:HistogramPair (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | cluster.h | 21 typedef struct HistogramPair { struct 26 } HistogramPair; typedef in typeref:struct:HistogramPair
|
| H A D | cluster.c | 23 const HistogramPair* p1, const HistogramPair* p2) {
|
| H A 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);
|
| H A D | block_splitter_inc.h | 210 HistogramPair* pairs = BROTLI_ALLOC(m, HistogramPair, pairs_capacity); 285 pairs = BROTLI_ALLOC(m, HistogramPair, max_num_pairs + 1);
|
Completed in 7 milliseconds