[Sample of control files for NEWPRED]

- encoder.ctl	: control file for encoder

- VO0_??.cfg	: config files for encoder
		  4 flags (as below) are inserted just after INTRA shape refresh period.
		  1. NEWPRED enable: 1 - enable, 0 - disabled
		  2. NEWPRED backward message type: 1-ACK, 2-NACK, 3-both
		  3. NEWPRED segment type: 0-Video Packet, 1-VOP
		  4. NEWPRED control file name
		  (1st flag exists only when Version Identifier is Version2, and 
		   other flags exist only when NEWPRED is enabled.)
  [samples]
  VO0_p1.cfg	: NEWPRED=ON (segment type=Video Packet), error tools=ON
  VO0_p0.cfg	: NEWPRED=ON (segment type=Video Packet), error tools=OFF
  VO0_f1.cfg	: NEWPRED=ON (segment type=VOP), error tools=ON
  VO0_f0.cfg	: NEWPRED=ON (segment type=VOP), error tools=OFF
  VO0_x1.cfg	: NEWPRED=OFF, error tools=ON
  VO0_x0.cfg	: NEWPRED=OFF, error tools=OFF

- newpred*.ctl	: control files for selection of reference VOPs
		  In the real systems, the reference VOPs are decided using 
		  the back-channel messages.
		  As this software does not have the mechanism of the 
		  back-channel signaling, this control files indicate the 
		  selection of the reference VOPs.
  [samples for QCIF]
  newpred_N.ctl	: immediately previous VOPs are selected. (segment type=VOP)
  newpred_3N.ctl: immediately previous VOPs are selected. (segment type=Video Pakcet)
  newpred_A.ctl	: three frames away VOPs are selected. (segment type=VOP)
  newpred_3A.ctl: three frames away VOPs are selected. (segment type=Video Pakcet)
  [samples for CIF]
  newpred_Nc.ctl : immediately previous VOPs are selected. (segment type=VOP)
  newpred_5Nc.ctl: immediately previous VOPs are selected. (segment type=Video Pakcet)
  newpred_Ac.ctl : three frames away VOPs are selected. (segment type=VOP)
  newpred_5Ac.ctl: three frames away VOPs are selected. (segment type=Video Pakcet)

--
Shigeru Fukunaga (fukunaga444@oki.co.jp)
Oki Electric Industry Co.,Ltd.
(16-AUG-1999)
