Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpartition_search.c1529 PC_TREE *pc_tree, int *rate) { in encode_sb()
1712 int64_t *dist, int do_recon, PC_TREE *pc_tree) { in av1_rd_use_partition()
2262 BLOCK_SIZE bsize, PC_TREE *pc_tree) { in av1_nonrd_use_partition()
2557 PC_TREE *pc_tree, RD_STATS *best_rdc, in rd_test_partition3()
2900 TokenExtra **tp, MACROBLOCK *x, PC_TREE *pc_tree, in rectangular_partition_search()
3028 PC_TREE *pc_tree, PICK_MODE_CONTEXT *dst_ctxs[SUB_PARTITIONS_AB], in rd_pick_ab_part()
3071 PC_TREE *pc_tree, const int is_ctx_ready[NUM_AB_PARTS][2], in set_mode_search_ctx()
3096 const MB_MODE_INFO **dst_mode, const PC_TREE *pc_tree) { in copy_partition_mode_from_pc_tree()
3105 const MB_MODE_INFO **mode_cache, const PC_TREE *pc_tree, in set_mode_cache_for_partition_ab()
3140 PC_TREE *pc_tree, PartitionSearchState *part_search_state, in ab_partitions_search()
[all …]
Dcontext_tree.c145 PC_TREE *pc_tree = NULL; in av1_alloc_pc_tree_node() local
180 void av1_free_pc_tree_recursive(PC_TREE *pc_tree, int num_planes, int keep_best, in av1_free_pc_tree_recursive()
Dpartition_strategy.c1679 const PC_TREE *pc_tree, PARTITION_TYPE rect_part, in evaluate_ab_partition_based_on_split()
1711 const PC_TREE *pc_tree, int pb_source_variance, in av1_prune_ab_partitions()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c2227 int output_enabled, BLOCK_SIZE bsize, PC_TREE *pc_tree) { in encode_sb()
2566 BLOCK_SIZE bsize, PC_TREE *pc_tree) { in encode_sb_rt()
2636 int do_recon, PC_TREE *pc_tree) { in rd_use_partition()
3309 const PC_TREE *const pc_tree, in ml_prune_rect_partition()
3448 PC_TREE *const pc_tree, in ml_predict_var_rd_paritioning()
3783 const PC_TREE *const pc_tree, MODE_INFO **mi_grid_visible, in store_superblock_info()
3950 PC_TREE *pc_tree) { in rd_pick_partition()
4714 int mi_col, BLOCK_SIZE bsize, PC_TREE *pc_tree) { in fill_mode_info_sb()
4771 static void pred_pixel_ready_reset(PC_TREE *pc_tree, BLOCK_SIZE bsize) { in pred_pixel_ready_reset()
4859 int64_t best_rd, PC_TREE *pc_tree) { in nonrd_pick_partition()
[all …]
Dvp9_encoder.h392 PC_TREE *pc_tree; member