Searched refs:alloc_mode_context (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_context_tree.c | 21 static void alloc_mode_context(VP9_COMMON *cm, int num_4x4_blk, in alloc_mode_context() function 68 alloc_mode_context(cm, num_4x4_blk, &tree->none); in alloc_tree_contexts() 69 alloc_mode_context(cm, num_4x4_blk/2, &tree->horizontal[0]); in alloc_tree_contexts() 70 alloc_mode_context(cm, num_4x4_blk/2, &tree->vertical[0]); in alloc_tree_contexts() 73 alloc_mode_context(cm, num_4x4_blk/2, &tree->horizontal[1]); in alloc_tree_contexts() 74 alloc_mode_context(cm, num_4x4_blk/2, &tree->vertical[1]); in alloc_tree_contexts() 116 alloc_mode_context(cm, 1, &td->leaf_tree[i]); in vp9_setup_pc_tree()
|