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

  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 302 int color_cache_bits, int allow_recursion) {
347 if (j == 0 && color_cache_bits > 0) {
348 alphabet_size += 1 << color_cache_bits;
978 int color_cache_bits = 0; local
    [all...]
  /external/webp/src/dec/
vp8l.c 301 int color_cache_bits, int allow_recursion) {
346 if (j == 0 && color_cache_bits > 0) {
347 alphabet_size += 1 << color_cache_bits;
977 int color_cache_bits = 0; local
    [all...]

Completed in 96 milliseconds