Home | History | Annotate | Download | only in enc

Lines Matching defs:pix

121       const uint32_t pix = argb[x];
122 const uint32_t pix_diff = VP8LSubPixels(pix, last_pix);
124 if (last_line != NULL && pix == last_line[x]) {
127 last_pix = pix;
129 const PixOrCopy pix_token = PixOrCopyCreateLiteral(pix);
869 const uint32_t pix = src[x];
871 if (pix == palette[i]) {