Objective decoder conformance testing using PEAQ-ODG
----------------------------------------------------

This directory contains example scripts allowing to check the
conformance of a test decoder implementation according to the PEAQ-ODG
tests 3.* - 8.*, that are defined in 26.274. The scripts have been
verified to work properly under Windows/Cygwin and with the AMR-WB+
fix-point decoder (26.273) as test executable. 

List of scripts
---------------
testall.csh        executing all tests

test3.csh -        scripts for execution of test 3.* - 8.*
  test8.csh	   these scripts produce logfiles x.y.log containing
		   PEAQ-ODG results per test item. 

check_criteria.csh helper script checking the PEAQ-ODG output of above
		   scripts against thresholds defined in 26.274. 
		   this script is called from test*.csh and produces
		   result files x.y.res with the indication if the respective test is
		   passed or not. 

Note: Scripts test3.csh - test8.csh need some user specific
adjustments of pathes to reference, test, and other
executables. Please check further in the respective scripts.
