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

  /external/opencv3/3rdparty/libwebp/enc/
vp8l.c 830 int inv_palette[MAX_PALETTE_SIZE] = { 0 }; local
833 inv_palette[color] = i;
838 row[x] = inv_palette[color];
    [all...]
  /external/webp/src/enc/
vp8l.c 1228 uint8_t inv_palette[MAX_PALETTE_SIZE] = { 0 }; local
    [all...]

Completed in 57 milliseconds