Home
last modified time | relevance | path

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

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