Searched defs:use_palette (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dvp8l.c982 static int GetHistoBits(int method, int use_palette, int width, int height) { argument
985 int histo_bits = (use_palette ? 9 : 7) - method;
1010 const int use_palette = enc->use_palette_; local
1011 enc->histo_bits_ = GetHistoBits(method, use_palette, pic->width, pic->height);
/external/webp/src/enc/
H A Dvp8l.c982 static int GetHistoBits(int method, int use_palette, int width, int height) { argument
985 int histo_bits = (use_palette ? 9 : 7) - method;
1010 const int use_palette = enc->use_palette_; local
1011 enc->histo_bits_ = GetHistoBits(method, use_palette, pic->width, pic->height);

Completed in 57 milliseconds