mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01:00
fix[av1d]: Update hor align to 64 for main 10bit and rga3 use case
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
parent
e09bd94762
commit
0ceb674312
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,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 av1 main 10bit
|
||||
}
|
||||
|
||||
static RK_U32 rkv_len_align(RK_U32 val)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue