Home | History | Annotate | Download | only in enc

Lines Matching refs:pix

123       const uint32_t pix = argb[x];
124 const uint32_t pix_diff = VP8LSubPixels(pix, last_pix);
126 if (last_line != NULL && pix == last_line[x]) {
129 last_pix = pix;
131 const PixOrCopy pix_token = PixOrCopyCreateLiteral(pix);
850 const uint32_t pix = src[x];
851 if (pix != last_pix) {
853 if (pix == palette[i]) {
855 last_pix = pix;