Searched defs:pc_tree (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | partition_search.c | 1569 PC_TREE *pc_tree, int *rate) { in encode_sb() 1752 int64_t *dist, int do_recon, PC_TREE *pc_tree) { in av1_rd_use_partition() 2383 PC_TREE *pc_tree) { in try_split_partition() 2503 const PC_TREE *pc_tree, const RD_STATS *none_rdc, in calc_do_split_flag() 2587 const BLOCK_SIZE bsize, PC_TREE *const pc_tree, in try_merge() 2945 BLOCK_SIZE bsize, PC_TREE *pc_tree) { in av1_nonrd_use_partition() 3161 PC_TREE *pc_tree, RD_STATS *best_rdc, in rd_test_partition3() 3504 TokenExtra **tp, MACROBLOCK *x, PC_TREE *pc_tree, in rectangular_partition_search() 3635 PC_TREE *pc_tree, PICK_MODE_CONTEXT *dst_ctxs[SUB_PARTITIONS_AB], in rd_pick_ab_part() 3678 PC_TREE *pc_tree, const int is_ctx_ready[NUM_AB_PARTS][2], in set_mode_search_ctx() [all …]
|
H A D | context_tree.c | 154 PC_TREE *pc_tree = aom_calloc(1, sizeof(*pc_tree)); in av1_alloc_pc_tree_node() local 169 void av1_free_pc_tree_recursive(PC_TREE *pc_tree, int num_planes, int keep_best, in av1_free_pc_tree_recursive()
|
H A D | partition_strategy.c | 1777 const PC_TREE *pc_tree, PARTITION_TYPE rect_part, in evaluate_ab_partition_based_on_split() 1808 const PC_TREE *pc_tree, int pb_source_variance, in av1_prune_ab_partitions()
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_encodeframe.c | 2257 int output_enabled, BLOCK_SIZE bsize, PC_TREE *pc_tree) { in encode_sb() 2597 BLOCK_SIZE bsize, PC_TREE *pc_tree) { in encode_sb_rt() 2667 int do_recon, PC_TREE *pc_tree) { in rd_use_partition() 3336 const PC_TREE *const pc_tree, in ml_prune_rect_partition() 3491 PC_TREE *const pc_tree, in ml_predict_var_rd_partitioning() 3822 const PC_TREE *const pc_tree, MODE_INFO **mi_grid_visible, in store_superblock_info() 3989 PC_TREE *pc_tree) { in rd_pick_partition() 4781 int mi_col, BLOCK_SIZE bsize, PC_TREE *pc_tree) { in fill_mode_info_sb() 4838 static void pred_pixel_ready_reset(PC_TREE *pc_tree, BLOCK_SIZE bsize) { in pred_pixel_ready_reset() 4927 int64_t best_rd, PC_TREE *pc_tree) { in nonrd_pick_partition() [all …]
|
H A D | vp9_encoder.h | 393 PC_TREE *pc_tree; member
|