Home | History | Annotate | Download | only in enc

Lines Matching refs:palette_code_bits_

33   const int cache_bits = p->palette_code_bits_;
36 p->palette_code_bits_ = cache_bits;
43 const int dst_cache_bits = dst->palette_code_bits_;
45 assert(src->palette_code_bits_ == dst_cache_bits);
78 p->palette_code_bits_ = palette_code_bits;
85 p->palette_code_bits_ = palette_code_bits;
267 PopulationCost(p->literal_, VP8LHistogramNumCodes(p->palette_code_bits_))
278 BitsEntropy(p->literal_, VP8LHistogramNumCodes(p->palette_code_bits_))
294 const int palette_code_bits = a->palette_code_bits_;
295 assert(a->palette_code_bits_ == b->palette_code_bits_);
337 out->palette_code_bits_ = a->palette_code_bits_;
393 const int num_codes = VP8LHistogramNumCodes(h->palette_code_bits_);