Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/verisilicon/
H A Drockchip_vpu981_hw_av1_dec.c1598 int cur_mi_rows = DIV_ROUND_UP(frame->frame_height_minus_1 + 1, 8); in rockchip_vpu981_av1_dec_set_other_frames() local
1625 lst_mi_rows == cur_mi_rows && !lst_intra_only) { in rockchip_vpu981_av1_dec_set_other_frames()
1640 if (bwd_mi_cols == cur_mi_cols && bwd_mi_rows == cur_mi_rows && in rockchip_vpu981_av1_dec_set_other_frames()
1655 if (alt2_mi_cols == cur_mi_cols && alt2_mi_rows == cur_mi_rows && in rockchip_vpu981_av1_dec_set_other_frames()
1671 if (alt_mi_cols == cur_mi_cols && alt_mi_rows == cur_mi_rows && in rockchip_vpu981_av1_dec_set_other_frames()
1686 if (lst2_mi_cols == cur_mi_cols && lst2_mi_rows == cur_mi_rows && in rockchip_vpu981_av1_dec_set_other_frames()