Searched refs:dst_cache_bits (Results 1 – 1 of 1) sorted by relevance
53 const int dst_cache_bits = dst->palette_code_bits_; in HistogramCopy() local54 const int histo_size = VP8LGetHistogramSize(dst_cache_bits); in HistogramCopy()55 assert(src->palette_code_bits_ == dst_cache_bits); in HistogramCopy()