MB_UNIT_LEN
return HW_MB_STORE_SZ * (width/MB_UNIT_LEN) * (height/MB_UNIT_LEN);
int unit_size = (width / MB_UNIT_LEN) * (height / MB_UNIT_LEN) + 8;