Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_g2_hevc_dec.c164 u32 pic_width_aligned, pic_height_aligned; in set_params() local
183 pic_width_aligned = ALIGN(sps->pic_width_in_luma_samples, max_ctb_size); in set_params()
186 partial_ctb_x = !!(sps->pic_width_in_luma_samples != pic_width_aligned); in set_params()