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

  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 890 uint8_t inv_palette[MAX_PALETTE_SIZE] = { 0 }; local
893 inv_palette[color] = i;
898 row[x] = inv_palette[color];
    [all...]
  /external/webp/src/enc/
vp8l.c 890 uint8_t inv_palette[MAX_PALETTE_SIZE] = { 0 }; local
893 inv_palette[color] = i;
898 row[x] = inv_palette[color];
    [all...]

Completed in 142 milliseconds