Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references_enc.c196 assert(p->offset_length_ == NULL); in VP8LHashChainInit()
198 p->offset_length_ = in VP8LHashChainInit()
199 (uint32_t*)WebPSafeMalloc(size, sizeof(*p->offset_length_)); in VP8LHashChainInit()
200 if (p->offset_length_ == NULL) return 0; in VP8LHashChainInit()
208 WebPSafeFree(p->offset_length_); in VP8LHashChainClear()
211 p->offset_length_ = NULL; in VP8LHashChainClear()
257 int32_t* chain = (int32_t*)p->offset_length_; in VP8LHashChainFill()
260 assert(p->offset_length_ != NULL); in VP8LHashChainFill()
263 p->offset_length_[0] = p->offset_length_[size - 1] = 0; in VP8LHashChainFill()
327 p->offset_length_[0] = p->offset_length_[size - 1] = 0; in VP8LHashChainFill()
[all …]
Dbackward_references_enc.h123 uint32_t* offset_length_; member