Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dcontext_tree.h64 typedef struct PC_TREE { struct
76 struct PC_TREE *split[4]; argument
85 } PC_TREE; argument
Dpartition_strategy.h48 AV1_COMP *const cpi, MACROBLOCK *x, PC_TREE *pc_tree, int mi_row,
57 PC_TREE *pc_tree, int mi_row,
71 MACROBLOCK *x, PC_TREE *pc_tree,
90 PC_TREE *const pc_tree, BLOCK_SIZE bsize,
179 static INLINE void init_simple_motion_search_mvs(PC_TREE *pc_tree) { in init_simple_motion_search_mvs()
Dcontext_tree.c81 AV1_COMMON *cm, PC_TREE *tree, int num_pix, int is_leaf, in alloc_tree_contexts()
115 static AOM_INLINE void free_tree_contexts(PC_TREE *tree, const int num_planes) { in free_tree_contexts()
155 PC_TREE *this_pc; in av1_setup_pc_tree()
184 PC_TREE *const tree = &td->pc_tree[pc_tree_index]; in av1_setup_pc_tree()
193 PC_TREE *const tree = &td->pc_tree[pc_tree_index]; in av1_setup_pc_tree()
206 PC_TREE *const tree = &td->pc_tree[pc_tree_index]; in av1_setup_pc_tree()
Dpartition_strategy.c34 AV1_COMP *const cpi, MACROBLOCK *x, PC_TREE *pc_tree, int mi_row,
252 AV1_COMP *const cpi, MACROBLOCK *x, PC_TREE *pc_tree, int mi_row, in av1_simple_motion_search_based_split()
312 AV1_COMP *const cpi, MACROBLOCK *x, PC_TREE *pc_tree, int mi_row, in simple_motion_search_get_best_ref()
360 PC_TREE *sub_tree = pc_tree->split[r_idx]; in simple_motion_search_get_best_ref()
384 AV1_COMP *const cpi, MACROBLOCK *x, PC_TREE *pc_tree, int mi_row, in simple_motion_search_prune_part_features()
413 PC_TREE *sub_tree = pc_tree->split[r_idx]; in simple_motion_search_prune_part_features()
465 PC_TREE *sub_tree = pc_tree->split[sub_idx]; in simple_motion_search_prune_part_features()
498 PC_TREE *pc_tree, int mi_row, in av1_simple_motion_search_prune_rect()
564 MACROBLOCK *x, PC_TREE *pc_tree, in av1_simple_motion_search_early_term_none()
778 static AOM_INLINE void get_min_bsize(const PC_TREE *pc_tree, int *min_bw, in get_min_bsize()
[all …]
Dencoder.h727 PC_TREE *pc_tree;
728 PC_TREE *pc_root;
Dencodeframe.c1694 BLOCK_SIZE bsize, PC_TREE *pc_tree, in encode_sb()
1883 int64_t *dist, int do_recon, PC_TREE *pc_tree) { in rd_use_partition()
2191 BLOCK_SIZE bsize, PC_TREE *pc_tree) { in nonrd_use_partition()
2550 PC_TREE *pc_tree, RD_STATS *best_rdc, in rd_test_partition3()
2586 static AOM_INLINE void reset_partition(PC_TREE *pc_tree, BLOCK_SIZE bsize) { in reset_partition()
2624 PC_TREE *pc_tree, PARTITION_TYPE rect_part, in evaluate_ab_partition_based_on_split()
2679 PC_TREE *pc_tree, int64_t *none_rd, in rd_pick_partition()
4431 PC_TREE *const pc_root, TOKENEXTRA **tp, in encode_nonrd_sb()
4670 PC_TREE *pc_root, RD_STATS *rd_cost, in init_encode_rd_sb()
4719 PC_TREE *const pc_root, TOKENEXTRA **tp, in encode_rd_sb()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_context_tree.h83 typedef struct PC_TREE { struct
91 struct PC_TREE *split[4]; argument
97 } 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.h386 PC_TREE *pc_tree;
387 PC_TREE *pc_root;
Dvp9_encodeframe.c2258 int output_enabled, BLOCK_SIZE bsize, PC_TREE *pc_tree) { in encode_sb()
2596 BLOCK_SIZE bsize, PC_TREE *pc_tree) { in encode_sb_rt()
2666 int do_recon, PC_TREE *pc_tree) { in rd_use_partition()
3387 const PC_TREE *const pc_tree, in ml_prune_rect_partition()
3526 PC_TREE *const pc_tree, in ml_predict_var_rd_paritioning()
3814 PC_TREE *pc_tree) { in rd_pick_partition()
4681 int mi_col, BLOCK_SIZE bsize, PC_TREE *pc_tree) { in fill_mode_info_sb()
4738 static void pred_pixel_ready_reset(PC_TREE *pc_tree, BLOCK_SIZE bsize) { in pred_pixel_ready_reset()
4826 int64_t best_rd, PC_TREE *pc_tree) { in nonrd_pick_partition()
5087 RD_COST *rd_cost, PC_TREE *pc_tree) { in nonrd_select_partition()
[all …]