Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dhuffman.h47 typedef struct HTreeGroup HTreeGroup; typedef
48 struct HTreeGroup { struct
69 HTreeGroup* VP8LHtreeGroupsNew(int num_htree_groups);
72 void VP8LHtreeGroupsFree(HTreeGroup* htree_groups, int num_htree_groups);
Dhuffman.c87 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()
/external/webp/src/dec/
Dvp8li.h52 HTreeGroup *htree_groups_;
Dvp8l.c300 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()