[mpi_enc_test]: add slt testcase

slt verify file:
mpi_enc_test -w 4096 -h 2304 -t 7  -slt enc_xxx.verify -n 5
mpi_dec_test -i <inputfile>  -t 7  -slt dec_xxx.verify -n 5

Change-Id: I528fcd8d1adf8821c1555790cd8482108f219fdc
Signed-off-by: Hongjin Li <vic.hong@rock-chips.com>
This commit is contained in:
Hongjin Li
2022-01-24 14:23:56 +08:00
committed by Herman Chen
parent 986219e2d1
commit 8c13cd93b0
8 changed files with 208 additions and 27 deletions

View File

@@ -30,7 +30,8 @@ typedef struct OptionInfo_t {
typedef struct data_crc_t {
RK_U32 len;
RK_U32 sum;
RK_U32 sum_cnt;
RK_ULONG *sum;
RK_U32 vor; // value of the xor
} DataCrc;