Searched refs:HTreeGroup (Results 1 – 4 of 4) sorted by relevance
47 typedef struct HTreeGroup HTreeGroup; typedef48 struct HTreeGroup { struct69 HTreeGroup* VP8LHtreeGroupsNew(int num_htree_groups);72 void VP8LHtreeGroupsFree(HTreeGroup* htree_groups, int num_htree_groups);
87 HTreeGroup* VP8LHtreeGroupsNew(int num_htree_groups) { in VP8LHtreeGroupsNew()88 HTreeGroup* const htree_groups = in VP8LHtreeGroupsNew()89 (HTreeGroup*)WebPSafeCalloc(num_htree_groups, sizeof(*htree_groups)); in VP8LHtreeGroupsNew()97 void VP8LHtreeGroupsFree(HTreeGroup* htree_groups, int num_htree_groups) { in VP8LHtreeGroupsFree()
52 HTreeGroup *htree_groups_;
300 HTreeGroup* htree_groups = NULL; in ReadHuffmanCodes()623 static WEBP_INLINE HTreeGroup* GetHtreeGroupForPos(VP8LMetadata* const hdr, in GetHtreeGroupForPos()744 const HTreeGroup* htree_group = GetHtreeGroupForPos(hdr, col, row); in DecodeAlphaData()832 HTreeGroup* htree_group = GetHtreeGroupForPos(hdr, col, row); in DecodeImageData()