Searched defs:pc_tree (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | partition_strategy.c | 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() 384 AV1_COMP *const cpi, MACROBLOCK *x, PC_TREE *pc_tree, int mi_row, 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() 818 PC_TREE *const pc_tree, BLOCK_SIZE bsize, in av1_ml_early_term_after_split()
|
D | partition_strategy.h | 179 static INLINE void init_simple_motion_search_mvs(PC_TREE *pc_tree) { in init_simple_motion_search_mvs()
|
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()
|
D | encoder.h | 727 PC_TREE *pc_tree; member
|
/external/libvpx/libvpx/vp9/encoder/ |
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 …]
|
D | vp9_encoder.h | 386 PC_TREE *pc_tree; member
|