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:
nyanmisaka 2024-04-09 18:24:53 +08:00
parent e09bd94762
commit 0ceb674312

View file

@ -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)