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.h100 BLOCK_SIZE max_partition_size; member
Dvp9_encodeframe.c2576 static const BLOCK_SIZE max_partition_size[BLOCK_SIZES] = { variable
2665 max_size = max_partition_size[max_size]; in rd_auto_partition_range()
2741 max_size = max_partition_size[max_size]; in set_partition_range()
2904 BLOCK_SIZE max_size = x->max_partition_size; in rd_pick_partition()
3403 &x->min_partition_size, &x->max_partition_size); in encode_rd_sb_row()
3658 (bsize <= x->max_partition_size && bsize >= x->min_partition_size); in nonrd_pick_partition()
3660 ((bsize <= x->max_partition_size && bsize > x->min_partition_size) || in nonrd_pick_partition()
3663 ((bsize <= x->max_partition_size && bsize > x->min_partition_size) || in nonrd_pick_partition()
3882 x->max_partition_size = BLOCK_32X32; in nonrd_select_partition()
3888 x->max_partition_size = BLOCK_32X32; in nonrd_select_partition()
[all …]
Dvp9_rd.c497 (cpi->sf.adaptive_motion_search && block_size < x->max_partition_size); in vp9_mv_pred()
Dvp9_speed_features.c800 x->max_partition_size = sf->default_max_partition_size; in vp9_set_speed_features_framesize_independent()