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

  /external/webp/src/utils/
utils.c 259 uint32_t last_pix = ~argb[0]; // so we're sure that last_pix != argb[0] local
266 if (argb[x] == last_pix) {
269 last_pix = argb[x];
270 key = VP8LHashPix(last_pix, COLOR_HASH_RIGHT_SHIFT);
273 colors[key] = last_pix;
280 } else if (colors[key] == last_pix) {

Completed in 100 milliseconds