Home | History | Annotate | Download | only in enc

Lines Matching refs:use_palette

190                           int use_palette,
197 if (use_palette && palette_size <= 16) {
247 int last_mode_to_analyze = use_palette ? kPalette : kSpatialSubGreen;
335 static int GetHistoBits(int method, int use_palette, int width, int height) {
337 int histo_bits = (use_palette ? 9 : 7) - method;
377 int use_palette;
381 use_palette =
386 enc->histo_bits_ = GetHistoBits(method, use_palette,
392 crunch_configs[0].entropy_idx_ = use_palette ? kPalette : kSpatialSubGreen;
399 if (!AnalyzeEntropy(pic->argb, width, height, pic->argb_stride, use_palette,
408 if (i != kPalette || use_palette) {