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

  /external/chromium_org/third_party/libwebp/utils/
huffman.h 47 typedef struct HTreeGroup HTreeGroup;
48 struct HTreeGroup {
68 // Creates the instance of HTreeGroup with specified number of tree-groups.
69 HTreeGroup* VP8LHtreeGroupsNew(int num_htree_groups);
71 // Releases the memory allocated for HTreeGroup.
72 void VP8LHtreeGroupsFree(HTreeGroup* htree_groups, int num_htree_groups);
  /external/webp/src/utils/
huffman.h 47 typedef struct HTreeGroup HTreeGroup;
48 struct HTreeGroup {
68 // Creates the instance of HTreeGroup with specified number of tree-groups.
69 HTreeGroup* VP8LHtreeGroupsNew(int num_htree_groups);
71 // Releases the memory allocated for HTreeGroup.
72 void VP8LHtreeGroupsFree(HTreeGroup* htree_groups, int num_htree_groups);

Completed in 49 milliseconds