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

  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 288 static void DeleteHtreeGroups(HTreeGroup* htree_groups, int num_htree_groups) {
289 if (htree_groups != NULL) {
292 HuffmanTree* const htrees = htree_groups[i].htrees_;
297 free(htree_groups);
307 HTreeGroup* htree_groups = NULL; local
335 htree_groups =
337 sizeof(*htree_groups));
338 if (htree_groups == NULL) {
344 HuffmanTree* const htrees = htree_groups[i].htrees_;
357 hdr->htree_groups_ = htree_groups;
    [all...]
  /external/webp/src/dec/
vp8l.c 287 static void DeleteHtreeGroups(HTreeGroup* htree_groups, int num_htree_groups) {
288 if (htree_groups != NULL) {
291 HuffmanTree* const htrees = htree_groups[i].htrees_;
296 free(htree_groups);
306 HTreeGroup* htree_groups = NULL; local
334 htree_groups =
336 sizeof(*htree_groups));
337 if (htree_groups == NULL) {
343 HuffmanTree* const htrees = htree_groups[i].htrees_;
356 hdr->htree_groups_ = htree_groups;
    [all...]

Completed in 861 milliseconds