===============================================================================

License Note :

All the HW-SW source codes developed by the authors of the TCSVT paper are
made public subject to the latest GPL licence.

All the source codes developped by other parties (PacketVideo, Xilinx, etc.)
are subject to the original licenses defined by the original owners.

Chun-Jen Tsai
6/24/2014

===============================================================================

Usage of the decoder software:

(1) The input file and output file is hard-coded in 'DecTest.h' by the macros
    'INPUT_FILE_NAME' and 'OUTPUT_FILE_NAME'.  Note that due to a limit of
    the SystemACE deiver, the file names must be less than five characters.

(2) If you need to dump the decoded video files to verify the
    correctness of the decoder, please uncomment the "#define dumpFile"
    statement in 'DecTest.h'.

(3) If you plan to decode a SD resolution video, please change the
    following parameters in 'DecTest.h'.

   1. for the pipeline parallel decoder :

   /* QCIF = 11 , CIF = 22 , SD = 45*/
   #define PICWIDTHINMBS 22

   2. for the wavefront parallel decoder :

   /* QCIF : 9, CIF : 18 , SD : 30 */
   #define ROW_MUTEX_LENGTH 18
   /* CIF : 396 , SD : 1350 */
   #define ALL_MBS_NUM 396

===============================================================================
