Commit 6e860438 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

docs: refresh non-BE sample output block to current format

parent a6cb5f50
Loading
Loading
Loading
Loading
Loading
+27 −10
Original line number Diff line number Diff line
@@ -166,7 +166,8 @@ No of tests :
    REND : 911
    ISAR_ENC : 1032
    ISAR : 1252
Analysing tests for ENC   (374 tests)
Analysing tests for ENC  (374 tests):
---------------------------

##########################################################
<ENC> Total Frames: 3074220
@@ -180,8 +181,10 @@ Analysing tests for ENC (374 tests)
<ENC> max absolute diff = 0.0, sample range (-32768, 32767)
##########################################################

MLD Corridor passed for ENC with max MLD diff of 0.0
Analysing tests for DEC   (638 tests)
[ENC] OK (ERRORS=0, BE=374, NON-BE=0, MLD CORRIDOR FAILURES=0)

Analysing tests for DEC  (638 tests):
---------------------------

##########################################################
<DEC> Total Frames: 5079252
@@ -195,8 +198,10 @@ Analysing tests for DEC (638 tests)
<DEC> max absolute diff = 0.0, sample range (-32768, 32767)
##########################################################

MLD Corridor passed for DEC with max MLD diff of 0.0
Analysing tests for REND   (911 tests)
[DEC] OK (ERRORS=0, BE=638, NON-BE=0, MLD CORRIDOR FAILURES=0)

Analysing tests for REND  (911 tests):
---------------------------

##########################################################
<REND> Total Frames: 5576907
@@ -210,8 +215,10 @@ Analysing tests for REND (911 tests)
<REND> max absolute diff = 0.0, sample range (-32768, 32767)
##########################################################

MLD Corridor passed for REND with max MLD diff of 0.0
Analysing tests for ISAR_ENC   (1032 tests)
[REND] OK (ERRORS=0, BE=911, NON-BE=0, MLD CORRIDOR FAILURES=0)

Analysing tests for ISAR_ENC  (1032 tests):
---------------------------

##########################################################
<ISAR_ENC> Total Frames: 2125956
@@ -225,8 +232,10 @@ Analysing tests for ISAR_ENC (1032 tests)
<ISAR_ENC> max absolute diff = 0.0, sample range (-32768, 32767)
##########################################################

MLD Corridor passed for ISAR_ENC with max MLD diff of 0.0
Analysing tests for ISAR   (1252 tests)
[ISAR_ENC] OK (ERRORS=0, BE=1032, NON-BE=0, MLD CORRIDOR FAILURES=0)

Analysing tests for ISAR  (1252 tests):
---------------------------

##########################################################
<ISAR> Total Frames: 2590956
@@ -240,7 +249,15 @@ Analysing tests for ISAR (1252 tests)
<ISAR> max absolute diff = 0.0, sample range (-32768, 32767)
##########################################################

MLD Corridor passed for ISAR with max MLD diff of 0.0
[ISAR] OK (ERRORS=0, BE=1252, NON-BE=0, MLD CORRIDOR FAILURES=0)

Summary of results:
---------------------
[ENC] OK
[DEC] OK
[REND] OK
[ISAR_ENC] OK
[ISAR] OK
</code></pre>
</details>