Loading ci/complexity_measurements/genWebpageData.py +1 −9 Original line number Diff line number Diff line Loading @@ -65,10 +65,6 @@ DISPLAY_IDS = { "worst case enc/dec", "worst case enc", "worst case dec", "worst case codec rs", "worst case enc/dec rs", "worst case enc rs", "worst case dec rs", ], "rom": [ "requirementRom", Loading Loading @@ -101,7 +97,7 @@ DISPLAY_IDS = { } # the -1's are for reference lines DISPLAY_LINE_IDX = { "wmops": [-1, -1, -1, 9, 3, 5, 7, 17, 11, 13, 15], "wmops": [-1, -1, -1, 9, 3, 5, 7], "rom": [-1, 3, 5, 7, 9, 11, 13, 15, 17, 19], "ram": [-1, 3, 5, 7, 8, 10, 12, 13, 15, 17], "wmops_per_op": [1, 2], Loading @@ -120,10 +116,6 @@ LINE_COLORS = { "#FF8000", "#CF4B4B", "#008040", "#40C4FF", "#FFC480", "#CF8080", "#00F040", ], "rom": [ REF_COLORS[0], Loading ci/complexity_measurements/index_complexity.html +0 −4 Original line number Diff line number Diff line Loading @@ -116,13 +116,9 @@ <div class="graph-container" style="clear: both;"> <ul class="legend"> <li style="border-color: #FF8000;"><em>Worst case encoder + decoder performance:</em> Encoder and decoder mode might be different.</li> <li style="border-color: #FFC480;"><em>Worst case encoder + decoder performance (rateswitching):</em> Encoder and decoder mode might be different.</li> <li style="border-color: #0080FF;"><em>Worst case codec performance:</em> Encoder and decoder modes are identical.</li> <li style="border-color: #40C4FF;"><em>Worst case codec performance (rateswitching):</em> Encoder and decoder modes are identical.</li> <li style="border-color: #CF4B4B;"><em>Worst case encoder performance</em> </li> <li style="border-color: #CF8080;"><em>Worst case encoder performance (rateswitching)</em> </li> <li style="border-color: #008040;"><em>Worst case decoder performance</em> </li> <li style="border-color: #00F040;"><em>Worst case decoder performance (rateswitching)</em> </li> <li style="border-color: #000000;"><em>3xEVS Reference</em> </li> <li style="border-color: #666666;"><em>6xEVS Reference</em> </li> <li style="border-color: #AAAAAA;"><em>10xEVS Reference</em> </li> Loading Loading
ci/complexity_measurements/genWebpageData.py +1 −9 Original line number Diff line number Diff line Loading @@ -65,10 +65,6 @@ DISPLAY_IDS = { "worst case enc/dec", "worst case enc", "worst case dec", "worst case codec rs", "worst case enc/dec rs", "worst case enc rs", "worst case dec rs", ], "rom": [ "requirementRom", Loading Loading @@ -101,7 +97,7 @@ DISPLAY_IDS = { } # the -1's are for reference lines DISPLAY_LINE_IDX = { "wmops": [-1, -1, -1, 9, 3, 5, 7, 17, 11, 13, 15], "wmops": [-1, -1, -1, 9, 3, 5, 7], "rom": [-1, 3, 5, 7, 9, 11, 13, 15, 17, 19], "ram": [-1, 3, 5, 7, 8, 10, 12, 13, 15, 17], "wmops_per_op": [1, 2], Loading @@ -120,10 +116,6 @@ LINE_COLORS = { "#FF8000", "#CF4B4B", "#008040", "#40C4FF", "#FFC480", "#CF8080", "#00F040", ], "rom": [ REF_COLORS[0], Loading
ci/complexity_measurements/index_complexity.html +0 −4 Original line number Diff line number Diff line Loading @@ -116,13 +116,9 @@ <div class="graph-container" style="clear: both;"> <ul class="legend"> <li style="border-color: #FF8000;"><em>Worst case encoder + decoder performance:</em> Encoder and decoder mode might be different.</li> <li style="border-color: #FFC480;"><em>Worst case encoder + decoder performance (rateswitching):</em> Encoder and decoder mode might be different.</li> <li style="border-color: #0080FF;"><em>Worst case codec performance:</em> Encoder and decoder modes are identical.</li> <li style="border-color: #40C4FF;"><em>Worst case codec performance (rateswitching):</em> Encoder and decoder modes are identical.</li> <li style="border-color: #CF4B4B;"><em>Worst case encoder performance</em> </li> <li style="border-color: #CF8080;"><em>Worst case encoder performance (rateswitching)</em> </li> <li style="border-color: #008040;"><em>Worst case decoder performance</em> </li> <li style="border-color: #00F040;"><em>Worst case decoder performance (rateswitching)</em> </li> <li style="border-color: #000000;"><em>3xEVS Reference</em> </li> <li style="border-color: #666666;"><em>6xEVS Reference</em> </li> <li style="border-color: #AAAAAA;"><em>10xEVS Reference</em> </li> Loading