Home
last modified time | relevance | path

Searched defs:pc_tree (Results 1 – 5 of 5) sorted by relevance

/external/libaom/av1/encoder/
Dpartition_search.c1562 PC_TREE *pc_tree, int *rate) { in encode_sb()
1745 int64_t *dist, int do_recon, PC_TREE *pc_tree) { in av1_rd_use_partition()
2337 PC_TREE *pc_tree) { in try_split_partition()
2448 const PC_TREE *pc_tree, const RD_STATS *none_rdc, in calc_do_split_flag()
2532 const BLOCK_SIZE bsize, PC_TREE *const pc_tree, in try_merge()
2879 BLOCK_SIZE bsize, PC_TREE *pc_tree) { in av1_nonrd_use_partition()
3083 PC_TREE *pc_tree, RD_STATS *best_rdc, in rd_test_partition3()
3426 TokenExtra **tp, MACROBLOCK *x, PC_TREE *pc_tree, in rectangular_partition_search()
3554 PC_TREE *pc_tree, PICK_MODE_CONTEXT *dst_ctxs[SUB_PARTITIONS_AB], in rd_pick_ab_part()
3597 PC_TREE *pc_tree, const int is_ctx_ready[NUM_AB_PARTS][2], in set_mode_search_ctx()
[all …]
Dcontext_tree.c153 PC_TREE *pc_tree = NULL; in av1_alloc_pc_tree_node() local
193 void av1_free_pc_tree_recursive(PC_TREE *pc_tree, int num_planes, int keep_best, in av1_free_pc_tree_recursive()
Dpartition_strategy.c1763 const PC_TREE *pc_tree, PARTITION_TYPE rect_part, in evaluate_ab_partition_based_on_split()
1794 const PC_TREE *pc_tree, int pb_source_variance, in av1_prune_ab_partitions()
/external/libvpx/vp9/encoder/
Dvp9_encodeframe.c2231 int output_enabled, BLOCK_SIZE bsize, PC_TREE *pc_tree) { in encode_sb()
2571 BLOCK_SIZE bsize, PC_TREE *pc_tree) { in encode_sb_rt()
2641 int do_recon, PC_TREE *pc_tree) { in rd_use_partition()
3314 const PC_TREE *const pc_tree, in ml_prune_rect_partition()
3459 PC_TREE *const pc_tree, in ml_predict_var_rd_paritioning()
3794 const PC_TREE *const pc_tree, MODE_INFO **mi_grid_visible, in store_superblock_info()
3961 PC_TREE *pc_tree) { in rd_pick_partition()
4725 int mi_col, BLOCK_SIZE bsize, PC_TREE *pc_tree) { in fill_mode_info_sb()
4782 static void pred_pixel_ready_reset(PC_TREE *pc_tree, BLOCK_SIZE bsize) { in pred_pixel_ready_reset()
4870 int64_t best_rd, PC_TREE *pc_tree) { in nonrd_pick_partition()
[all …]
Dvp9_encoder.h392 PC_TREE *pc_tree; member