Lines Matching full:testvector
79 if [ -e $VECTOR_PATH/testvector$file.bit ]; then
80 echo Testing testvector$file
82 echo Bitstream file not found: testvector$file.bit
84 if $OPUS_DEMO -d $RATE 1 $VECTOR_PATH/testvector$file.bit tmp.out >> logs_mono.txt 2>&1; then
90 $OPUS_COMPARE -r $RATE $VECTOR_PATH/testvector$file.dec tmp.out >> logs_mono.txt 2>&1
108 if [ -e $VECTOR_PATH/testvector$file.bit ]; then
109 echo Testing testvector$file
111 echo Bitstream file not found: testvector$file
113 if $OPUS_DEMO -d $RATE 2 $VECTOR_PATH/testvector$file.bit tmp.out >> logs_stereo.txt 2>&1; then
119 $OPUS_COMPARE -s -r $RATE $VECTOR_PATH/testvector$file.dec tmp.out >> logs_stereo.txt 2>&1