User Tools

Site Tools


square-division_versus_two-sample_interleave

This is an old revision of the document!


Square-division versus two-sample interleave

Or in AVP terminology, Quad vs Interleaving (2SI)

Quad


Quad (Square Division) is the way we started our AVP H.264 contribution. The 4K signal is presented as 4xHD-SDI (up to p30) or 4x3G-SDI (up to p60). Each input is a quarter of the image (quadrant).



As can be seen from the above diagram, each quadrant represents a part of the active 4K picture. There are two main issues that surround using Quad inputs in this way, and they are:

  1. Sync issues between quadrants
  2. Quadrant Order


If the quadrants are out of sync, then you can end up with an image that looks like four separate sources on the screen. The order of the quadrants can be confusing also. The first and last are generally the same (Top left first, bottom right last) However depending on the actual order, the middle two can get mixed up, the two orders are:

Method 1                    Method 2

Top Left                    Top Left
Top Right                   Bottom Left
Bottom Left                 Top Right
Bottom Right                Bottom Right




Two Sample Interleave (2SI)


Two sample interleave (two pixels) is a way of interleaving all of the parts of the image across the frame, still in quadrant format, to alleviate sync issues.

square_division_vs_2_sample_interleave_quad_sdi_vs_2si_fin_002.jpg

The interleaving is done two samples at a time, so from the top left quadrant (1) and the top right quadrant (2) we order the pixels 2×2. Hence the 112211221122 pattern. The same is also performed on quadrants 3 and 4. The two pixel interleave is alternated down the frame on each line.

Quadrant order is still an issue though, in fact more so than the square division quad format. In square division, if your quadrants are out of order, it's really obvious (except on extremely random patterns) it's like a mis-assembled jigsaw. However on 2SI, if you invert say quadrant 1 and 2, the result is quite subtle, and on still or slow moving material, it's not obvious at all. So great care still has to be take to ensure the quadrant order is correct.

The SDI specification now allows for the signalling of the SDI number in the SDI stream. On the AVP, if this SDI numbering is present, you can plug the SDI inputs in using any order, and the AVP HEVC card will work it out (in 2SI mode).

square-division_versus_two-sample_interleave.1479974866.txt.gz · Last modified: 2023/03/09 22:35 (external edit)