Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references_enc.h44 } PixOrCopy; typedef
46 static WEBP_INLINE PixOrCopy PixOrCopyCreateCopy(uint32_t distance, in PixOrCopyCreateCopy()
48 PixOrCopy retval; in PixOrCopyCreateCopy()
55 static WEBP_INLINE PixOrCopy PixOrCopyCreateCacheIdx(int idx) { in PixOrCopyCreateCacheIdx()
56 PixOrCopy retval; in PixOrCopyCreateCacheIdx()
65 static WEBP_INLINE PixOrCopy PixOrCopyCreateLiteral(uint32_t argb) { in PixOrCopyCreateLiteral()
66 PixOrCopy retval; in PixOrCopyCreateLiteral()
73 static WEBP_INLINE int PixOrCopyIsLiteral(const PixOrCopy* const p) { in PixOrCopyIsLiteral()
77 static WEBP_INLINE int PixOrCopyIsCacheIdx(const PixOrCopy* const p) { in PixOrCopyIsCacheIdx()
81 static WEBP_INLINE int PixOrCopyIsCopy(const PixOrCopy* const p) { in PixOrCopyIsCopy()
[all …]
Dbackward_references_enc.c81 PixOrCopy* start_; // data start
160 b->start_ = (PixOrCopy*)((uint8_t*)b + sizeof(*b)); // not always aligned in BackwardRefsNewBlock()
181 block_from->size_ * sizeof(PixOrCopy)); in BackwardRefsClone()
189 const PixOrCopy v);
191 const PixOrCopy v) { in VP8LBackwardRefsCursorAdd()
427 PixOrCopy v; in AddSingleLiteral()
760 const PixOrCopy* const v = c.cur_pos; in CalculateBestCacheSize()
841 PixOrCopy* const v = c.cur_pos; in BackwardRefsWithLocalCache()
Dhistogram_enc.h99 const PixOrCopy* const v,
Dbackward_references_cost_enc.c30 const PixOrCopy v);
735 PixOrCopy v; in BackwardReferencesHashChainFollowChosenPath()
Dhistogram_enc.c200 const PixOrCopy* const v, in VP8LHistogramAddSinglePixOrCopy()
568 const PixOrCopy* const v = c.cur_pos; in HistogramBuild()
Dvp8l_enc.c749 const PixOrCopy* const v = c.cur_pos; in StoreImageToBitMask()