Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_if.c23 #define MB_UNIT_LEN 16 macro
136 return HW_MB_STORE_SZ * (width/MB_UNIT_LEN) * (height/MB_UNIT_LEN); in get_mv_buf_size()
H A Dvdec_h264_req_common.c307 int unit_size = (width / MB_UNIT_LEN) * (height / MB_UNIT_LEN) + 8; in mtk_vdec_h264_get_mv_buf_size()
H A Dvdec_h264_req_common.h23 #define MB_UNIT_LEN 16 macro