Home | History | Annotate | Download | only in enc

Lines Matching refs:pix

860         const uint32_t pix = *argb++;
861 const uint32_t key = VP8LColorCacheGetIndex(&hashers, pix);
862 if (VP8LColorCacheLookup(&hashers, key) == pix) {
865 VP8LColorCacheSet(&hashers, key, pix);
866 ++histo->blue_[pix & 0xff];
867 ++histo->literal_[(pix >> 8) & 0xff];
868 ++histo->red_[(pix >> 16) & 0xff];
869 ++histo->alpha_[pix >> 24];