HomeSort by relevance Sort by last modified time
    Searched full:leaf_tree (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_context_tree.c 100 vpx_free(cpi->leaf_tree);
101 CHECK_MEM_ERROR(cm, cpi->leaf_tree, vpx_calloc(leaf_nodes,
102 sizeof(*cpi->leaf_tree)));
108 this_leaf = &cpi->leaf_tree[0];
113 alloc_mode_context(cm, 1, &cpi->leaf_tree[i]);
148 free_mode_context(&cpi->leaf_tree[i]);
156 vpx_free(cpi->leaf_tree);
157 cpi->leaf_tree = NULL;
vp9_encoder.h 423 PICK_MODE_CONTEXT *leaf_tree; member in struct:VP9_COMP
vp9_encodeframe.c     [all...]

Completed in 194 milliseconds