mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-22 08:39:23 +08:00
fix[hal_av1d_vdpu]: change rkv_hor_align to 16 align
Fix checksum mismatch for CtsMediaV2TestCases: android.mediav2.cts.CodecDecoderTest# testSimpleDecode[0_c2.rk.av1.decoder_video/av01] Change-Id: Ib46cd4a05b76c5b76ea63e912051cca816582239 Signed-off-by: shine.liu <shine.liu@rock-chips.com>
This commit is contained in:
@@ -116,7 +116,7 @@ static RK_U32 rkv_ver_align(RK_U32 val)
|
||||
|
||||
static RK_U32 rkv_hor_align(RK_U32 val)
|
||||
{
|
||||
return MPP_ALIGN(val, 8);
|
||||
return MPP_ALIGN(val, 16);
|
||||
}
|
||||
|
||||
static RK_U32 rkv_len_align(RK_U32 val)
|
||||
|
Reference in New Issue
Block a user