Home
last modified time | relevance | path

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

/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.h90 u8 max_cu_size; member
H A Dallegro-core.c250 int max_cu_size; member
1258 param->max_cu_size = channel->max_cu_size; in fill_create_channel_param()
1807 channel->max_cu_size - channel->min_cu_size; in allegro_hevc_write_sps()
1818 sps->strong_intra_smoothing_enabled_flag = channel->max_cu_size > 4; in allegro_hevc_write_sps()
2717 channel->max_cu_size = ilog2(16); in allegro_channel_adjust()
2726 channel->max_cu_size = ilog2(32); in allegro_channel_adjust()
H A Dallegro-mail.c162 FIELD_PREP(GENMASK(8, 0), param->max_cu_size); in allegro_encode_config_blob()