Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references.h43 } PixOrCopy; typedef
45 static WEBP_INLINE PixOrCopy PixOrCopyCreateCopy(uint32_t distance, in PixOrCopyCreateCopy()
47 PixOrCopy retval; in PixOrCopyCreateCopy()
54 static WEBP_INLINE PixOrCopy PixOrCopyCreateCacheIdx(int idx) { in PixOrCopyCreateCacheIdx()
55 PixOrCopy retval; in PixOrCopyCreateCacheIdx()
64 static WEBP_INLINE PixOrCopy PixOrCopyCreateLiteral(uint32_t argb) { in PixOrCopyCreateLiteral()
65 PixOrCopy retval; in PixOrCopyCreateLiteral()
72 static WEBP_INLINE int PixOrCopyIsLiteral(const PixOrCopy* const p) { in PixOrCopyIsLiteral()
76 static WEBP_INLINE int PixOrCopyIsCacheIdx(const PixOrCopy* const p) { in PixOrCopyIsCacheIdx()
80 static WEBP_INLINE int PixOrCopyIsCopy(const PixOrCopy* const p) { in PixOrCopyIsCopy()
[all …]
Dbackward_references.c93 PixOrCopy* start_; // data start
157 b->start_ = (PixOrCopy*)((uint8_t*)b + sizeof(*b)); // not always aligned in BackwardRefsNewBlock()
170 const PixOrCopy v) { in BackwardRefsCursorAdd()
326 PixOrCopy v; in AddSingleLiteral()
767 PixOrCopy v; in BackwardReferencesHashChainFollowChosenPath()
858 const PixOrCopy* const v = c.cur_pos; in ComputeCacheEntropy()
961 PixOrCopy* const v = c.cur_pos; in BackwardRefsWithLocalCache()
Dhistogram.h93 const PixOrCopy* const v);
Dhistogram.c140 const PixOrCopy* const v) { in VP8LHistogramAddSinglePixOrCopy()
425 const PixOrCopy* const v = c.cur_pos; in HistogramBuild()
Dvp8l.c695 const PixOrCopy* const v = c.cur_pos; in StoreImageToBitMask()
/external/opencv3/3rdparty/libwebp/enc/
Dbackward_references.h115 } PixOrCopy; typedef
117 static WEBP_INLINE PixOrCopy PixOrCopyCreateCopy(uint32_t distance, in PixOrCopyCreateCopy()
119 PixOrCopy retval; in PixOrCopyCreateCopy()
126 static WEBP_INLINE PixOrCopy PixOrCopyCreateCacheIdx(int idx) { in PixOrCopyCreateCacheIdx()
127 PixOrCopy retval; in PixOrCopyCreateCacheIdx()
136 static WEBP_INLINE PixOrCopy PixOrCopyCreateLiteral(uint32_t argb) { in PixOrCopyCreateLiteral()
137 PixOrCopy retval; in PixOrCopyCreateLiteral()
144 static WEBP_INLINE int PixOrCopyIsLiteral(const PixOrCopy* const p) { in PixOrCopyIsLiteral()
148 static WEBP_INLINE int PixOrCopyIsCacheIdx(const PixOrCopy* const p) { in PixOrCopyIsCacheIdx()
152 static WEBP_INLINE int PixOrCopyIsCopy(const PixOrCopy* const p) { in PixOrCopyIsCopy()
[all …]
Dhistogram.h75 const PixOrCopy* const v);
Dbackward_references.c100 refs->refs = (PixOrCopy*)WebPSafeMalloc((uint64_t)max_size, in VP8LBackwardRefsAlloc()
836 const PixOrCopy* const v = &refs->refs[i]; in ComputeCacheHistogram()
842 const PixOrCopy token = PixOrCopyCreateCacheIdx(ix); in ComputeCacheHistogram()
Dhistogram.c83 const PixOrCopy* const v) { in VP8LHistogramAddSinglePixOrCopy()
344 const PixOrCopy* const v = &backward_refs->refs[i]; in HistogramBuildImage()
Dvp8l.c131 const PixOrCopy pix_token = PixOrCopyCreateLiteral(pix); in AnalyzeEntropy()
132 const PixOrCopy pix_diff_token = PixOrCopyCreateLiteral(pix_diff); in AnalyzeEntropy()
434 const PixOrCopy* const v = &refs->refs[i]; in StoreImageToBitMask()