OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTreeGroup
(Results
1 - 2
of
2
) 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);
/external/opencv3/3rdparty/libwebp/dec/
vp8li.h
46
}
HTreeGroup
;
57
HTreeGroup
*htree_groups_;
Completed in 240 milliseconds