Searched refs:offset_length_ (Results 1 – 2 of 2) sorted by relevance
174 assert(p->offset_length_ == NULL); in VP8LHashChainInit()176 p->offset_length_ = in VP8LHashChainInit()177 (uint32_t*)WebPSafeMalloc(size, sizeof(*p->offset_length_)); in VP8LHashChainInit()178 if (p->offset_length_ == NULL) return 0; in VP8LHashChainInit()186 WebPSafeFree(p->offset_length_); in VP8LHashChainClear()189 p->offset_length_ = NULL; in VP8LHashChainClear()235 int32_t* chain = (int32_t*)p->offset_length_; in VP8LHashChainFill()238 assert(p->offset_length_ != NULL); in VP8LHashChainFill()241 p->offset_length_[0] = p->offset_length_[size - 1] = 0; in VP8LHashChainFill()305 p->offset_length_[0] = p->offset_length_[size - 1] = 0; in VP8LHashChainFill()[all …]
128 uint32_t* offset_length_; member144 return p->offset_length_[base_position] >> MAX_LENGTH_BITS; in VP8LHashChainFindOffset()149 return p->offset_length_[base_position] & ((1U << MAX_LENGTH_BITS) - 1); in VP8LHashChainFindLength()