Home
last modified time | relevance | path

Searched refs:min_partition_size (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h253 BLOCK_SIZE min_partition_size; member
Dvp9_speed_features.c265 sf->min_partition_size = BLOCK_8X8; in set_rt_speed_feature()
354 sf->min_partition_size = BLOCK_4X4; in vp9_set_speed_features()
Dvp9_encodeframe.c1702 static const BLOCK_SIZE min_partition_size[BLOCK_SIZES] = { variable
1796 min_size = min_partition_size[min_size]; in rd_auto_partition_range()
1864 min_size = min_partition_size[min_size]; in auto_partition_range()
1925 min_size = min_partition_size[min_size]; in set_partition_range()
2016 BLOCK_SIZE min_size = cpi->sf.min_partition_size; in rd_pick_partition()
2497 &sf->min_partition_size, in encode_rd_sb_row()
2519 &sf->min_partition_size, in encode_rd_sb_row()
2718 bsize >= sf->min_partition_size); in nonrd_pick_partition()
2720 bsize > sf->min_partition_size) || in nonrd_pick_partition()
2723 bsize > sf->min_partition_size) || in nonrd_pick_partition()
[all …]