Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram.c52 const int dst_cache_bits = dst->palette_code_bits_; in HistogramCopy() local
53 const int histo_size = VP8LGetHistogramSize(dst_cache_bits); in HistogramCopy()
54 assert(src->palette_code_bits_ == dst_cache_bits); in HistogramCopy()