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:

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


or:

Top Left
Bottom Left
Top 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

In the above example it can be seen that the interleave is only across the top two quadrants, and the bottom two quadrants (so no top to bottom interleaving).

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.

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.

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