Initial implementation of the conformance script for frame based MLD
First draft of conformance script, supports IVAS Encoder, Decoder and Renderer tests
- MLD Per frame is generated and stored for all tests for analysis at the end
- Bitdiff, RMS diff and MLD for each file is dumped to a csv
- Option for selective runs and filter tests based on strings
Renderer Tests:-
PYTHONPATH=scripts python scripts/ivas_conformance/runConformance.py --testvecDir $PWD/testvec --ref_build_path=build_debug --cut_build_path=build --test-mode=REND
Decoder Tests:-
PYTHONPATH=scripts python scripts/ivas_conformance/runConformance.py --testvecDir $PWD/testvec --ref_build_path=build_debug --cut_build_path=build --test-mode=DEC
Encoder Tests:-
PYTHONPATH=scripts python scripts/ivas_conformance/runConformance.py --testvecDir $PWD/testvec --ref_build_path=build_debug --cut_build_path=build --test-mode=ENCEdited  by Ripinder Singh