[isp_tuning] Upgrade the MMF SDK from V4.0.0 to V4.1.0

1. add cv181x pqbin

Change-Id: Idb228131fcfbdc80a0e038abfc255a8f00013dad
This commit is contained in:
wangliang.wang
2023-03-10 00:22:22 +08:00
committed by sam.xiang
parent c437ff95bb
commit 221f3d937b
11 changed files with 357747 additions and 0 deletions

View File

@ -12,6 +12,7 @@ function copyBinToOutFolder()
if [ "$mPATH" != "" ]; then
sdrBin=${mPATH}/${mPRE_BIN_NAME}_sdr.bin
wdrBin=${mPATH}/${mPRE_BIN_NAME}_wdr.bin
sdr_irBin=${mPATH}/${mPRE_BIN_NAME}_sdr_ir.bin
outPath=$1
mkdir -p ${outPath}
@ -23,6 +24,10 @@ function copyBinToOutFolder()
if [ -f "${sdrBin}" ]; then
cp ${sdrBin} ${outPath}/cvi_sdr_bin
fi
if [ -f "${sdr_irBin}" ]; then
cp ${sdr_irBin} ${outPath}/cvi_sdr_ir_bin
fi
fi
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff