/external/libaom/libaom/av1/encoder/ |
D | context_tree.h | 64 typedef struct PC_TREE { struct 76 struct PC_TREE *split[4]; argument 85 } PC_TREE; argument
|
D | partition_strategy.h | 48 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()
|
D | context_tree.c | 81 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()
|
D | partition_strategy.c | 34 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 …]
|
D | encoder.h | 727 PC_TREE *pc_tree; 728 PC_TREE *pc_root;
|
D | encodeframe.c | 1694 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/ |
D | vp9_context_tree.h | 83 typedef struct PC_TREE { struct 91 struct PC_TREE *split[4]; argument 97 } PC_TREE; typedef
|
D | vp9_context_tree.c | 65 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()
|
D | vp9_encoder.h | 386 PC_TREE *pc_tree; 387 PC_TREE *pc_root;
|
D | vp9_encodeframe.c | 2258 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 …]
|