Home
last modified time | relevance | path

Searched refs:PixOrCopyCacheIdx (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/enc/
Dbackward_references.h99 static WEBP_INLINE uint32_t PixOrCopyCacheIdx(const PixOrCopy* const p) { in PixOrCopyCacheIdx() function
Dhistogram.c148 NUM_LITERAL_CODES + NUM_LENGTH_CODES + PixOrCopyCacheIdx(v); in VP8LHistogramAddSinglePixOrCopy()
Dvp8l.c711 const int code = PixOrCopyCacheIdx(v); in StoreImageToBitMask()
/external/opencv3/3rdparty/libwebp/enc/
Dbackward_references.h171 static WEBP_INLINE uint32_t PixOrCopyCacheIdx(const PixOrCopy* const p) { in PixOrCopyCacheIdx() function
Dhistogram.c90 int literal_ix = 256 + NUM_LENGTH_CODES + PixOrCopyCacheIdx(v); in VP8LHistogramAddSinglePixOrCopy()
Dvp8l.c440 const int code = PixOrCopyCacheIdx(v); in StoreImageToBitMask()