Home
last modified time | relevance | path

Searched refs:leaf_tree (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_context_tree.c103 vpx_free(td->leaf_tree); in vp9_setup_pc_tree()
104 CHECK_MEM_ERROR(cm, td->leaf_tree, vpx_calloc(leaf_nodes, in vp9_setup_pc_tree()
105 sizeof(*td->leaf_tree))); in vp9_setup_pc_tree()
111 this_leaf = &td->leaf_tree[0]; in vp9_setup_pc_tree()
116 alloc_mode_context(cm, 1, &td->leaf_tree[i]); in vp9_setup_pc_tree()
151 free_mode_context(&td->leaf_tree[i]); in vp9_free_pc_tree()
159 vpx_free(td->leaf_tree); in vp9_free_pc_tree()
160 td->leaf_tree = NULL; in vp9_free_pc_tree()
Dvp9_ethread.c110 thread_data->td->leaf_tree = NULL; in vp9_encode_tiles_mt()
Dvp9_encoder.h269 PICK_MODE_CONTEXT *leaf_tree; member
Dvp9_encodeframe.c2801 td->leaf_tree[i].pred_interp_filter = SWITCHABLE; in encode_rd_sb_row()