HomeSort by relevance Sort by last modified time
    Searched refs:use_palette (Results 1 - 4 of 4) sorted by null

  /external/libaom/libaom/av1/common/
reconintra.h 32 int use_palette,
reconintra.c 1602 const int use_palette = mbmi->palette_mode_info.palette_size[plane != 0] > 0; local
    [all...]
  /external/webp/src/enc/
vp8l_enc.c 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; local
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,
    [all...]
  /external/libaom/libaom/av1/encoder/
rdopt.c 4076 const int use_palette = mbmi->palette_mode_info.palette_size[0] > 0; local
4132 const int use_palette = mbmi->palette_mode_info.palette_size[1] > 0; local
    [all...]

Completed in 597 milliseconds