Home
last modified time | relevance | path

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

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