HomeSort by relevance Sort by last modified time
    Searched refs:pixel_index (Results 1 - 3 of 3) sorted by null

  /external/opencv3/3rdparty/libwebp/enc/
backward_references.c 823 int pixel_index = 0; local
839 VP8LColorCacheContains(&hashers, argb[pixel_index])) {
841 const int ix = VP8LColorCacheGetIndex(&hashers, argb[pixel_index]);
852 VP8LColorCacheInsert(&hashers, argb[pixel_index + k]);
855 pixel_index += PixOrCopyLength(v);
857 assert(pixel_index == xsize * ysize);
  /external/libpng/contrib/libtests/
makepng.c 508 const size_t pixel_index = --rowbytes/pixel_depth; local
511 row[rowbytes] = 0xFFU & pixel_index;
516 rowbytes - pixel_index * pixel_depth;
519 0xFFU & (pixel_index + (byte_offset * 2*y) + 1);
    [all...]
  /external/webp/src/enc/
backward_references.c 955 int pixel_index = 0; local
    [all...]

Completed in 165 milliseconds