Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references_enc.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 …]
Dhistogram_enc.h93 const PixOrCopy* const v);
Dbackward_references_enc.c90 PixOrCopy* start_; // data start
154 b->start_ = (PixOrCopy*)((uint8_t*)b + sizeof(*b)); // not always aligned in BackwardRefsNewBlock()
167 const PixOrCopy v) { in BackwardRefsCursorAdd()
435 PixOrCopy v; in AddSingleLiteral()
1465 PixOrCopy v; in BackwardReferencesHashChainFollowChosenPath()
1559 const PixOrCopy* const v = c.cur_pos; in ComputeCacheEntropies()
1668 PixOrCopy* const v = c.cur_pos; in BackwardRefsWithLocalCache()
Dhistogram_enc.c141 const PixOrCopy* const v) { in VP8LHistogramAddSinglePixOrCopy()
474 const PixOrCopy* const v = c.cur_pos; in HistogramBuild()
Dvp8l_enc.c659 const PixOrCopy* const v = c.cur_pos; in StoreImageToBitMask()