Skip to content

Commit

Permalink
fix[vdpu383]: Fix compiler warning
Browse files Browse the repository at this point in the history
Signed-off-by: Hongjin Li <[email protected]>
Change-Id: Ic617c6b77dc7ec1fd44c0819252d7267ffcfd9ff
  • Loading branch information
Hongjin Li committed Apr 19, 2024
1 parent bcd3065 commit 1845e91
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions mpp/hal/rkdec/h264d/hal_h264d_vdpu383.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,6 @@ static RK_U32 rkv_ver_align(RK_U32 val)
return MPP_ALIGN(val, 16);
}

static RK_U32 rkv_hor_align(RK_U32 val)
{
return MPP_ALIGN(val, 16);
}

static RK_U32 rkv_len_align(RK_U32 val)
{
return (2 * MPP_ALIGN(val, 16));
Expand Down
5 changes: 0 additions & 5 deletions mpp/hal/vpu/av1d/hal_av1d_vdpu383.c
Original file line number Diff line number Diff line change
Expand Up @@ -1252,11 +1252,6 @@ static RK_U32 rkv_ver_align(RK_U32 val)
return MPP_ALIGN(val, 8);
}

static RK_U32 rkv_hor_align(RK_U32 val)
{
return MPP_ALIGN(val, 16);
}

static RK_U32 rkv_len_align(RK_U32 val)
{
return (2 * MPP_ALIGN(val, 128));
Expand Down

0 comments on commit 1845e91

Please sign in to comment.