Searched refs:histo_size (Results 1 – 1 of 1) sorted by relevance
36 const int histo_size = VP8LGetHistogramSize(cache_bits); in HistogramClear() local37 memset(p, 0, histo_size); in HistogramClear()53 const int histo_size = VP8LGetHistogramSize(dst_cache_bits); in HistogramCopy() local55 memcpy(dst, src, histo_size); in HistogramCopy()113 const int histo_size = VP8LGetHistogramSize(cache_bits); in VP8LAllocateHistogramSet() local116 histo_size + WEBP_ALIGN_CST); in VP8LAllocateHistogramSet()132 memory += histo_size; in VP8LAllocateHistogramSet()441 const int histo_size = orig_histo->size; in HistogramCopyAndAnalyze() local444 for (i = 0; i < histo_size; ++i) { in HistogramCopyAndAnalyze()458 const int histo_size = image_histo->size; in HistogramAnalyzeEntropyBin() local[all …]