Searched refs:PixOrCopy (Results 1 – 10 of 10) sorted by relevance
43 } PixOrCopy; typedef45 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 …]
93 PixOrCopy* start_; // data start157 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()
93 const PixOrCopy* const v);
140 const PixOrCopy* const v) { in VP8LHistogramAddSinglePixOrCopy()425 const PixOrCopy* const v = c.cur_pos; in HistogramBuild()
695 const PixOrCopy* const v = c.cur_pos; in StoreImageToBitMask()
115 } PixOrCopy; typedef117 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 …]
75 const PixOrCopy* const v);
100 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()
83 const PixOrCopy* const v) { in VP8LHistogramAddSinglePixOrCopy()344 const PixOrCopy* const v = &backward_refs->refs[i]; in HistogramBuildImage()
131 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()