Searched refs:PC_TREE (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_context_tree.h | 79 typedef struct PC_TREE { struct 87 struct PC_TREE *split[4]; argument 90 } PC_TREE; typedef
|
D | vp9_context_tree.c | 62 static void alloc_tree_contexts(VP9_COMMON *cm, PC_TREE *tree, in alloc_tree_contexts() 77 static void free_tree_contexts(PC_TREE *tree) { in free_tree_contexts() 94 PC_TREE *this_pc; in vp9_setup_pc_tree() 115 PC_TREE *const tree = &td->pc_tree[pc_tree_index]; in vp9_setup_pc_tree() 126 PC_TREE *const tree = &td->pc_tree[pc_tree_index]; in vp9_setup_pc_tree()
|
D | vp9_encoder.h | 333 PC_TREE *pc_tree; 334 PC_TREE *pc_root;
|
D | vp9_encodeframe.c | 1909 int output_enabled, BLOCK_SIZE bsize, PC_TREE *pc_tree) { in encode_sb() 2248 BLOCK_SIZE bsize, PC_TREE *pc_tree) { in encode_sb_rt() 2317 int do_recon, PC_TREE *pc_tree) { in rd_use_partition() 2879 PC_TREE *pc_tree) { in rd_pick_partition() 3545 int mi_col, BLOCK_SIZE bsize, PC_TREE *pc_tree) { in fill_mode_info_sb() 3602 static void pred_pixel_ready_reset(PC_TREE *pc_tree, BLOCK_SIZE bsize) { in pred_pixel_ready_reset() 3620 int64_t best_rd, PC_TREE *pc_tree) { in nonrd_pick_partition() 3864 RD_COST *rd_cost, PC_TREE *pc_tree) { in nonrd_select_partition() 3996 RD_COST *dummy_cost, PC_TREE *pc_tree) { in nonrd_use_partition()
|