Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references_cost_enc.c612 VP8LHashChainFindCopy(hash_chain, i, &offset, &len); in BackwardReferencesHashChainDistanceOnly()
655 VP8LHashChainFindCopy(hash_chain, j + 1, &offset_j, &len_j); in BackwardReferencesHashChainDistanceOnly()
657 VP8LHashChainFindCopy(hash_chain, j, &offset_j, &len_j); in BackwardReferencesHashChainDistanceOnly()
Dbackward_references_enc.h153 static WEBP_INLINE void VP8LHashChainFindCopy(const VP8LHashChain* const p, in VP8LHashChainFindCopy() function
Dbackward_references_enc.c507 VP8LHashChainFindCopy(hash_chain, i, &offset, &len); in BackwardReferencesLz77()