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

  /external/opencv3/3rdparty/libwebp/enc/
vp8l.c 924 static int GetHistoBits(int method, int use_palette, int width, int height) {
927 int histo_bits = (use_palette ? 9 : 7) - method;
944 const int use_palette = enc->use_palette_; local
946 enc->histo_bits_ = GetHistoBits(method, use_palette, pic->width, pic->height);
    [all...]
  /external/webp/src/enc/
vp8l.c 228 int use_palette,
275 use_palette ? kPalette : kSpatialSubGreen;
346 static int GetHistoBits(int method, int use_palette, int width, int height) {
348 int histo_bits = (use_palette ? 9 : 7) - method;
    [all...]

Completed in 557 milliseconds