Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_context_tree.h83 typedef struct PC_TREE { struct
91 struct PC_TREE *split[4]; argument
94 } PC_TREE; typedef
Dvp9_context_tree.c65 static void alloc_tree_contexts(VP9_COMMON *cm, PC_TREE *tree, in alloc_tree_contexts()
80 static void free_tree_contexts(PC_TREE *tree) { in free_tree_contexts()
97 PC_TREE *this_pc; in vp9_setup_pc_tree()
118 PC_TREE *const tree = &td->pc_tree[pc_tree_index]; in vp9_setup_pc_tree()
129 PC_TREE *const tree = &td->pc_tree[pc_tree_index]; in vp9_setup_pc_tree()
Dvp9_encoder.h429 PC_TREE *pc_tree;
430 PC_TREE *pc_root;
Dvp9_encodeframe.c2173 int output_enabled, BLOCK_SIZE bsize, PC_TREE *pc_tree) { in encode_sb()
2512 BLOCK_SIZE bsize, PC_TREE *pc_tree) { in encode_sb_rt()
2581 int do_recon, PC_TREE *pc_tree) { in rd_use_partition()
3299 const PC_TREE *const pc_tree, in ml_prune_rect_partition()
3646 PC_TREE *pc_tree) { in rd_pick_partition()
4480 int mi_col, BLOCK_SIZE bsize, PC_TREE *pc_tree) { in fill_mode_info_sb()
4537 static void pred_pixel_ready_reset(PC_TREE *pc_tree, BLOCK_SIZE bsize) { in pred_pixel_ready_reset()
4627 int64_t best_rd, PC_TREE *pc_tree) { in nonrd_pick_partition()
4895 RD_COST *rd_cost, PC_TREE *pc_tree) { in nonrd_select_partition()
5029 RD_COST *dummy_cost, PC_TREE *pc_tree) { in nonrd_use_partition()
/external/libaom/libaom/av1/encoder/
Dcontext_tree.h86 typedef struct PC_TREE { struct
98 struct PC_TREE *split[4]; argument
103 } PC_TREE; argument
Dpartition_strategy.h38 AV1_COMP *const cpi, MACROBLOCK *x, PC_TREE *pc_tree, int mi_row,
51 AV1_COMP *const cpi, MACROBLOCK *x, PC_TREE *pc_tree, int mi_row,
60 PC_TREE *pc_tree, int mi_row,
118 static INLINE void init_simple_motion_search_mvs(PC_TREE *pc_tree) { in init_simple_motion_search_mvs()
Dcontext_tree.c74 static void alloc_tree_contexts(AV1_COMMON *cm, PC_TREE *tree, int num_pix, in alloc_tree_contexts()
109 static void free_tree_contexts(PC_TREE *tree, const int num_planes) { in free_tree_contexts()
139 PC_TREE *this_pc; in av1_setup_pc_tree()
164 PC_TREE *const tree = &td->pc_tree[pc_tree_index]; in av1_setup_pc_tree()
173 PC_TREE *const tree = &td->pc_tree[pc_tree_index]; in av1_setup_pc_tree()
Dpartition_strategy.c142 AV1_COMP *const cpi, MACROBLOCK *x, PC_TREE *pc_tree, int mi_row, in simple_motion_search_get_best_ref()
213 AV1_COMP *const cpi, MACROBLOCK *x, PC_TREE *pc_tree, int mi_row, in simple_motion_search_prune_part_features()
304 AV1_COMP *const cpi, MACROBLOCK *x, PC_TREE *pc_tree, int mi_row, in av1_simple_motion_search_prune_part()
402 AV1_COMP *const cpi, MACROBLOCK *x, PC_TREE *pc_tree, int mi_row, in av1_simple_motion_search_early_term_none()
461 AV1_COMP *const cpi, MACROBLOCK *x, PC_TREE *pc_tree, int mi_row, in firstpass_simple_motion_search_features()
522 PC_TREE *pc_tree, int mi_row, in av1_firstpass_simple_motion_search_early_term()
Dencoder.h589 PC_TREE *pc_tree;
590 PC_TREE *pc_root[MAX_MIB_SIZE_LOG2 - MIN_MIB_SIZE_LOG2 + 1];
Dencodeframe.c1514 PC_TREE *pc_tree, int *rate) { in encode_sb()
1695 int do_recon, PC_TREE *pc_tree) { in rd_use_partition()
1962 int do_recon, PC_TREE *pc_tree) { in nonrd_use_partition()
2232 PC_TREE *pc_tree, RD_STATS *best_rdc, in rd_test_partition3()
2281 static void reset_partition(PC_TREE *pc_tree, BLOCK_SIZE bsize) { in reset_partition()
2308 PC_TREE *pc_tree, int64_t *none_rd) { in rd_pick_sqr_partition()
3114 PC_TREE *pc_tree, int64_t *none_rd) { in rd_pick_partition()
4414 PC_TREE *const pc_root = td->pc_root[mib_size_log2 - MIN_MIB_SIZE_LOG2]; in first_partition_search_pass()
4751 PC_TREE *const pc_root = td->pc_root[mib_size_log2 - MIN_MIB_SIZE_LOG2]; in encode_sb_row()