Home
last modified time | relevance | path

Searched refs:PixOrCopyLiteral (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Dhistogram_enc.c143 ++histo->alpha_[PixOrCopyLiteral(v, 3)]; in VP8LHistogramAddSinglePixOrCopy()
144 ++histo->red_[PixOrCopyLiteral(v, 2)]; in VP8LHistogramAddSinglePixOrCopy()
145 ++histo->literal_[PixOrCopyLiteral(v, 1)]; in VP8LHistogramAddSinglePixOrCopy()
146 ++histo->blue_[PixOrCopyLiteral(v, 0)]; in VP8LHistogramAddSinglePixOrCopy()
Dbackward_references_enc.h84 static WEBP_INLINE uint32_t PixOrCopyLiteral(const PixOrCopy* const p, in PixOrCopyLiteral() function
Dvp8l_enc.c671 const int code = PixOrCopyLiteral(v, order[k]); in StoreImageToBitMask()