Searched refs:ml_prune_rect_partition (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | speed_features.c | 199 sf->ml_prune_rect_partition = 1; in set_good_speed_features_framesize_independent() 429 sf->ml_prune_rect_partition = 1; in set_rt_speed_features_framesize_independent() 751 sf->ml_prune_rect_partition = 0; in av1_set_speed_features_framesize_independent()
|
D | speed_features.h | 376 int ml_prune_rect_partition; member
|
D | encodeframe.c | 2676 static void ml_prune_rect_partition(const AV1_COMP *const cpi, in ml_prune_rect_partition() function 3568 if (cpi->sf.ml_prune_rect_partition && !frame_is_intra_only(cm) && in rd_pick_partition() 3572 ml_prune_rect_partition(cpi, x, bsize, best_rdc.rdcost, cur_none_rd, in rd_pick_partition()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 3297 static void ml_prune_rect_partition(VP9_COMP *const cpi, MACROBLOCK *const x, in ml_prune_rect_partition() function 4078 ml_prune_rect_partition(cpi, x, bsize, pc_tree, &partition_horz_allowed, in rd_pick_partition()
|