Commit 086ae4ca authored by norvell's avatar norvell
Browse files

Add MLD, SSNR and ODG to COMPARE_DMX jobs

parent 0025eaa5
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -403,9 +403,9 @@ stages:
    - if [ "$ENCODER_TEST" = "true" ]; then comp_args="${comp_args} --enc_stats"; fi
    - if [ "$DELTA_ODG" = "true" ]; then comp_args="${comp_args} --odg_bin"; summary_args="${summary_args} DELTA_ODG"; REPORT_ARG="--delta_odg"; fi

    # DMX comparison only in manual job with no other metrics
    # DMX comparison only in manual job with MLD, SSNR and ODG
    - if [ "$COMPARE_DMX" = "true" ]; then
    -   comp_args="--compare_enc_dmx"
    -   comp_args="--compare_enc_dmx --mld --ssnr --odg"
    - fi

    - echo "$comp_args"