Browse Source

soft_3rdpart:wave420l: Add script directory to store running script files

Script directory is added to facilitate the storage of running scripts.

Signed-off-by: samin <samin.guo@starfivetech.com>
samin 2 years ago
parent
commit
7b0785c38e

+ 0 - 2
wave420l/code/enc_1920x1080_8b.sh

@@ -1,2 +0,0 @@
-./w4_enc_test --cfgFileName=./cfg/hevc_fhd_inter_8b_11.cfg --ref_stream_path=./yuv/mix_1920x1080_8b_9frm.yuv
-

+ 0 - 2
wave420l/code/enc_352x288_10b.sh

@@ -1,2 +0,0 @@
-./w4_enc_test --cfgFileName=./cfg/hevc_inter_10b_01.cfg --ref_stream_path=./yuv/BasketballDrive_352x288_10b.yuv
-

+ 0 - 4
wave420l/code/enc_352x288_8b.sh

@@ -1,4 +0,0 @@
-./w4_enc_test --cfgFileName=./cfg/hevc_bg_8b_01.cfg --ref_stream_path=./yuv/BasketballDrive_352x288_8b.yuv
-
-
-

+ 0 - 2
wave420l/code/enc_4096x2160_8b.sh

@@ -1,2 +0,0 @@
-./w4_enc_test --cfgFileName=./cfg/avc_uhd_cavlc_8b_04.cfg --ref_stream_path=./yuv/mix_4096x2160_8b_9frm.yuv
-

+ 0 - 4
wave420l/code/run.sh

@@ -1,4 +0,0 @@
-./w4_enc_test --cfgFileName=./cfg/set1_001A.cfg --ref_stream_path=./yuv/foreman_256x128.yuv
-
-
-

+ 2 - 0
wave420l/code/script/enc_1920x1080_8b.sh

@@ -0,0 +1,2 @@
+./w4_enc_test --cfgFileName=./cfg/hevc_fhd_inter_8b_11.cfg --ref_stream_path=./yuv/mix_1920x1080_8b_9frm.yuv --output=./output/inter_8b_11.cfg.265
+

+ 1 - 1
wave420l/code/enc_256x128.sh → wave420l/code/script/enc_256x128.sh

@@ -1,4 +1,4 @@
-./w4_enc_test --cfgFileName=./cfg/set1_001A.cfg --ref_stream_path=./yuv/foreman_256x128.yuv
+./w4_enc_test --cfgFileName=./cfg/set1_001A.cfg --ref_stream_path=./yuv/foreman_256x128.yuv --output=./output/set1_001A.cfg.265
 
 
 

+ 2 - 0
wave420l/code/script/enc_352x288_10b.sh

@@ -0,0 +1,2 @@
+./w4_enc_test --cfgFileName=./cfg/hevc_inter_10b_01.cfg --ref_stream_path=./yuv/BasketballDrive_352x288_10b.yuv --output=./output/inter_10b_01.cfg.265
+

+ 4 - 0
wave420l/code/script/enc_352x288_8b.sh

@@ -0,0 +1,4 @@
+./w4_enc_test --cfgFileName=./cfg/hevc_bg_8b_01.cfg --ref_stream_path=./yuv/BasketballDrive_352x288_8b.yuv --output=./output/bg_8b_01.cfg.265
+
+
+

+ 2 - 0
wave420l/code/script/enc_4096x2160_8b.sh

@@ -0,0 +1,2 @@
+./w4_enc_test --cfgFileName=./cfg/hevc_uhd_cavlc_8b_04.cfg --ref_stream_path=./yuv/mix_4096x2160_8b_9frm.yuv --output=./output/cavlc_8b_04.cfg.265
+

+ 8 - 0
wave420l/code/script/run.sh

@@ -0,0 +1,8 @@
+#!/bin/sh
+for i in enc*.sh
+do
+	./$i
+done
+
+
+