Hi,
I give you additional information as below.
1) Video encoder
A. SAF7113H (Philips)
i. Please check Table 6. (Vertical Timing of SAF7113)
B. FPGA (ITU656, Color bar pattern generator)
i. The pattern was implemented by me and referenced by Table 6.
2) ADV212 Programming parameters (Source code capture)
A. Set Encoding Parameters
B. // Ref: ADV212 JPEG2000 Programming Guide
C. *STAGE = 0x0005; // high
D. *IADDR = 0x7f00; // low
E. // High 16bit First
F. *IDATA = 0x0000; // Video Standard: NTSC 4:2:2, Precision: 8-Bit
G. *IDATA = 0x0503; // No of Wavelet Transform Lev: 5-Level, Component Pol: Unipolar CY
H. IDATA = 0x0300; // Code Block Dim: 12832, Wavelet Kernel: Irreversible 9x7 using fixed table(lossy)
I. *IDATA = 0x0000; // All Capture, Do not output attribute data
J. Target size per video field or image within 5% of RCVAL
K. // Target size
L. *IDATA = 0x0100;
M. *IDATA = _dataRate;
N.
O. *IDATA = 0x0001; // JPEG2K Progression Style: LRCP, VCLK polarity
P. *IDATA = _quanFactor | 0x0001; // Q Factor: 256/256, J2C format
I do not have the compressed data by the ADV212 yet but I could send you it within couple of days.
Hyun