HTreeGroup        298 third_party/libwebp/dec/vp8l.c static void DeleteHtreeGroups(HTreeGroup* htree_groups, int num_htree_groups) {
HTreeGroup        317 third_party/libwebp/dec/vp8l.c   HTreeGroup* htree_groups = NULL;
HTreeGroup        346 third_party/libwebp/dec/vp8l.c       (HTreeGroup*)WebPSafeCalloc((uint64_t)num_htree_groups,
HTreeGroup        615 third_party/libwebp/dec/vp8l.c static WEBP_INLINE HTreeGroup* GetHtreeGroupForPos(VP8LMetadata* const hdr,
HTreeGroup        736 third_party/libwebp/dec/vp8l.c   const HTreeGroup* htree_group = GetHtreeGroupForPos(hdr, col, row);
HTreeGroup        823 third_party/libwebp/dec/vp8l.c   HTreeGroup* htree_group = GetHtreeGroupForPos(hdr, col, row);
HTreeGroup         57 third_party/libwebp/dec/vp8li.h   HTreeGroup     *htree_groups_;