Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_context_tree.h75 typedef struct PC_TREE { struct
83 struct PC_TREE *split[4]; argument
86 } PC_TREE; typedef
Dvp9_context_tree.c66 static void alloc_tree_contexts(VP9_COMMON *cm, PC_TREE *tree, in alloc_tree_contexts()
81 static void free_tree_contexts(PC_TREE *tree) { in free_tree_contexts()
98 PC_TREE *this_pc; in vp9_setup_pc_tree()
120 PC_TREE *const tree = &td->pc_tree[pc_tree_index]; in vp9_setup_pc_tree()
132 PC_TREE *const tree = &td->pc_tree[pc_tree_index]; in vp9_setup_pc_tree()
Dvp9_encoder.h270 PC_TREE *pc_tree;
271 PC_TREE *pc_root;
Dvp9_encodeframe.c1423 PC_TREE *pc_tree) { in encode_sb()
1762 PC_TREE *pc_tree) { in encode_sb_rt()
1837 int do_recon, PC_TREE *pc_tree) { in rd_use_partition()
2347 int64_t best_rd, PC_TREE *pc_tree) { in rd_pick_partition()
2973 PC_TREE *pc_tree) { in fill_mode_info_sb()
3032 static void pred_pixel_ready_reset(PC_TREE *pc_tree, BLOCK_SIZE bsize) { in pred_pixel_ready_reset()
3052 PC_TREE *pc_tree) { in nonrd_pick_partition()
3308 RD_COST *rd_cost, PC_TREE *pc_tree) { in nonrd_select_partition()
3447 RD_COST *dummy_cost, PC_TREE *pc_tree) { in nonrd_use_partition()