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_block.h77 BLOCK_SIZE min_partition_size; member
Dvp9_encodeframe.c2100 static const BLOCK_SIZE min_partition_size[BLOCK_SIZES] = { variable
2202 min_size = min_partition_size[min_size]; in rd_auto_partition_range()
2279 min_size = min_partition_size[min_size]; in set_partition_range()
2369 BLOCK_SIZE min_size = x->min_partition_size; in rd_pick_partition()
2846 &x->min_partition_size, in encode_rd_sb_row()
3090 bsize >= x->min_partition_size); in nonrd_pick_partition()
3092 bsize > x->min_partition_size) || in nonrd_pick_partition()
3095 bsize > x->min_partition_size) || in nonrd_pick_partition()
3097 do_split &= bsize > x->min_partition_size; in nonrd_pick_partition()
3328 x->min_partition_size = BLOCK_16X16; in nonrd_select_partition()
[all …]
Dvp9_speed_features.c556 x->min_partition_size = sf->default_min_partition_size; in vp9_set_speed_features_framesize_independent()