Home
last modified time | relevance | path

Searched refs:max_partition_size (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h78 BLOCK_SIZE max_partition_size; member
Dvp9_encodeframe.c2108 static const BLOCK_SIZE max_partition_size[BLOCK_SIZES] = { variable
2203 max_size = max_partition_size[max_size]; in rd_auto_partition_range()
2280 max_size = max_partition_size[max_size]; in set_partition_range()
2370 BLOCK_SIZE max_size = x->max_partition_size; in rd_pick_partition()
2847 &x->max_partition_size); in encode_rd_sb_row()
3089 partition_none_allowed &= (bsize <= x->max_partition_size && in nonrd_pick_partition()
3091 partition_horz_allowed &= ((bsize <= x->max_partition_size && in nonrd_pick_partition()
3094 partition_vert_allowed &= ((bsize <= x->max_partition_size && in nonrd_pick_partition()
3327 x->max_partition_size = BLOCK_32X32; in nonrd_select_partition()
3333 x->max_partition_size = BLOCK_32X32; in nonrd_select_partition()
[all …]
Dvp9_speed_features.c557 x->max_partition_size = sf->default_max_partition_size; in vp9_set_speed_features_framesize_independent()
Dvp9_rd.c469 block_size < x->max_partition_size); in vp9_mv_pred()