mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 02:40:39 +01:00
fix[h264d]: Update hor align to 64 for high10 and rga3 use case
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
parent
1657afa00f
commit
10c14ab410
3 changed files with 3 additions and 3 deletions
|
|
@ -229,7 +229,7 @@ static RK_U32 rkv_ver_align(RK_U32 val)
|
|||
|
||||
static RK_U32 rkv_hor_align(RK_U32 val)
|
||||
{
|
||||
return MPP_ALIGN(val, 16);
|
||||
return MPP_ALIGN(val, 64); // align to 64 for h264 high10
|
||||
}
|
||||
|
||||
static RK_U32 rkv_hor_align_256_odds(RK_U32 val)
|
||||
|
|
|
|||
|
|
@ -329,7 +329,7 @@ static RK_U32 rkv_ver_align(RK_U32 val)
|
|||
|
||||
static RK_U32 rkv_hor_align(RK_U32 val)
|
||||
{
|
||||
return MPP_ALIGN(val, 16);
|
||||
return MPP_ALIGN(val, 64); // align to 64 for h264 high10
|
||||
}
|
||||
|
||||
static RK_U32 rkv_hor_align_256_odds(RK_U32 val)
|
||||
|
|
|
|||
|
|
@ -335,7 +335,7 @@ static RK_U32 rkv_ver_align(RK_U32 val)
|
|||
|
||||
static RK_U32 rkv_hor_align(RK_U32 val)
|
||||
{
|
||||
return MPP_ALIGN(val, 16);
|
||||
return MPP_ALIGN(val, 64); // align to 64 for h264 high10
|
||||
}
|
||||
|
||||
static RK_U32 rkv_hor_align_256_odds(RK_U32 val)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue