Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/enc/
Dbackward_references.c250 refs->refs[refs->size++] = PixOrCopyCreateLiteral(argb[0]); in BackwardReferencesRle()
257 refs->refs[refs->size++] = PixOrCopyCreateLiteral(argb[i]); in BackwardReferencesRle()
324 refs->refs[refs->size] = PixOrCopyCreateLiteral(pixel); in BackwardReferencesHashChain()
357 refs->refs[refs->size] = PixOrCopyCreateLiteral(pixel); in BackwardReferencesHashChain()
678 refs->refs[size] = PixOrCopyCreateLiteral(argb[i]); in BackwardReferencesHashChainFollowChosenPath()
Dbackward_references.h136 static WEBP_INLINE PixOrCopy PixOrCopyCreateLiteral(uint32_t argb) { in PixOrCopyCreateLiteral() function
Dvp8l.c131 const PixOrCopy pix_token = PixOrCopyCreateLiteral(pix); in AnalyzeEntropy()
132 const PixOrCopy pix_diff_token = PixOrCopyCreateLiteral(pix_diff); in AnalyzeEntropy()
/external/webp/src/enc/
Dbackward_references.h64 static WEBP_INLINE PixOrCopy PixOrCopyCreateLiteral(uint32_t argb) { in PixOrCopyCreateLiteral() function
Dbackward_references.c332 v = PixOrCopyCreateLiteral(pixel); in AddSingleLiteral()
336 v = PixOrCopyCreateLiteral(pixel); in AddSingleLiteral()
774 v = PixOrCopyCreateLiteral(argb[i]); in BackwardReferencesHashChainFollowChosenPath()