Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references_enc.c853 VP8LHashChain hash_chain_box; in GetBackwardReferences() local
854 memset(&hash_chain_box, 0, sizeof(hash_chain_box)); in GetBackwardReferences()
875 if (!VP8LHashChainInit(&hash_chain_box, width * height)) goto Error; in GetBackwardReferences()
877 &hash_chain_box, worst); in GetBackwardReferences()
913 (lz77_type_best == kLZ77Standard) ? hash_chain : &hash_chain_box; in GetBackwardReferences()
926 VP8LHashChainClear(&hash_chain_box); in GetBackwardReferences()