HomeSort by relevance Sort by last modified time
    Searched refs:HTreeGroup (Results 1 - 6 of 6) sorted by null

  /external/webp/src/utils/
huffman.h 56 typedef struct HTreeGroup HTreeGroup;
57 struct HTreeGroup {
70 // Creates the instance of HTreeGroup with specified number of tree-groups.
71 HTreeGroup* VP8LHtreeGroupsNew(int num_htree_groups);
73 // Releases the memory allocated for HTreeGroup.
74 void VP8LHtreeGroupsFree(HTreeGroup* const htree_groups);
huffman.c 25 HTreeGroup* VP8LHtreeGroupsNew(int num_htree_groups) {
26 HTreeGroup* const htree_groups =
27 (HTreeGroup*)WebPSafeMalloc(num_htree_groups, sizeof(*htree_groups));
35 void VP8LHtreeGroupsFree(HTreeGroup* const htree_groups) {
  /external/opencv3/3rdparty/libwebp/dec/
vp8li.h 46 } HTreeGroup;
57 HTreeGroup *htree_groups_;
vp8l.c 287 static void DeleteHtreeGroups(HTreeGroup* htree_groups, int num_htree_groups) {
306 HTreeGroup* htree_groups = NULL;
335 (HTreeGroup*)WebPSafeCalloc((uint64_t)num_htree_groups,
598 static WEBP_INLINE HTreeGroup* GetHtreeGroupForPos(VP8LMetadata* const hdr,
693 HTreeGroup* htree_group = hdr->htree_groups_; \
    [all...]
  /external/webp/src/dec/
vp8li.h 53 HTreeGroup *htree_groups_;
vp8l.c 201 static WEBP_INLINE int ReadPackedSymbols(const HTreeGroup* group,
226 static void BuildPackedTable(HTreeGroup* const htree_group) {
363 HTreeGroup* htree_groups = NULL;
418 HTreeGroup* const htree_group = &htree_groups[i];
685 static WEBP_INLINE HTreeGroup* GetHtreeGroupForPos(VP8LMetadata* const hdr,
    [all...]

Completed in 836 milliseconds