• Home
  • Raw
  • Download

Lines Matching refs:sms_tree

4155                                         SIMPLE_MOTION_DATA_TREE *sms_tree,  in prune_partitions_after_none()  argument
4209 av1_simple_motion_search_early_term_none(cpi, x, sms_tree, this_rdc, in prune_partitions_after_none()
4217 AV1_COMP *const cpi, MACROBLOCK *x, SIMPLE_MOTION_DATA_TREE *sms_tree, in prune_partitions_after_split() argument
4236 cpi, x, sms_tree, best_rdc->rdcost, part_none_rd, part_split_rd, in prune_partitions_after_split()
4308 PC_TREE *pc_tree, SIMPLE_MOTION_DATA_TREE *sms_tree, in none_partition_search() argument
4390 prune_partitions_after_none(cpi, x, sms_tree, pc_tree->none, in none_partition_search()
4406 SIMPLE_MOTION_DATA_TREE *sms_tree, RD_SEARCH_MACROBLOCK_CONTEXT *x_ctx, in split_partition_search() argument
4472 (sms_tree == NULL) ? NULL : sms_tree->split[idx]; in split_partition_search()
4725 TokenExtra **tp, SIMPLE_MOTION_DATA_TREE *sms_tree, int mi_row, int mi_col, in rd_search_for_fixed_partition() argument
4771 none_partition_search(cpi, td, tile_data, x, pc_tree, sms_tree, &x_ctx, in rd_search_for_fixed_partition()
4829 cpi, td, tile_data, tp, sms_tree->split[idx], next_mi_row, in rd_search_for_fixed_partition()
5435 static inline void set_sms_tree_partitioning(SIMPLE_MOTION_DATA_TREE *sms_tree, in set_sms_tree_partitioning() argument
5437 if (sms_tree == NULL) return; in set_sms_tree_partitioning()
5438 sms_tree->partitioning = partition; in set_sms_tree_partitioning()
5484 SIMPLE_MOTION_DATA_TREE *sms_tree, int64_t *none_rd, in av1_rd_pick_partition() argument
5501 set_sms_tree_partitioning(sms_tree, PARTITION_NONE); in av1_rd_pick_partition()
5597 av1_prune_partitions_before_search(cpi, x, sms_tree, &part_search_state); in av1_rd_pick_partition()
5667 none_partition_search(cpi, td, tile_data, x, pc_tree, sms_tree, &x_ctx, in av1_rd_pick_partition()
5679 split_partition_search(cpi, td, tile_data, tp, x, pc_tree, sms_tree, &x_ctx, in av1_rd_pick_partition()
5705 prune_partitions_after_split(cpi, x, sms_tree, &part_search_state, &best_rdc, in av1_rd_pick_partition()
5802 set_sms_tree_partitioning(sms_tree, pc_tree->partitioning); in av1_rd_pick_partition()