Home
last modified time | relevance | path

Searched refs:PixOrCopy (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/enc/
Dbackward_references.h48 } PixOrCopy; typedef
50 static WEBP_INLINE PixOrCopy PixOrCopyCreateCopy(uint32_t distance, in PixOrCopyCreateCopy()
52 PixOrCopy retval; in PixOrCopyCreateCopy()
59 static WEBP_INLINE PixOrCopy PixOrCopyCreateCacheIdx(int idx) { in PixOrCopyCreateCacheIdx()
60 PixOrCopy retval; in PixOrCopyCreateCacheIdx()
69 static WEBP_INLINE PixOrCopy PixOrCopyCreateLiteral(uint32_t argb) { in PixOrCopyCreateLiteral()
70 PixOrCopy retval; in PixOrCopyCreateLiteral()
77 static WEBP_INLINE int PixOrCopyIsLiteral(const PixOrCopy* const p) { in PixOrCopyIsLiteral()
81 static WEBP_INLINE int PixOrCopyIsCacheIdx(const PixOrCopy* const p) { in PixOrCopyIsCacheIdx()
85 static WEBP_INLINE int PixOrCopyIsCopy(const PixOrCopy* const p) { in PixOrCopyIsCopy()
[all …]
Dbackward_references.c76 PixOrCopy* start_; // data start
140 b->start_ = (PixOrCopy*)((uint8_t*)b + sizeof(*b)); // not always aligned in BackwardRefsNewBlock()
153 const PixOrCopy v) { in BackwardRefsCursorAdd()
398 PixOrCopy v; in BackwardReferencesHashChain()
431 PixOrCopy v; in BackwardReferencesHashChain()
752 PixOrCopy v; in BackwardReferencesHashChainFollowChosenPath()
901 const PixOrCopy* const v = c.cur_pos; in ComputeCacheEntropy()
907 const PixOrCopy token = PixOrCopyCreateCacheIdx(ix); in ComputeCacheEntropy()
Dhistogram.h92 const PixOrCopy* const v);
Dhistogram.c130 const PixOrCopy* const v) { in VP8LHistogramAddSinglePixOrCopy()
434 const PixOrCopy* const v = c.cur_pos; in HistogramBuild()
Dvp8l.c122 const PixOrCopy pix_token = PixOrCopyCreateLiteral(pix); in AnalyzeEntropy()
123 const PixOrCopy pix_diff_token = PixOrCopyCreateLiteral(pix_diff); in AnalyzeEntropy()
441 const PixOrCopy* const v = c.cur_pos; in StoreImageToBitMask()