Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/platform/allegro-dvt/
Dallegro-mail.h68 u32 temporal_mvp_enable; member
Dallegro-core.c232 bool temporal_mvp_enable; member
1237 param->temporal_mvp_enable = channel->temporal_mvp_enable; in fill_create_channel_param()
1817 sps->sps_temporal_mvp_enabled_flag = channel->temporal_mvp_enable; in allegro_hevc_write_sps()
2705 channel->temporal_mvp_enable = true; in allegro_channel_adjust()
Dallegro-mail.c115 val |= param->temporal_mvp_enable ? BIT(20) : 0; in allegro_encode_config_blob()