Searched refs:max_sb_h (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c941 u32 max_sb_w, max_sb_h, max_w, max_h, w, h; local
970 max_sb_h = DIV_ROUND_UP(max_h, 128);
975 instance->mv[i].size = max_sb_w * max_sb_h * SZ_1K;
982 instance->seg[i].size = max_sb_w * max_sb_h * 512;
H A Dvdec_vp9_req_lat_if.c548 unsigned int max_sb_h; local
582 max_sb_h = DIV_ROUND_UP(max_h, 64);
590 size = (max_sb_w * max_sb_h + 2) * 576;
599 size = (max_sb_w * max_sb_h * 32) + 256;

Completed in 109 milliseconds