Searched refs:HistogramAddHistogram (Results 1 – 12 of 12) sorted by relevance
/external/brotli/c/enc/ |
D | cluster_inc.h | 47 FN(HistogramAddHistogram)(&combo, &out[idx2]); 108 FN(HistogramAddHistogram)(&out[best_idx1], &out[best_idx2]); 163 FN(HistogramAddHistogram)(&tmp, candidate); 197 FN(HistogramAddHistogram)(&out[symbols[i]], &in[i]);
|
D | histogram_inc.h | 42 static BROTLI_INLINE void FN(HistogramAddHistogram)(FN(Histogram)* self, in FN() argument
|
D | metablock_inc.h | 114 FN(HistogramAddHistogram)(&combined_histo[j], in FN()
|
D | block_splitter_inc.h | 59 FN(HistogramAddHistogram)(&histograms[iter % num_histograms], &sample); in FN()
|
/external/cronet/stable/third_party/brotli/enc/ |
D | cluster_inc.h | 47 FN(HistogramAddHistogram)(tmp, &out[idx2]); 109 FN(HistogramAddHistogram)(&out[best_idx1], &out[best_idx2]); 165 FN(HistogramAddHistogram)(tmp, candidate); 199 FN(HistogramAddHistogram)(&out[symbols[i]], &in[i]);
|
D | histogram_inc.h | 42 static BROTLI_INLINE void FN(HistogramAddHistogram)(FN(Histogram)* self, in FN() argument
|
D | metablock_inc.h | 116 FN(HistogramAddHistogram)(&self->combined_histo[j], in FN()
|
D | block_splitter_inc.h | 59 FN(HistogramAddHistogram)(&histograms[iter % num_histograms], tmp); in FN()
|
/external/cronet/tot/third_party/brotli/enc/ |
D | cluster_inc.h | 47 FN(HistogramAddHistogram)(tmp, &out[idx2]); 109 FN(HistogramAddHistogram)(&out[best_idx1], &out[best_idx2]); 165 FN(HistogramAddHistogram)(tmp, candidate); 199 FN(HistogramAddHistogram)(&out[symbols[i]], &in[i]);
|
D | histogram_inc.h | 42 static BROTLI_INLINE void FN(HistogramAddHistogram)(FN(Histogram)* self, in FN() argument
|
D | metablock_inc.h | 116 FN(HistogramAddHistogram)(&self->combined_histo[j], in FN()
|
D | block_splitter_inc.h | 59 FN(HistogramAddHistogram)(&histograms[iter % num_histograms], tmp); in FN()
|