Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/mediatek/vcodec/vdec/
Dvdec_vp9_req_lat_if.c550 unsigned int max_sb_h; in vdec_vp9_slice_alloc_working_buffer() local
584 max_sb_h = DIV_ROUND_UP(max_h, 64); in vdec_vp9_slice_alloc_working_buffer()
592 size = (max_sb_w * max_sb_h + 2) * 576; in vdec_vp9_slice_alloc_working_buffer()
601 size = (max_sb_w * max_sb_h * 32) + 256; in vdec_vp9_slice_alloc_working_buffer()