Home | History | Annotate | Download | only in enc

Lines Matching refs:pixel_index

884   int pixel_index = 0;
904 VP8LColorCacheContains(&hashers, argb[pixel_index])) {
906 const int ix = VP8LColorCacheGetIndex(&hashers, argb[pixel_index]);
917 VP8LColorCacheInsert(&hashers, argb[pixel_index + k]);
920 pixel_index += PixOrCopyLength(v);
923 assert(pixel_index == xsize * ysize);