Home | History | Annotate | Download | only in enc

Lines Matching full:use_palette

982 static int GetHistoBits(int method, int use_palette, int width, int height) {
985 int histo_bits = (use_palette ? 9 : 7) - method;
1010 const int use_palette = enc->use_palette_;
1011 enc->histo_bits_ = GetHistoBits(method, use_palette, pic->width, pic->height);