Searched refs:leaf_tree (Results 1 – 4 of 4) sorted by relevance
103 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()
110 thread_data->td->leaf_tree = NULL; in vp9_encode_tiles_mt()
269 PICK_MODE_CONTEXT *leaf_tree; member
2801 td->leaf_tree[i].pred_interp_filter = SWITCHABLE; in encode_rd_sb_row()