AJA NTV2 SDK  18.0.0.2122
NTV2 SDK 18.0.0.2122
ntv2testpatterngen.cpp File Reference

Contains the implementation of the NTV2TestPatternGen class. More...

#include "ntv2utils.h"
#include "ntv2testpatterngen.h"
#include "ntv2transcode.h"
#include "ntv2resample.h"
#include "ajabase/system/debug.h"
#include "ajabase/common/common.h"
#include "math.h"
#include <random>
Include dependency graph for ntv2testpatterngen.cpp:

Go to the source code of this file.

Classes

struct  SegmentDescriptor
 
struct  SegmentTestPatternData
 
struct  AJA_RGB16BitPixel
 
class  HDRTPGeometry
 

Macros

#define TPGFAIL(__x__)   AJA_sERROR (AJA_DebugUnit_VideoGeneric, AJAFUNC << ": " << __x__)
 
#define TPGWARN(__x__)   AJA_sWARNING(AJA_DebugUnit_VideoGeneric, AJAFUNC << ": " << __x__)
 
#define TPGNOTE(__x__)   AJA_sNOTICE (AJA_DebugUnit_VideoGeneric, AJAFUNC << ": " << __x__)
 
#define TPGINFO(__x__)   AJA_sINFO (AJA_DebugUnit_VideoGeneric, AJAFUNC << ": " << __x__)
 
#define TPGDBUG(__x__)   AJA_sDEBUG (AJA_DebugUnit_VideoGeneric, AJAFUNC << ": " << __x__)
 
#define AsUBytePtr(__p__)   reinterpret_cast<UByte*>(__p__)
 
#define AsWordPtr(__p__)   reinterpret_cast<int16_t*>(__p__)
 
#define AsRGB16Ptr(__p__)   reinterpret_cast<AJA_RGB16BitPixel*>(__p__)
 
#define AsULWordPtr(__p__)   reinterpret_cast<ULWord*>(__p__)
 
#define AsUInt8Ptr(__p__)   reinterpret_cast<uint8_t*>(__p__)
 
#define AsUInt16Ptr(__p__)   reinterpret_cast<uint16_t*>(__p__)
 

Typedefs

typedef map< NTV2TestPatternSelect, string > TPStringMap
 
typedef pair< NTV2TestPatternSelect, string > TPStringPair
 
typedef TPStringMap::const_iterator TPStringMapConstIter
 
typedef map< string, NTV2TestPatternSelectStringTPMap
 
typedef pair< string, NTV2TestPatternSelectStringTPPair
 
typedef StringTPMap::const_iterator StringTPMapConstIter
 
typedef map< ULWord, string > RGBStringMap
 
typedef pair< ULWord, string > RGBStringPair
 
typedef RGBStringMap::const_iterator RGBStringMapConstIter
 
typedef map< string, ULWordStringRGBMap
 
typedef pair< string, ULWordStringRGBPair
 
typedef StringRGBMap::const_iterator StringRGBMapConstIter
 

Functions

static const size_t sNumPatterns (sizeof(NTV2TestPatternSegments)/sizeof(SegmentTestPatternData))
 
static TPStringMapCreateTPStringMap (TPStringMap &outMap)
 
static StringTPMapCreateStringTPMap (StringTPMap &outMap)
 
static RGBStringMapCreateRGBStringMap (RGBStringMap &outMap)
 
static StringRGBMapCreateStringRGBMap (StringRGBMap &outMap)
 
static uint16_t MakeSineWaveVideoEx (const double radians, const bool bChroma, const double Gain)
 
uint16_t clamp10 (int v)
 
static AJA_RGB16BitPixeladdToBuffer (AJA_RGB16BitPixel *buffer, const AJA_RGB16BitPixel &value, const uint32_t length)
 
static AJA_RGB16BitPixeladdRampToBuffer (AJA_RGB16BitPixel *buffer, const AJA_RGB16BitPixel &value, const uint32_t length, const uint32_t incrementValue)
 
static void ConvertRGBLineTo10BitYCbCr422 (AJA_RGB16BitPixel *lineBuffer, const uint32_t lineLength)
 
static const int kRGBMinChroma12 (0x10)
 
static const int kRGBMaxChroma12 (0xFEF)
 
static const double kRGBSpanChroma12 (double(kRGBMaxChroma12) - double(kRGBMinChroma12))
 
static const double kRGBTotalChroma12 (double(kRGBMaxChroma12)+double(kRGBMinChroma12))
 
static const double kPi (3.1415926535898)
 
static uint32_t MakeSineWaveVideo (const double radians, const double Gain)
 

Variables

const uint16_t NumTestPatternSegments = 8
 
const uint16_t AJA_NUM_STANDARDS = 6
 
static const uint32_t ColorBars100_1080_0 []
 
static const uint32_t ColorBars100_720_0 []
 
static const uint32_t ColorBars100_486_0 []
 
static const uint32_t ColorBars100_576_0 []
 
static const uint32_t ColorBars75_1080_0 []
 
static const uint32_t ColorBars75_720_0 []
 
static const uint32_t ColorBars75_486_0 []
 
static const uint32_t ColorBars75_576_0 []
 
static const uint32_t Ramp_1080_0 []
 
static const uint32_t Ramp_720_0 []
 
static const uint32_t Ramp_486_0 []
 
static const uint32_t Ramp_576_0 []
 
static const uint32_t Multiburst_1080_0 []
 
static const uint32_t Multiburst_720_0 []
 
static const uint32_t Multiburst_486_0 []
 
static const uint32_t Multiburst_576_0 []
 
static const uint32_t LineSweep_1080_0 []
 
static const uint32_t LineSweep_1080_1 []
 
static const uint32_t LineSweep_1080_2 []
 
static const uint32_t LineSweep_720_0 []
 
static const uint32_t LineSweep_720_1 []
 
static const uint32_t LineSweep_720_2 []
 
static const uint32_t LineSweep_486_0 []
 
static const uint32_t LineSweep_486_1 []
 
static const uint32_t LineSweep_576_0 []
 
static const uint32_t LineSweep_576_1 []
 
static const uint32_t Pathological_1080_0 []
 
static const uint32_t Pathological_1080_1 []
 
static const uint32_t Pathological_1080_2 []
 
static const uint32_t Pathological_1080_3 []
 
static const uint32_t Pathological_1080_4 []
 
static const uint32_t Pathological_720_0 []
 
static const uint32_t Pathological_720_1 []
 
static const uint32_t Pathological_720_2 []
 
static const uint32_t Pathological_486_0 []
 
static const uint32_t Pathological_486_1 []
 
static const uint32_t Pathological_576_0 []
 
static const uint32_t Pathological_576_1 []
 
static const uint32_t FlatField_1080_0 []
 
static const uint32_t FlatField_720_0 []
 
static const uint32_t FlatField_486_0 []
 
static const uint32_t FlatField_576_0 []
 
static const uint32_t FlatField_Pluge_1080_0 []
 
static const uint32_t FlatField_Pluge_720_0 []
 
static const uint32_t FlatField_Pluge_486_0 []
 
static const uint32_t FlatField_Pluge_576_0 []
 
static const AJA_RGB16BitPixel NarrowWhite100 = { 940*4,940*4,940*4 }
 
static const AJA_RGB16BitPixel NarrowYellow100 = { 64*4,940*4, 940*4}
 
static const AJA_RGB16BitPixel NarrowCyan100 = { 940*4,940*4,64*4 }
 
static const AJA_RGB16BitPixel NarrowGreen100 = { 64<<2,940<<2,64*4 }
 
static const AJA_RGB16BitPixel NarrowMagenta100 = { 940*4,64*4,940*4 }
 
static const AJA_RGB16BitPixel NarrowRed100 = { 64*4,64*4,940*4 }
 
static const AJA_RGB16BitPixel NarrowBlue100 = { 940*4,64*4,64*4 }
 
static const AJA_RGB16BitPixel NarrowWhite75 = { 721*4,721*4,721*4 }
 
static const AJA_RGB16BitPixel NarrowYellow75 = { 64*4,721*4,721*4 }
 
static const AJA_RGB16BitPixel NarrowCyan75 = { 721*4,721*4,64*4 }
 
static const AJA_RGB16BitPixel NarrowGreen75 = { 64*4,721*4,64*4 }
 
static const AJA_RGB16BitPixel NarrowMagenta75 = { 721*4,64*4,721*4 }
 
static const AJA_RGB16BitPixel NarrowRed75 = { 64*4,64*4,721*4 }
 
static const AJA_RGB16BitPixel NarrowBlue75 = { 721*4,64*4,64*4 }
 
static const AJA_RGB16BitPixel NarrowWhite58 = { 572*4,572*4,572*4 }
 
static const AJA_RGB16BitPixel NarrowYellow58 = { 64*4,572*4,572*4 }
 
static const AJA_RGB16BitPixel NarrowCyan58 = { 572*4,572*4,64*4 }
 
static const AJA_RGB16BitPixel NarrowGreen58 = { 64*4,572*4,64*4 }
 
static const AJA_RGB16BitPixel NarrowMagenta58 = { 572*4,64*4,572*4 }
 
static const AJA_RGB16BitPixel NarrowRed58 = { 64*4,64*4,572*4 }
 
static const AJA_RGB16BitPixel NarrowBlue58 = { 572*4,64*4,64*4 }
 
static const AJA_RGB16BitPixel NarrowGrey40 = { 414*4,414*4,414*4 }
 
static const AJA_RGB16BitPixel NarrowStepMinus7 = { 4*4,4*4,4*4 }
 
static const AJA_RGB16BitPixel NarrowStep0 = { 64*4,64*4,64*4 }
 
static const AJA_RGB16BitPixel NarrowStep10 = { 152*4,152*4,152*4 }
 
static const AJA_RGB16BitPixel NarrowStep20 = { 239*4,239*4,239*4 }
 
static const AJA_RGB16BitPixel NarrowStep30 = { 327*4,327*4,327*4 }
 
static const AJA_RGB16BitPixel NarrowStep40 = { 414*4,414*4,414*4 }
 
static const AJA_RGB16BitPixel NarrowStep50 = { 502*4,502*4,502*4 }
 
static const AJA_RGB16BitPixel NarrowStep60 = { 590*4,590*4,590*4 }
 
static const AJA_RGB16BitPixel NarrowStep70 = { 677*4,677*4,677*4 }
 
static const AJA_RGB16BitPixel NarrowStep80 = { 765*4,765*4,765*4 }
 
static const AJA_RGB16BitPixel NarrowStep90 = { 852*4,852*4,852*4 }
 
static const AJA_RGB16BitPixel NarrowStep100 = { 940*4,940*4,940*4 }
 
static const AJA_RGB16BitPixel NarrowStep109 = { 1019*4,1019*4,1019*4 }
 
static const AJA_RGB16BitPixel NarrowYellow75_709 = { 316*4,719*4,713*4 }
 
static const AJA_RGB16BitPixel NarrowCyan75_709 = { 718*4,709*4,538*4 }
 
static const AJA_RGB16BitPixel NarrowGreen75_709 = { 296*4,706*4,512*4 }
 
static const AJA_RGB16BitPixel NarrowMagenta75_709 = { 705*4,286*4,651*4 }
 
static const AJA_RGB16BitPixel NarrowRed75_709 = { 164*4,269*4,639*4 }
 
static const AJA_RGB16BitPixel NarrowBlue75_709 = { 702*4,147*4,227*4 }
 
static const AJA_RGB16BitPixel NarrowYellow58_709 = { 381*4,571*4,568*4 }
 
static const AJA_RGB16BitPixel NarrowCyan58_709 = { 571*4,566*4,484*4 }
 
static const AJA_RGB16BitPixel NarrowGreen58_709 = { 368*4,564*4,474*4 }
 
static const AJA_RGB16BitPixel NarrowMagenta58_709 = { 564*4,361*4,536*4 }
 
static const AJA_RGB16BitPixel NarrowRed58_709 = { 256*4,350*4,530*4 }
 
static const AJA_RGB16BitPixel NarrowBlue58_709 = { 562*4,236*4,317*4 }
 
static const AJA_RGB16BitPixel NarrowBlack = { 64*4,64*4,64*4 }
 
static const AJA_RGB16BitPixel NarrowMinus2PercentBlack = { 48*4,48*4,48*4 }
 
static const AJA_RGB16BitPixel Narrow2PercentBlack = { 80*4,80*4, 80*4 }
 
static const AJA_RGB16BitPixel Narrow4PercentBlack = { 99*4,99*4,99*4 }
 
static const AJA_RGB16BitPixel WideWhite100 = { 4095,4095,4095 }
 
static const AJA_RGB16BitPixel WideYellow100 = { 0,4095,4095}
 
static const AJA_RGB16BitPixel WideCyan100 = { 4095,4095,0 }
 
static const AJA_RGB16BitPixel WideGreen100 = { 0,4095,0 }
 
static const AJA_RGB16BitPixel WideMagenta100 = { 4095,0,4095 }
 
static const AJA_RGB16BitPixel WideRed100 = { 0,0,4095 }
 
static const AJA_RGB16BitPixel WideBlue100 = { 4095,0,0 }
 
static const AJA_RGB16BitPixel WideWhite58 = {2375,2375,2375 }
 
static const AJA_RGB16BitPixel WideYellow58 = {0,2375,2375 }
 
static const AJA_RGB16BitPixel WideCyan58 = { 2375,2375,0 }
 
static const AJA_RGB16BitPixel WideGreen58 = { 0,2375,0 }
 
static const AJA_RGB16BitPixel WideMagenta58 = { 2375,0,2375 }
 
static const AJA_RGB16BitPixel WideRed58 = { 0,0,2375 }
 
static const AJA_RGB16BitPixel WideBlue58 = { 2375,0,0 }
 
static const AJA_RGB16BitPixel WideGrey40 = { 1638,1638,1638 }
 
static const AJA_RGB16BitPixel WideStep0 = { 0,0,0 }
 
static const AJA_RGB16BitPixel WideStep10 = { 410,410,410 }
 
static const AJA_RGB16BitPixel WideStep20 = { 819,819,819 }
 
static const AJA_RGB16BitPixel WideStep30 = { 1229,1229,1229 }
 
static const AJA_RGB16BitPixel WideStep40 = { 1638,1638,1638 }
 
static const AJA_RGB16BitPixel WideStep50 = { 2048,2048,2048 }
 
static const AJA_RGB16BitPixel WideStep60 = { 2457,2457,2457 }
 
static const AJA_RGB16BitPixel WideStep70 = { 2867,2867,2867 }
 
static const AJA_RGB16BitPixel WideStep80 = { 3276,3276,3276}
 
static const AJA_RGB16BitPixel WideStep90 = { 3686,3686,3686 }
 
static const AJA_RGB16BitPixel WideStep100 = { 4095,4095,4095 }
 
static const AJA_RGB16BitPixel WideYellow58_709 = { 1480,2370,2356 }
 
static const AJA_RGB16BitPixel WideCyan58_709 = { 2368,2345,1964 }
 
static const AJA_RGB16BitPixel WideGreen58_709 = { 1420,2339,1915}
 
static const AJA_RGB16BitPixel WideMagenta58_709 = { 2336,1389,2206}
 
static const AJA_RGB16BitPixel WideRed58_709 = { 900,1337,2178}
 
static const AJA_RGB16BitPixel WideBlue58_709 = { 2328,805,1184}
 
static const AJA_RGB16BitPixel WideBlack = { 0,0,0 }
 
static const AJA_RGB16BitPixel Wide2PercentBlack = { 82,82, 82 }
 
static const AJA_RGB16BitPixel Wide4PercentBlack = { 164,164,164 }
 
static const SegmentTestPatternData NTV2TestPatternSegments []
 

Detailed Description

Contains the implementation of the NTV2TestPatternGen class.

Definition in file ntv2testpatterngen.cpp.

Macro Definition Documentation

◆ AsRGB16Ptr

#define AsRGB16Ptr (   __p__)    reinterpret_cast<AJA_RGB16BitPixel*>(__p__)

Definition at line 2282 of file ntv2testpatterngen.cpp.

◆ AsUBytePtr

#define AsUBytePtr (   __p__)    reinterpret_cast<UByte*>(__p__)

Definition at line 2280 of file ntv2testpatterngen.cpp.

◆ AsUInt16Ptr

#define AsUInt16Ptr (   __p__)    reinterpret_cast<uint16_t*>(__p__)

Definition at line 2285 of file ntv2testpatterngen.cpp.

◆ AsUInt8Ptr

#define AsUInt8Ptr (   __p__)    reinterpret_cast<uint8_t*>(__p__)

Definition at line 2284 of file ntv2testpatterngen.cpp.

◆ AsULWordPtr

#define AsULWordPtr (   __p__)    reinterpret_cast<ULWord*>(__p__)

Definition at line 2283 of file ntv2testpatterngen.cpp.

◆ AsWordPtr

#define AsWordPtr (   __p__)    reinterpret_cast<int16_t*>(__p__)

Definition at line 2281 of file ntv2testpatterngen.cpp.

◆ TPGDBUG

#define TPGDBUG (   __x__)    AJA_sDEBUG (AJA_DebugUnit_VideoGeneric, AJAFUNC << ": " << __x__)

Definition at line 27 of file ntv2testpatterngen.cpp.

◆ TPGFAIL

#define TPGFAIL (   __x__)    AJA_sERROR (AJA_DebugUnit_VideoGeneric, AJAFUNC << ": " << __x__)

Definition at line 23 of file ntv2testpatterngen.cpp.

◆ TPGINFO

#define TPGINFO (   __x__)    AJA_sINFO (AJA_DebugUnit_VideoGeneric, AJAFUNC << ": " << __x__)

Definition at line 26 of file ntv2testpatterngen.cpp.

◆ TPGNOTE

#define TPGNOTE (   __x__)    AJA_sNOTICE (AJA_DebugUnit_VideoGeneric, AJAFUNC << ": " << __x__)

Definition at line 25 of file ntv2testpatterngen.cpp.

◆ TPGWARN

#define TPGWARN (   __x__)    AJA_sWARNING(AJA_DebugUnit_VideoGeneric, AJAFUNC << ": " << __x__)

Definition at line 24 of file ntv2testpatterngen.cpp.

Typedef Documentation

◆ RGBStringMap

typedef map<ULWord, string> RGBStringMap

Definition at line 2313 of file ntv2testpatterngen.cpp.

◆ RGBStringMapConstIter

typedef RGBStringMap::const_iterator RGBStringMapConstIter

Definition at line 2315 of file ntv2testpatterngen.cpp.

◆ RGBStringPair

typedef pair<ULWord, string> RGBStringPair

Definition at line 2314 of file ntv2testpatterngen.cpp.

◆ StringRGBMap

typedef map<string, ULWord> StringRGBMap

Definition at line 2317 of file ntv2testpatterngen.cpp.

◆ StringRGBMapConstIter

typedef StringRGBMap::const_iterator StringRGBMapConstIter

Definition at line 2319 of file ntv2testpatterngen.cpp.

◆ StringRGBPair

typedef pair<string, ULWord> StringRGBPair

Definition at line 2318 of file ntv2testpatterngen.cpp.

◆ StringTPMap

typedef map<string, NTV2TestPatternSelect> StringTPMap

Definition at line 2309 of file ntv2testpatterngen.cpp.

◆ StringTPMapConstIter

typedef StringTPMap::const_iterator StringTPMapConstIter

Definition at line 2311 of file ntv2testpatterngen.cpp.

◆ StringTPPair

typedef pair<string, NTV2TestPatternSelect> StringTPPair

Definition at line 2310 of file ntv2testpatterngen.cpp.

◆ TPStringMap

typedef map<NTV2TestPatternSelect, string> TPStringMap

Definition at line 2305 of file ntv2testpatterngen.cpp.

◆ TPStringMapConstIter

typedef TPStringMap::const_iterator TPStringMapConstIter

Definition at line 2307 of file ntv2testpatterngen.cpp.

◆ TPStringPair

typedef pair<NTV2TestPatternSelect, string> TPStringPair

Definition at line 2306 of file ntv2testpatterngen.cpp.

Function Documentation

◆ addRampToBuffer()

static AJA_RGB16BitPixel* addRampToBuffer ( AJA_RGB16BitPixel buffer,
const AJA_RGB16BitPixel value,
const uint32_t  length,
const uint32_t  incrementValue 
)
static

Definition at line 3715 of file ntv2testpatterngen.cpp.

◆ addToBuffer()

static AJA_RGB16BitPixel* addToBuffer ( AJA_RGB16BitPixel buffer,
const AJA_RGB16BitPixel value,
const uint32_t  length 
)
static

Definition at line 3708 of file ntv2testpatterngen.cpp.

◆ clamp10()

uint16_t clamp10 ( int  v)
inline

Definition at line 3157 of file ntv2testpatterngen.cpp.

◆ ConvertRGBLineTo10BitYCbCr422()

static void ConvertRGBLineTo10BitYCbCr422 ( AJA_RGB16BitPixel lineBuffer,
const uint32_t  lineLength 
)
static

Definition at line 3730 of file ntv2testpatterngen.cpp.

◆ CreateRGBStringMap()

static RGBStringMap& CreateRGBStringMap ( RGBStringMap outMap)
static

Definition at line 2377 of file ntv2testpatterngen.cpp.

◆ CreateStringRGBMap()

static StringRGBMap& CreateStringRGBMap ( StringRGBMap outMap)
static

Definition at line 2525 of file ntv2testpatterngen.cpp.

◆ CreateStringTPMap()

static StringTPMap& CreateStringTPMap ( StringTPMap outMap)
static

Definition at line 2356 of file ntv2testpatterngen.cpp.

◆ CreateTPStringMap()

static TPStringMap& CreateTPStringMap ( TPStringMap outMap)
static

Definition at line 2329 of file ntv2testpatterngen.cpp.

◆ kPi()

static const double kPi ( 3.  1415926535898)
static

◆ kRGBMaxChroma12()

static const int kRGBMaxChroma12 ( 0xFEF  )
static

◆ kRGBMinChroma12()

static const int kRGBMinChroma12 ( 0x10  )
static

◆ kRGBSpanChroma12()

static const double kRGBSpanChroma12 ( double(kRGBMaxChroma12) - double(kRGBMinChroma12 )
static

◆ kRGBTotalChroma12()

static const double kRGBTotalChroma12 ( double(kRGBMaxChroma12)+double(kRGBMinChroma12 )
static

◆ MakeSineWaveVideo()

static uint32_t MakeSineWaveVideo ( const double  radians,
const double  Gain 
)
static

Definition at line 4190 of file ntv2testpatterngen.cpp.

◆ MakeSineWaveVideoEx()

static uint16_t MakeSineWaveVideoEx ( const double  radians,
const bool  bChroma,
const double  Gain 
)
static

Definition at line 3102 of file ntv2testpatterngen.cpp.

◆ sNumPatterns()

static const size_t sNumPatterns ( sizeof(NTV2TestPatternSegments)/sizeof(SegmentTestPatternData )
static

Currently, we're not cache'ing the results of these several functions. because C++ has no way of specifying the order of static global initialization, and we constantly run into problems with the guard AJALock not being initialized when used in the AJAAutoLock.

Variable Documentation

◆ AJA_NUM_STANDARDS

const uint16_t AJA_NUM_STANDARDS = 6

Definition at line 40 of file ntv2testpatterngen.cpp.

◆ ColorBars100_1080_0

const uint32_t ColorBars100_1080_0[]
static

Definition at line 52 of file ntv2testpatterngen.cpp.

◆ ColorBars100_486_0

const uint32_t ColorBars100_486_0[]
static
Initial value:
=
{
0x20010200, 0x4080040, 0x20014200, 0x1f6800dc, 0x200c4200, 0x3ac8039c, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac,
0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x202eb1f1, 0x3a6667ac, 0x102e3e11, 0x3528a76d,
0x23fd207c, 0x34811348, 0x40d2248, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748,
0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x47d2249, 0x34890f48, 0x1fcd1c98, 0x30554735, 0x219b395c, 0x2a62baad, 0x4fa9a86, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6,
0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6,
0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5aa6, 0x271a9840, 0x2a311aa6, 0x59a45fc, 0x25158270, 0xf490c73, 0x24221242, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642,
0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642,
0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x2423be42, 0x16a908a7, 0x21150a37, 0x24376e35, 0x1aab89b5, 0x3256ab1d, 0x1aadcdaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa,
0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa,
0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3786ab22, 0x1a9b81aa, 0x25366f83, 0x15be697c, 0x3b2525c0, 0x1465cd46, 0x16951bbe, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146,
0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146,
0x3c051969, 0x1465a546, 0x16b51bc0, 0x146efd46, 0x38e519a2, 0x11e9153f, 0x31539f00, 0xa5930b7, 0x1d42939f, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4,
0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3ab291b7, 0xa46eca4,
0x1cb26b49, 0x5dabc7f, 0x230119e4, 0x407e040, 0x20010202, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
}

Definition at line 127 of file ntv2testpatterngen.cpp.

◆ ColorBars100_576_0

const uint32_t ColorBars100_576_0[]
static
Initial value:
=
{
0x20010200, 0x4080040, 0x20014200, 0x1f6800dc, 0x200c4200, 0x3ac8039c, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac,
0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x202eb1f1, 0x3a6667ac, 0x102e3e11, 0x3528a76d,
0x23fd207c, 0x34811348, 0x40d2248, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748,
0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x40d2249, 0x34892748, 0x249d2040, 0x34810348, 0x47d2249, 0x34890f48, 0x1fcd1c98, 0x30554735, 0x219b395c, 0x2a62baad, 0x4fa9a86, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6,
0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6,
0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5ea6, 0x297a9840, 0x2a6102a6, 0x40a9a97, 0x2a6a5aa6, 0x271a9840, 0x2a311aa6, 0x59a45fc, 0x25158270, 0xf490c73, 0x24221242, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642,
0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642,
0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x24235e42, 0xd790889, 0x24222642, 0x89908d7, 0x2423be42, 0x16a908a7, 0x21150a37, 0x24376e35, 0x1aab89b5, 0x3256ab1d, 0x1aadcdaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa,
0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa,
0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3776ab29, 0x1aaca5aa, 0x3296ab77, 0x1aadddaa, 0x3786ab22, 0x1a9b81aa, 0x25366f83, 0x15be697c, 0x3b2525c0, 0x1465cd46, 0x16951bbe, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146,
0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146, 0x3c051969, 0x1465a546, 0x16951bc0, 0x146f0146,
0x3c051969, 0x1465a546, 0x16b51bc0, 0x146efd46, 0x38e519a2, 0x11e9153f, 0x31539f00, 0xa5930b7, 0x1d42939f, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4,
0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3c0291b7, 0xa46dca4, 0x1b7293c0, 0xa4f00a4, 0x3ab291b7, 0xa46eca4,
0x1cb26b49, 0x5dabc7f, 0x230119e4, 0x407e040, 0x20010202, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
}

Definition at line 146 of file ntv2testpatterngen.cpp.

◆ ColorBars100_720_0

const uint32_t ColorBars100_720_0[]
static
Initial value:
=
{
0x20010200, 0x4080040, 0x20010600, 0x1f6800cb, 0x200c8600, 0x3ac803ab, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac,
0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac,
0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac,
0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x1ffeb200, 0x3ac803ac, 0x207eb1b9, 0x38c483a2, 0x87dde15, 0x36d88f6d, 0x229db441, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d,
0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d,
0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d,
0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x229db440, 0x36d1036d, 0x40db629, 0x36d8a76d, 0x228db441, 0x36d2636d, 0x153d65db, 0x3054d72f, 0x8ebca0f, 0x2f299af2, 0x267bc841, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2,
0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2,
0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2,
0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x267bc840, 0x2f2102f2, 0x40bca67, 0x2f299ef2, 0x251bc840, 0x2f210af2,
0x4dba1d9, 0x2bd4d6d2, 0xbdacc5c, 0x2b219eb2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2,
0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2,
0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2,
0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x69ac8a7, 0x2b229eb2, 0xa7ac869, 0x2b21a6b2, 0x91ac8c8, 0x27760ab2, 0x27e7d96b, 0x13aa5575, 0x36f4eb38, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a,
0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a,
0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a,
0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3594eb97, 0x13ae5d3a, 0x3974eb59, 0x13ad653a, 0x3124eb97, 0x12fe7539, 0x3ab46a79, 0xfa78504, 0x19a3ebb9, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa,
0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa,
0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa,
0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x1993ebc0, 0xfaf00fa, 0x3c03e999, 0xfa664fa, 0x19a3ebc0, 0xfaefcfa, 0x3723e9f1, 0xbdab4e7, 0x36824ecb, 0x7f8947f,
0x1d81ffbf, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f,
0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f,
0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f,
0x1d71ffc0, 0x7ff007f, 0x3c01fdd7, 0x7f75c7f, 0x1d71ffc0, 0x7fea87f, 0x3321fdd9, 0x6079075, 0x1f312a8e, 0x4085840, 0x200101fe, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x3ffffc40, 0x0, 0x2749d000, 0x2009b26c, 0x1528a200, 0x65a4a, 0x40ffc40, 0x2e7103ff, 0x4082840, 0x15210218, 0x4080040,
}

Definition at line 96 of file ntv2testpatterngen.cpp.

◆ ColorBars75_1080_0

const uint32_t ColorBars75_1080_0[]
static

Definition at line 167 of file ntv2testpatterngen.cpp.

◆ ColorBars75_486_0

const uint32_t ColorBars75_486_0[]
static
Initial value:
=
{
0x20010200, 0x4080040, 0x20014200, 0x1f6800dc, 0x200c4200, 0x3ac8039c, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac,
0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x201eb1fa, 0x3a7713ac, 0x158de20a, 0x2ba86f19,
0x22da30ec, 0x2862da86, 0xb0a1a36, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86,
0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868da86, 0x21aa18d1, 0x27150e84, 0x1df925b7, 0x20f4be22, 0xcd83650, 0x20d9c60d, 0x271834b0, 0x20d2c20d,
0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d,
0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x259834b0, 0x20b2d20d, 0xc27fe04, 0x1cf63de7, 0x13a70cd5, 0x1c238dc2, 0xe770922, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2,
0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2,
0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c24a9c2, 0x171708f1, 0x1ad52dc0, 0x20062200, 0x151a3d64, 0x2d653eb5, 0x14fc3d4f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f,
0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f,
0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953ede, 0x14fb194f, 0x27153b1d, 0x12acad42, 0x33e449fc, 0x10469d06, 0x18f4134c, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104,
0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104,
0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x34941197, 0x10277d04, 0x26f3bf0a, 0xa1a34c8, 0x20f23700, 0x8bd208b, 0x35022dd1, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b,
0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x34a22dc9, 0x8b7288b,
0x1d322b14, 0x65aa07e, 0x23c135e5, 0x407d841, 0x1ff10206, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
}

Definition at line 242 of file ntv2testpatterngen.cpp.

◆ ColorBars75_576_0

const uint32_t ColorBars75_576_0[]
static
Initial value:
=
{
0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x5080040, 0x20037200, 0x310801f6, 0x200e7200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac,
0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x1faeb200, 0x3ac807ac,
0x20ae9dc4, 0x31956378, 0xecaea1b, 0x2868b68c, 0x236a18b6, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86,
0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x237a18b0, 0x2862c286, 0xb0a1a37, 0x2868de86, 0x236a18b0, 0x28634686, 0x143a121a, 0x2496de71, 0x12f889df, 0x20d9420f, 0x271834cd, 0x20d2c20d,
0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d,
0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb083671, 0x20d9c60d, 0x271834b0, 0x20d2c20d, 0xb483659, 0x1ff8120b, 0x18f79cc2, 0x1c3355cf, 0xe37093a, 0x1c2489c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2,
0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2,
0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2485c2, 0x121708e7, 0x1c239dc2, 0xe770921, 0x1c2489c2, 0x142708e7, 0x1c0441c2, 0x19e6b5b3, 0x16493588, 0x2be54662, 0x14fbc14f, 0x31953ede, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f,
0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f,
0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31953edf, 0x14fb7d4f, 0x2df53f19, 0x14fc654f, 0x31a53ed8, 0x14ea8d4f, 0x23750b23, 0x112cd52a, 0x346419ca, 0x10465504, 0x18f4134f, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104,
0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104, 0x3504118f, 0x10463d04, 0x18f41350, 0x104d4104,
0x3504118f, 0x10463d04, 0x19741350, 0x104d2504, 0x30a409df, 0xc89bcef, 0x3002868d, 0x8b83c8d, 0x1d122f48, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b,
0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bd408b, 0x35022dc9, 0x8b7248b, 0x1c922f50, 0x8bcdc8b, 0x2e2229cd, 0x6576c7e,
0x1ee1366e, 0x4086441, 0x200101fc, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
}

Definition at line 261 of file ntv2testpatterngen.cpp.

◆ ColorBars75_720_0

const uint32_t ColorBars75_720_0[]
static
Initial value:
=
{
0x20010200, 0x4080040, 0x20010600, 0x1f6800cb, 0x200c8600, 0x3ac803ab, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac,
0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac,
0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac,
0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x200eb200, 0x3ac803ac, 0x205eb1ca, 0x32756382, 0xe6b320f, 0x2a286aa2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2,
0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2,
0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2,
0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21fa88b0, 0x2a22c2a2, 0xb0a8a1f, 0x2a287ea2, 0x21ea88b1, 0x2a13caa2, 0x17fa4de4, 0x25459e73, 0xea9160b, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245,
0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245,
0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245,
0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x24d914b0, 0x2452c245, 0xb09164d, 0x24593645, 0x23d914b0, 0x2452ca45,
0xba8f9e3, 0x21d5a22e, 0x10e858c5, 0x21633616, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16,
0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16,
0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16,
0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xcf858fd, 0x2163f616, 0xfd858cf, 0x21633e16, 0xed85916, 0x1e968616, 0x25f62590, 0xfb9c128, 0x3133eeea, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb,
0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb,
0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb,
0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x3033ef31, 0xfbcc4fb, 0x3313ef03, 0xfbc0cfb, 0x2cd3ef31, 0xf4cd8fb, 0x34138e5b, 0xcc7a0d3, 0x1b33334b, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc,
0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc,
0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc,
0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x350331b3, 0xcc6cccc, 0x1b333350, 0xccd40cc, 0x316331f5, 0x9ea04bd, 0x30e1fa99, 0x6f87070,
0x1e21bf4f, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f,
0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f,
0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f,
0x1e11bf50, 0x6fd406f, 0x3501bde1, 0x6f7846f, 0x1e11bf50, 0x6fd006f, 0x2e61bde3, 0x587ac68, 0x1f61226a, 0x4084040, 0x200101fe, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x3ffffc40, 0x0, 0x2749d000, 0x2009b26c, 0x2f4b7a00, 0x5a62f, 0x40ffc40, 0x2e7103ff, 0x4052440, 0x15210218, 0x4080040,
}

Definition at line 211 of file ntv2testpatterngen.cpp.

◆ FlatField_1080_0

const uint32_t FlatField_1080_0[]
static

Definition at line 1206 of file ntv2testpatterngen.cpp.

◆ FlatField_486_0

const uint32_t FlatField_486_0[]
static
Initial value:
=
{
0x20010200, 0x4080040, 0x20012200, 0x11f80090, 0x2006be00, 0x1ff801f7, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff,
0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff,
0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff,
0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff,
0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff,
0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff,
0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff,
0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff,
0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff,
0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff,
0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff,
0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff,
0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff,
0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff,
0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1ff801ff, 0x2007fe00, 0x1af801f7, 0x20047e00, 0x4880090, 0x20010200, 0x4080040,
}

Definition at line 1282 of file ntv2testpatterngen.cpp.

◆ FlatField_576_0

const uint32_t FlatField_576_0[]
static
Initial value:
=
{
0x20010200, 0x4080040, 0x20012200, 0x11b8008e, 0x2006a200, 0x1f6801ee, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1a8801ee, 0x20046e00, 0x488008e, 0x20010200, 0x4080040,
}

Definition at line 1301 of file ntv2testpatterngen.cpp.

◆ FlatField_720_0

const uint32_t FlatField_720_0[]
static
Initial value:
=
{
0x20010200, 0x4080040, 0x20010600, 0x11b80086, 0x2006c200, 0x1f6801f5, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007d600, 0x11b801b0, 0x20021a00, 0x4080041, 0x20010200, 0x3ffffc40, 0x0, 0x2749d000, 0x2009b26c, 0x18f4ee00, 0x8aa54, 0x40ffc40, 0x2e7103ff, 0x4074c40, 0x25a10218, 0x4041040,
}

Definition at line 1251 of file ntv2testpatterngen.cpp.

◆ FlatField_Pluge_1080_0

const uint32_t FlatField_Pluge_1080_0[]
static

Definition at line 1320 of file ntv2testpatterngen.cpp.

◆ FlatField_Pluge_486_0

const uint32_t FlatField_Pluge_486_0[]
static

Definition at line 1464 of file ntv2testpatterngen.cpp.

◆ FlatField_Pluge_576_0

const uint32_t FlatField_Pluge_576_0[]
static

Definition at line 1499 of file ntv2testpatterngen.cpp.

◆ FlatField_Pluge_720_0

const uint32_t FlatField_Pluge_720_0[]
static

Definition at line 1405 of file ntv2testpatterngen.cpp.

◆ LineSweep_1080_0

const uint32_t LineSweep_1080_0[]
static

Definition at line 511 of file ntv2testpatterngen.cpp.

◆ LineSweep_1080_1

const uint32_t LineSweep_1080_1[]
static

Definition at line 555 of file ntv2testpatterngen.cpp.

◆ LineSweep_1080_2

const uint32_t LineSweep_1080_2[]
static

Definition at line 599 of file ntv2testpatterngen.cpp.

◆ LineSweep_486_0

const uint32_t LineSweep_486_0[]
static
Initial value:
=
{
0x20010200, 0x4080040, 0x20012200, 0x11b8008e, 0x2006a200, 0x1f6801ee, 0x2007da00, 0x1f6801f6, 0x2027e602, 0x21f85604, 0x25493615, 0x2da9528e, 0x2b5ca2b5, 0x395c4369, 0x34bea710, 0x39ed2faa, 0x378e1778, 0x331e7361, 0x3b5bdb9c, 0x266ed6b2, 0x3c0853c0, 0x16cee9c0, 0x3a3473ba, 0x96e8cd4, 0x37919f79, 0x40cf04a, 0x2ed12f3c, 0xa3bb46d, 0x28f3b28f, 0x1aa89d46, 0x1b985627, 0x2e36e680,
0x14cce54c, 0x3a23a37a, 0x95eace8, 0x36125796, 0x5bc405b, 0x22f106a7, 0x4b6c041, 0xcc12d36, 0x7c1e87c, 0x423484a, 0x14718cd2, 0x11851cad, 0x1d1671d1, 0x2b49922a, 0x2eecae64, 0x3a9bbb81, 0x360e8360, 0x2f8eab63, 0x3c09b3aa, 0x137f01d0, 0x39b2db9b, 0x40cf85f, 0x2b117b3e, 0x140ac4b8, 0x20879a08, 0x32256e8f, 0xc5e1d5b, 0x38a317ac, 0x60c9060, 0x1d410289, 0x6f49040, 0x4a1bc97,
0xe912ce9, 0x1316649d, 0x2607b599, 0x349982ad, 0x316e8316, 0x346e5ba0, 0x3c0a8f96, 0x114f01d9, 0x38720787, 0x66bd041, 0x2253aaf4, 0x285895ae, 0x14aced4a, 0x39b26ba1, 0x44ca49a, 0x18511267, 0x6230462, 0x503c44f, 0x1ce320f1, 0x28073995, 0x2bcd12bc, 0x389ddba7, 0x3c0bcb76, 0x11ef020c, 0x3801cf80, 0x9db1442, 0x1c75a6c5, 0x33d71e65, 0xd9ea0d9, 0x2cd13f7f, 0x5b73c4f, 0x4f16cdd,
0xff16cff, 0x1fe810fd, 0x30abf204, 0x394c2b98, 0x3acbbbac, 0xe2e99e5, 0x2f6137a6, 0x121bd864, 0x1de8e1de, 0x3aa34b34, 0x46d94d2, 0x15c11a7f, 0x7b1f07b, 0xd258045, 0x29179960, 0x3a2a4702, 0x380de380, 0x165eea96, 0x31c1ebba, 0xedc7049, 0x1ef85def, 0x3ac32332, 0x41d10c8, 0xf81062d, 0xa4124a4, 0x18271080, 0x307b11c4, 0x381c1f96, 0x3b9a37b9, 0x5edc943, 0x25419372, 0x2a695156,
0x102e3d02, 0x28711b84, 0x984c446, 0x7826053, 0x1ca635ca, 0x3a6c82e5, 0x3c0d4b20, 0xccf021c, 0x33b1033b, 0x22e78cd6, 0x9dd85e3, 0x2b72779d, 0x4952849, 0x844a054, 0x2a26e928, 0x3aca8b1d, 0x3a9bf7a9, 0x6ade98d, 0x2311b37a, 0x30a8c597, 0xc1eb0c1, 0x184112fe, 0x12118444, 0x1c24847c, 0x2b0ccab0, 0x2bced3a6, 0x3554c3b4, 0xc0d5446, 0x1dc8f5dc, 0x3761ff7f, 0x688987f, 0x4e1a0ab,
0x1b3585b3, 0x3acd0af7, 0x3b5b7342, 0x45ed53e, 0x29e3529e, 0x3993d66d, 0x41d08f5, 0x64105b5, 0x13023930, 0x378b9a0e, 0x3c0dbee6, 0x7ef01f8, 0x2e51d6e5, 0x36a499e9, 0x40de126, 0x7e10200, 0x1201ed20, 0x37aba1fe, 0x3c0d8ae8, 0x62f01cd, 0x2c028ec0, 0x39b3ca4e, 0x47c88f2, 0x4311d63, 0x17e4097e, 0x3abd1acf, 0x3a3a7b46, 0x51e8cd3, 0x2246be24, 0x36f1ef5f, 0x947247b, 0xcc25057,
0x259a8659, 0x2acedbac, 0x305347b6, 0x1d5c1457, 0x116df116, 0x16f11744, 0x19a10445, 0x31b66935, 0x370e4370, 0x60dcdfc, 0x19933773, 0x3aa666ba, 0x4398443, 0x944d48c, 0x3349c935, 0x29bcd3ab, 0x3982b398, 0x24e74c7b, 0x4bea5d3, 0xb512eae, 0x11e1e51e, 0x3aacba51, 0x394a732e, 0x8ce50a2, 0x1ba9f5ba, 0x26210fac, 0x1521ec43, 0x2cb548bd, 0x361e7f61, 0x50d95fd, 0x15246b65, 0x36b54b2f,
0x455c445, 0x1af76c41, 0x3abe29db, 0xd3eaef5, 0x2e31dee3, 0x3ab2de74, 0x938b8b7, 0x11824c58, 0x2b7cf6b7, 0x134ed353, 0x1ec143b4, 0x3aa7b21e, 0x4499c44, 0xff5f068, 0x391ccd7c, 0x127e4753, 0x30316703, 0x3ac2f24a, 0xa187cbc, 0x15a2844c, 0x2e6de2e6, 0xb3e6af5, 0x17d2ab9a, 0x37a5f6eb, 0x4855448, 0x24189c50, 0x3c0eae27, 0x42f01fd, 0x22b68e2b, 0x28c11f9c, 0x19319c47, 0x36964d26,
0x3aabdbaa, 0xd0a84a2, 0x67caea1, 0xdf19f3b, 0x13926539, 0x364e2af2, 0x2e04478a, 0x2c9b807b, 0x80de480, 0x6e4512f, 0x37cad914, 0x137df380, 0x2ed1b6ed, 0x37b20aba, 0x11d4a082, 0x2d547478, 0x388da788, 0x93b3102, 0x69c0ecc, 0xcc1a744, 0x15731157, 0x304ea33f, 0x277237a8, 0x37c9dd15, 0x49a8449, 0x18b72457, 0x3c0e99c9, 0x40f0218, 0x1e8891e8, 0x173117a3, 0x27319045, 0x3589cecf,
0x3a1333a1, 0x3644acda, 0x94ad92b, 0x1a425057, 0x335eaf35, 0x4cc55cd, 0x7aa7315, 0xdc1eb6d, 0x16436164, 0x298ee36c, 0x207127b8, 0x3a781de9, 0x4659c46, 0x313a707a, 0x37ec169c, 0x182df86f, 0xcdeaccd, 0x5c405b5, 0x39fb9501, 0x80e7f28, 0x2485b248, 0x1b6107aa, 0x28a18041, 0x30fa2af7, 0x37b1af7b, 0x3ab2e5a2, 0x12d5a4b9, 0x3424b48b, 0x3b5abfb5, 0x22a79446, 0x5ae25e5, 0x103168df,
0x30be670b, 0x54c25f4, 0x57bcb09, 0x5815efe, 0x1fc7bdfc, 0xf4eab98, 0xf33ebaa, 0x1de3cf9b, 0x10718907, 0x2c3ecf1d, 0x1cf113b3, 0x36573e55, 0x7125071, 0x3aad3583, 0x29d4b74d, 0x394a74d6, 0x4078440, 0x339ad069, 0x334a2eb4, 0x2b7cd041, 0x5cc4c5c, 0x22986853, 0x38edbe1a, 0x1a3e3890, 0xa0e80a0, 0x133664e5, 0x3b6eb199, 0xdced942, 0xede78ed, 0x9d4f19c, 0x3c0e093c, 0x74f01ec,
0x130d7930, 0x5b4022d, 0x3bdcf100, 0x4eef65f, 0x15dc7d5d, 0x4738682, 0x3b8c30e1, 0x44ee296, 0x16fc096f, 0x4436a9c, 0x3b8c14da, 0x46ee295, 0x165c4d65, 0x4c3aa7f, 0x3bdcacea, 0x57ef65b, 0x13fd293f, 0x6d44e28, 0x3c0db913, 0x92f01e5, 0x102e3d02, 0xca56d95, 0x3b5e9d5b, 0x11bed53a, 0xb6ea8b6, 0x186718dd, 0x38be41c6, 0x207e2c89, 0x6dd386d, 0x29594850, 0x32fb7a52, 0x31ccbc42,
0x4291842, 0x383bc470, 0x295652f1, 0x3aca54e4, 0x5939859, 0x37edf595, 0x1c519f7d, 0x2f271669, 0xd1108d1, 0x219f032c, 0xea253c0, 0x1293aba1, 0x1af569af, 0x72e0390, 0x5398780, 0x4514eea, 0x2c1d2ec1, 0xcaa95d9, 0x60eb2a5, 0x1de180ca, 0x397d0b97, 0x3095ac42, 0x13b8a56b, 0x3a94ec9d, 0x3a83a7a8, 0x34c1b1c2, 0x29b1086c, 0x211a6f12, 0x2b32d6b3, 0xba193ac, 0x3a683c64, 0x44e9b0d,
0x12fd7d2f, 0x12564591, 0x373e4991, 0x2bcdcc5f, 0x4398443, 0x3aacb48f, 0x1f231b2d, 0x2fa7ca12, 0xec134ec, 0x13eed781, 0x6f62bb5, 0x401bf55, 0x2bcd0ebc, 0x1309a1a0, 0xa3e0a68, 0x31128c4a, 0x3c077fc0, 0x39424d01, 0x28b15093, 0x1f6a2ef8, 0x28a3d68a, 0x5425f96, 0x3c0c0097, 0x10af01e4, 0x8be288b, 0x327aa049, 0x25c6a6a8, 0x36797146, 0xc1100c1, 0x14ae9b61, 0xbc6b7a6, 0x502f31c,
0x27ce6a7c, 0x2417e8d4, 0x1fca61fa, 0x3aa7f099, 0x2001a200, 0x1d6802ef, 0x2004da00, 0x4180361, 0x200e0a00, 0x226800f8, 0x200a7e00, 0x3a5800a0, 0x20015a00, 0x17d80325, 0x20067a00, 0x658030a, 0x200eae00, 0x2e68007b, 0x20070a00, 0x2ef80174, 0x20039200, 0x178802d0, 0x20089600, 0x1f3801f0, 0x2007de00, 0x1f6801f6, 0x2007da00, 0x1a8801ee, 0x20046e00, 0x488008e, 0x20010200, 0x4080040,
}

Definition at line 737 of file ntv2testpatterngen.cpp.

◆ LineSweep_486_1

const uint32_t LineSweep_486_1[]
static
Initial value:
=
{
0x20010200, 0x4080040, 0x20012200, 0x11b8008e, 0x2006a200, 0x1f6801ee, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f67b1f6, 0x1a87d9ec, 0x1f66a1f6, 0x14b7d94b, 0x1f641df6, 0xf37d907, 0x1f63cdf6, 0xf37d8f3, 0x1c7399f1, 0xb95cce6, 0xf42e51e, 0x7a3bc7a, 0xec134ef, 0x403404d, 0x5f10098, 0x4110c41, 0x4020840, 0x16414082, 0x1f6590dc, 0x29cc429c, 0x3acdfb9c, 0x3bfeb37e, 0x38deffa9,
0x3c0d53c0, 0x300ecf1c, 0x386bf7b3, 0x2f8e1afd, 0x347b3b47, 0x225c6a79, 0x30d7ef1a, 0x1f6c35f6, 0x30d7db0d, 0x1f6be5f6, 0x2b57daf9, 0x1f6ad5f6, 0x2587da58, 0x1f6851f6, 0x2007da14, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x1fb7da00, 0x1f67edf6, 0x1d07d9d0, 0x1f65e9f6, 0x1237d97a, 0x1f648df6, 0xf87d8f8, 0x1f63cdf6, 0xf07d8f3, 0x1c73c1f1, 0xd35ccd3, 0xf42691e, 0x603bc9a, 0xec180ef,
0x4334043, 0x5f10098, 0x5010c40, 0x4014040, 0xdf140df, 0x1f6800dc, 0x321c4200, 0x3acc879c, 0x3b0eb3b0, 0x38df03a9, 0x3bdd53c0, 0x300ef71c, 0x3a0bf7a0, 0x2f8d9afd, 0x32db3b66, 0x225cb679, 0x3107ef10, 0x1f6c35f6, 0x3087db0d, 0x1f6c21f6, 0x2dd7dadd, 0x1f6a19f6, 0x2307da86, 0x1f68c1f6, 0x2057da05, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x1ec7da00, 0x1f67b1f6, 0x1a87d9a8, 0x1f652df6, 0x1077d94b, 0x1f641df6, 0xf37d8f3, 0x1f63cdf6, 0xe67c4f3, 0x173399c7, 0xb9478b9, 0xef1e8f4, 0x4d3bc7a, 0xd0134ec, 0x4026040, 0x431045f, 0x8210041, 0x5020840, 0x16437164, 0x310a71f6, 0x37ee729c, 0x3acdfbac, 0x3bfea7bf, 0x354f038d, 0x3b3c73c0, 0x2fdecf00,
0x386bf786, 0x2ced1ef8, 0x31a9e747, 0x1fbc6a25, 0x30d7db0d, 0x1f6c35f6, 0x2f97db0d, 0x1f6be5f6, 0x2b57dab5, 0x1f6961f6, 0x2147da58, 0x1f6851f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f67edf6, 0x1d07d9fb, 0x1f6741f6, 0x17a7d97a, 0x1f648df6, 0xf87d923, 0x1f63e1f6,
0xf37d8f3, 0x1f13c1f6, 0xd371cf0, 0x11e34d73, 0x9a3d09a, 0xef180ef, 0x433b060, 0x9810cd0, 0x4017c40, 0x4014043, 0xdf10050, 0xdc37c50, 0x2007da00, 0x39cc8710, 0x3b0eb321, 0x3a9ec3ac, 0x3c0e37c0, 0x31cef754, 0x3a0c03bd, 0x2fde82fd, 0x366be366, 0x279cb6ce, 0x3108972d, 0x1f6c41fb, 0x30d7db0d, 0x1f6c21f6, 0x2dd7db08, 0x1f6b75f6, 0x2867da86, 0x1f68c1f6, 0x2057da30, 0x1f6815f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x1fb7d9fb, 0x1f6741f6, 0x17a7d9d0, 0x1f65e9f6, 0x1237d923, 0x1f63e1f6, 0xf37d8f8, 0x1f63cdf6, 0xf07c4f0, 0x17334dc7, 0x9a478d3, 0xef268f4, 0x603bc60, 0xd010cec, 0x4026043, 0x431005f, 0x5010050, 0x5037c40, 0x200370df, 0x310801f6,
0x321e7321, 0x3acec3ac, 0x3c0ea7b0, 0x354f038d, 0x3bdc73bd, 0x2fde8300, 0x366bf7a0, 0x2ced9af8, 0x32d9e72d, 0x1fbc4225, 0x30d7db10, 0x1f6c35f6, 0x3087db08, 0x1f6b75f6, 0x2867dadd, 0x1f6a19f6, 0x2307da30, 0x1f6815f6, 0x2007da05, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x1ec7d9ec, 0x1f66a1f6, 0x14b7d9a8, 0x1f652df6, 0x1077d907, 0x1f63cdf6, 0xf37d8f3, 0x1f13cdf6, 0xe671ce6, 0x11e2e573, 0x7a3d0b9, 0xef1e8ef, 0x4d3b04d, 0x98100d0, 0x4117c40, 0x4010443, 0x8210082, 0xdc59050, 0x29c7d964, 0x39ca7310, 0x37eeb37e, 0x3a9effac, 0x3c0e37bf, 0x31cf0354, 0x3b3c03b3, 0x2fde1afd, 0x347be386, 0x279d1ece, 0x31a8971a, 0x1f6c35fb, 0x30d7db0d, 0x1f6c35f6,
0x2f97daf9, 0x1f6ad5f6, 0x2587dab5, 0x1f6961f6, 0x2147da14, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1a8801ee, 0x20046e00, 0x488008e, 0x20010200, 0x4080040,
}

Definition at line 756 of file ntv2testpatterngen.cpp.

◆ LineSweep_576_0

const uint32_t LineSweep_576_0[]
static
Initial value:
=
{
0x20010200, 0x4080040, 0x20012200, 0x11b8008e, 0x2006a200, 0x1f6801ee, 0x2007da00, 0x1f6801f6, 0x2027e602, 0x21f85604, 0x25493615, 0x2da9528e, 0x2b5ca2b5, 0x395c4369, 0x34bea710, 0x39ed2faa, 0x378e1778, 0x331e7361, 0x3b5bdb9c, 0x266ed6b2, 0x3c0853c0, 0x16cee9c0, 0x3a3473ba, 0x96e8cd4, 0x37919f79, 0x40cf04a, 0x2ed12f3c, 0xa3bb46d, 0x28f3b28f, 0x1aa89d46, 0x1b985627, 0x2e36e680,
0x14cce54c, 0x3a23a37a, 0x95eace8, 0x36125796, 0x5bc405b, 0x22f106a7, 0x4b6c041, 0xcc12d36, 0x7c1e87c, 0x423484a, 0x14718cd2, 0x11851cad, 0x1d1671d1, 0x2b49922a, 0x2eecae64, 0x3a9bbb81, 0x360e8360, 0x2f8eab63, 0x3c09b3aa, 0x137f01d0, 0x39b2db9b, 0x40cf85f, 0x2b117b3e, 0x140ac4b8, 0x20879a08, 0x32256e8f, 0xc5e1d5b, 0x38a317ac, 0x60c9060, 0x1d410289, 0x6f49040, 0x4a1bc97,
0xe912ce9, 0x1316649d, 0x2607b599, 0x349982ad, 0x316e8316, 0x346e5ba0, 0x3c0a8f96, 0x114f01d9, 0x38720787, 0x66bd041, 0x2253aaf4, 0x285895ae, 0x14aced4a, 0x39b26ba1, 0x44ca49a, 0x18511267, 0x6230462, 0x503c44f, 0x1ce320f1, 0x28073995, 0x2bcd12bc, 0x389ddba7, 0x3c0bcb76, 0x11ef020c, 0x3801cf80, 0x9db1442, 0x1c75a6c5, 0x33d71e65, 0xd9ea0d9, 0x2cd13f7f, 0x5b73c4f, 0x4f16cdd,
0xff16cff, 0x1fe810fd, 0x30abf204, 0x394c2b98, 0x3acbbbac, 0xe2e99e5, 0x2f6137a6, 0x121bd864, 0x1de8e1de, 0x3aa34b34, 0x46d94d2, 0x15c11a7f, 0x7b1f07b, 0xd258045, 0x29179960, 0x3a2a4702, 0x380de380, 0x165eea96, 0x31c1ebba, 0xedc7049, 0x1ef85def, 0x3ac32332, 0x41d10c8, 0xf81062d, 0xa4124a4, 0x18271080, 0x307b11c4, 0x381c1f96, 0x3b9a37b9, 0x5edc943, 0x25419372, 0x2a695156,
0x102e3d02, 0x28711b84, 0x984c446, 0x7826053, 0x1ca635ca, 0x3a6c82e5, 0x3c0d4b20, 0xccf021c, 0x33b1033b, 0x22e78cd6, 0x9dd85e3, 0x2b72779d, 0x4952849, 0x844a054, 0x2a26e928, 0x3aca8b1d, 0x3a9bf7a9, 0x6ade98d, 0x2311b37a, 0x30a8c597, 0xc1eb0c1, 0x184112fe, 0x12118444, 0x1c24847c, 0x2b0ccab0, 0x2bced3a6, 0x3554c3b4, 0xc0d5446, 0x1dc8f5dc, 0x3761ff7f, 0x688987f, 0x4e1a0ab,
0x1b3585b3, 0x3acd0af7, 0x3b5b7342, 0x45ed53e, 0x29e3529e, 0x3993d66d, 0x41d08f5, 0x64105b5, 0x13023930, 0x378b9a0e, 0x3c0dbee6, 0x7ef01f8, 0x2e51d6e5, 0x36a499e9, 0x40de126, 0x7e10200, 0x1201ed20, 0x37aba1fe, 0x3c0d8ae8, 0x62f01cd, 0x2c028ec0, 0x39b3ca4e, 0x47c88f2, 0x4311d63, 0x17e4097e, 0x3abd1acf, 0x3a3a7b46, 0x51e8cd3, 0x2246be24, 0x36f1ef5f, 0x947247b, 0xcc25057,
0x259a8659, 0x2acedbac, 0x305347b6, 0x1d5c1457, 0x116df116, 0x16f11744, 0x19a10445, 0x31b66935, 0x370e4370, 0x60dcdfc, 0x19933773, 0x3aa666ba, 0x4398443, 0x944d48c, 0x3349c935, 0x29bcd3ab, 0x3982b398, 0x24e74c7b, 0x4bea5d3, 0xb512eae, 0x11e1e51e, 0x3aacba51, 0x394a732e, 0x8ce50a2, 0x1ba9f5ba, 0x26210fac, 0x1521ec43, 0x2cb548bd, 0x361e7f61, 0x50d95fd, 0x15246b65, 0x36b54b2f,
0x455c445, 0x1af76c41, 0x3abe29db, 0xd3eaef5, 0x2e31dee3, 0x3ab2de74, 0x938b8b7, 0x11824c58, 0x2b7cf6b7, 0x134ed353, 0x1ec143b4, 0x3aa7b21e, 0x4499c44, 0xff5f068, 0x391ccd7c, 0x127e4753, 0x30316703, 0x3ac2f24a, 0xa187cbc, 0x15a2844c, 0x2e6de2e6, 0xb3e6af5, 0x17d2ab9a, 0x37a5f6eb, 0x4855448, 0x24189c50, 0x3c0eae27, 0x42f01fd, 0x22b68e2b, 0x28c11f9c, 0x19319c47, 0x36964d26,
0x3aabdbaa, 0xd0a84a2, 0x67caea1, 0xdf19f3b, 0x13926539, 0x364e2af2, 0x2e04478a, 0x2c9b807b, 0x80de480, 0x6e4512f, 0x37cad914, 0x137df380, 0x2ed1b6ed, 0x37b20aba, 0x11d4a082, 0x2d547478, 0x388da788, 0x93b3102, 0x69c0ecc, 0xcc1a744, 0x15731157, 0x304ea33f, 0x277237a8, 0x37c9dd15, 0x49a8449, 0x18b72457, 0x3c0e99c9, 0x40f0218, 0x1e8891e8, 0x173117a3, 0x27319045, 0x3589cecf,
0x3a1333a1, 0x3644acda, 0x94ad92b, 0x1a425057, 0x335eaf35, 0x4cc55cd, 0x7aa7315, 0xdc1eb6d, 0x16436164, 0x298ee36c, 0x207127b8, 0x3a781de9, 0x4659c46, 0x313a707a, 0x37ec169c, 0x182df86f, 0xcdeaccd, 0x5c405b5, 0x39fb9501, 0x80e7f28, 0x2485b248, 0x1b6107aa, 0x28a18041, 0x30fa2af7, 0x37b1af7b, 0x3ab2e5a2, 0x12d5a4b9, 0x3424b48b, 0x3b5abfb5, 0x22a79446, 0x5ae25e5, 0x103168df,
0x30be670b, 0x54c25f4, 0x57bcb09, 0x5815efe, 0x1fc7bdfc, 0xf4eab98, 0xf33ebaa, 0x1de3cf9b, 0x10718907, 0x2c3ecf1d, 0x1cf113b3, 0x36573e55, 0x7125071, 0x3aad3583, 0x29d4b74d, 0x394a74d6, 0x4078440, 0x339ad069, 0x334a2eb4, 0x2b7cd041, 0x5cc4c5c, 0x22986853, 0x38edbe1a, 0x1a3e3890, 0xa0e80a0, 0x133664e5, 0x3b6eb199, 0xdced942, 0xede78ed, 0x9d4f19c, 0x3c0e093c, 0x74f01ec,
0x130d7930, 0x5b4022d, 0x3bdcf100, 0x4eef65f, 0x15dc7d5d, 0x4738682, 0x3b8c30e1, 0x44ee296, 0x16fc096f, 0x4436a9c, 0x3b8c14da, 0x46ee295, 0x165c4d65, 0x4c3aa7f, 0x3bdcacea, 0x57ef65b, 0x13fd293f, 0x6d44e28, 0x3c0db913, 0x92f01e5, 0x102e3d02, 0xca56d95, 0x3b5e9d5b, 0x11bed53a, 0xb6ea8b6, 0x186718dd, 0x38be41c6, 0x207e2c89, 0x6dd386d, 0x29594850, 0x32fb7a52, 0x31ccbc42,
0x4291842, 0x383bc470, 0x295652f1, 0x3aca54e4, 0x5939859, 0x37edf595, 0x1c519f7d, 0x2f271669, 0xd1108d1, 0x219f032c, 0xea253c0, 0x1293aba1, 0x1af569af, 0x72e0390, 0x5398780, 0x4514eea, 0x2c1d2ec1, 0xcaa95d9, 0x60eb2a5, 0x1de180ca, 0x397d0b97, 0x3095ac42, 0x13b8a56b, 0x3a94ec9d, 0x3a83a7a8, 0x34c1b1c2, 0x29b1086c, 0x211a6f12, 0x2b32d6b3, 0xba193ac, 0x3a683c64, 0x44e9b0d,
0x12fd7d2f, 0x12564591, 0x373e4991, 0x2bcdcc5f, 0x4398443, 0x3aacb48f, 0x1f231b2d, 0x2fa7ca12, 0xec134ec, 0x13eed781, 0x6f62bb5, 0x401bf55, 0x2bcd0ebc, 0x1309a1a0, 0xa3e0a68, 0x31128c4a, 0x3c077fc0, 0x39424d01, 0x28b15093, 0x1f6a2ef8, 0x28a3d68a, 0x5425f96, 0x3c0c0097, 0x10af01e4, 0x8be288b, 0x327aa049, 0x25c6a6a8, 0x36797146, 0xc1100c1, 0x14ae9b61, 0xbc6b7a6, 0x502f31c,
0x27ce6a7c, 0x2417e8d4, 0x1fca61fa, 0x3aa7f099, 0x2001a200, 0x1d6802ef, 0x2004da00, 0x4180361, 0x200e0a00, 0x226800f8, 0x200a7e00, 0x3a5800a0, 0x20015a00, 0x17d80325, 0x20067a00, 0x658030a, 0x200eae00, 0x2e68007b, 0x20070a00, 0x2ef80174, 0x20039200, 0x178802d0, 0x20089600, 0x1f3801f0, 0x2007de00, 0x1f6801f6, 0x2007da00, 0x1a8801ee, 0x20046e00, 0x488008e, 0x20010200, 0x4080040,
}

Definition at line 775 of file ntv2testpatterngen.cpp.

◆ LineSweep_576_1

const uint32_t LineSweep_576_1[]
static
Initial value:
=
{
0x20010200, 0x4080040, 0x20012200, 0x11b8008e, 0x2006a200, 0x1f6801ee, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f67b1f6, 0x1a87d9ec, 0x1f66a1f6, 0x14b7d94b, 0x1f641df6, 0xf37d907, 0x1f63cdf6, 0xf37d8f3, 0x1c7399f1, 0xb95cce6, 0xf42e51e, 0x7a3bc7a, 0xec134ef, 0x403404d, 0x5f10098, 0x4110c41, 0x4020840, 0x16414082, 0x1f6590dc, 0x29cc429c, 0x3acdfb9c, 0x3bfeb37e, 0x38deffa9,
0x3c0d53c0, 0x300ecf1c, 0x386bf7b3, 0x2f8e1afd, 0x347b3b47, 0x225c6a79, 0x30d7ef1a, 0x1f6c35f6, 0x30d7db0d, 0x1f6be5f6, 0x2b57daf9, 0x1f6ad5f6, 0x2587da58, 0x1f6851f6, 0x2007da14, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x1fb7da00, 0x1f67edf6, 0x1d07d9d0, 0x1f65e9f6, 0x1237d97a, 0x1f648df6, 0xf87d8f8, 0x1f63cdf6, 0xf07d8f3, 0x1c73c1f1, 0xd35ccd3, 0xf42691e, 0x603bc9a, 0xec180ef,
0x4334043, 0x5f10098, 0x5010c40, 0x4014040, 0xdf140df, 0x1f6800dc, 0x321c4200, 0x3acc879c, 0x3b0eb3b0, 0x38df03a9, 0x3bdd53c0, 0x300ef71c, 0x3a0bf7a0, 0x2f8d9afd, 0x32db3b66, 0x225cb679, 0x3107ef10, 0x1f6c35f6, 0x3087db0d, 0x1f6c21f6, 0x2dd7dadd, 0x1f6a19f6, 0x2307da86, 0x1f68c1f6, 0x2057da05, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x1ec7da00, 0x1f67b1f6, 0x1a87d9a8, 0x1f652df6, 0x1077d94b, 0x1f641df6, 0xf37d8f3, 0x1f63cdf6, 0xe67c4f3, 0x173399c7, 0xb9478b9, 0xef1e8f4, 0x4d3bc7a, 0xd0134ec, 0x4026040, 0x431045f, 0x8210041, 0x5020840, 0x16437164, 0x310a71f6, 0x37ee729c, 0x3acdfbac, 0x3bfea7bf, 0x354f038d, 0x3b3c73c0, 0x2fdecf00,
0x386bf786, 0x2ced1ef8, 0x31a9e747, 0x1fbc6a25, 0x30d7db0d, 0x1f6c35f6, 0x2f97db0d, 0x1f6be5f6, 0x2b57dab5, 0x1f6961f6, 0x2147da58, 0x1f6851f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f67edf6, 0x1d07d9fb, 0x1f6741f6, 0x17a7d97a, 0x1f648df6, 0xf87d923, 0x1f63e1f6,
0xf37d8f3, 0x1f13c1f6, 0xd371cf0, 0x11e34d73, 0x9a3d09a, 0xef180ef, 0x433b060, 0x9810cd0, 0x4017c40, 0x4014043, 0xdf10050, 0xdc37c50, 0x2007da00, 0x39cc8710, 0x3b0eb321, 0x3a9ec3ac, 0x3c0e37c0, 0x31cef754, 0x3a0c03bd, 0x2fde82fd, 0x366be366, 0x279cb6ce, 0x3108972d, 0x1f6c41fb, 0x30d7db0d, 0x1f6c21f6, 0x2dd7db08, 0x1f6b75f6, 0x2867da86, 0x1f68c1f6, 0x2057da30, 0x1f6815f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x1fb7d9fb, 0x1f6741f6, 0x17a7d9d0, 0x1f65e9f6, 0x1237d923, 0x1f63e1f6, 0xf37d8f8, 0x1f63cdf6, 0xf07c4f0, 0x17334dc7, 0x9a478d3, 0xef268f4, 0x603bc60, 0xd010cec, 0x4026043, 0x431005f, 0x5010050, 0x5037c40, 0x200370df, 0x310801f6,
0x321e7321, 0x3acec3ac, 0x3c0ea7b0, 0x354f038d, 0x3bdc73bd, 0x2fde8300, 0x366bf7a0, 0x2ced9af8, 0x32d9e72d, 0x1fbc4225, 0x30d7db10, 0x1f6c35f6, 0x3087db08, 0x1f6b75f6, 0x2867dadd, 0x1f6a19f6, 0x2307da30, 0x1f6815f6, 0x2007da05, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x1ec7d9ec, 0x1f66a1f6, 0x14b7d9a8, 0x1f652df6, 0x1077d907, 0x1f63cdf6, 0xf37d8f3, 0x1f13cdf6, 0xe671ce6, 0x11e2e573, 0x7a3d0b9, 0xef1e8ef, 0x4d3b04d, 0x98100d0, 0x4117c40, 0x4010443, 0x8210082, 0xdc59050, 0x29c7d964, 0x39ca7310, 0x37eeb37e, 0x3a9effac, 0x3c0e37bf, 0x31cf0354, 0x3b3c03b3, 0x2fde1afd, 0x347be386, 0x279d1ece, 0x31a8971a, 0x1f6c35fb, 0x30d7db0d, 0x1f6c35f6,
0x2f97daf9, 0x1f6ad5f6, 0x2587dab5, 0x1f6961f6, 0x2147da14, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1a8801ee, 0x20046e00, 0x488008e, 0x20010200, 0x4080040,
}

Definition at line 794 of file ntv2testpatterngen.cpp.

◆ LineSweep_720_0

const uint32_t LineSweep_720_0[]
static
Initial value:
=
{
0x20010200, 0x4080040, 0x20010600, 0x11b80086, 0x2006c200, 0x1f6801f5, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f67b5f6, 0x1af7d9ed, 0x1f66bdf6, 0x1537d953, 0x1f63b5f6, 0x917d8ed, 0x1ca245f2, 0x535f453, 0xb91011b, 0x661b040, 0x4019844, 0xe111ce1, 0x13266498, 0x2677d999, 0x35499eba,
0x31fe971f, 0x3a8e6bac, 0x3c0e039a, 0x2d1f0333, 0x3ad9bfad, 0x1fadbe22, 0x3137db6f, 0x1f6c4df6, 0x2ad7daad, 0x1f6945f6, 0x2137da51, 0x1f684df6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x1fc7d9fc, 0x1f674df6, 0x1847d9d3, 0x1f6611f6, 0x1207d920, 0x1f62f1f6, 0x6d7c8bc, 0x17d1b5ca, 0x4446c44, 0x6c11cb9, 0x9a11047, 0x4726840, 0x13826138, 0x1f680132, 0x2c8aea00, 0x3a5b2354, 0x366eb366, 0x380ee7a8, 0x3bcccfb9, 0x26fef2d1, 0x39388b93, 0x1f6d11fa, 0x2e07db44, 0x1f6b81f6, 0x27c7da7c, 0x1f68b5f6, 0x2047da2d, 0x1f6811f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x1fc7da00, 0x1f67f1f6, 0x1d37d9d3, 0x1f6611f6, 0x1207d984, 0x1f6481f6, 0xbc7d8bc, 0x1ca1b5f2, 0x445f46d, 0xb91111b, 0x471b047, 0x4026844, 0x13811c9a, 0x1324e098, 0x2007da00, 0x354b22ba, 0x366e96c8, 0x3a8d9bac,
0x3b9e03b9, 0x2d1ef333, 0x3939bfbc, 0x1fae4e22, 0x3447db44, 0x1f6b81f6, 0x27c7dae0, 0x1f69f1f6, 0x22d7da2d, 0x1f6811f6, 0x2007da04, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f67f1f6, 0x1d37d9fc, 0x1f674df6,
0x1847d984, 0x1f6481f6, 0xbc7d920, 0x1f22f1f6, 0x6d7286d, 0x11b1117d, 0x472e444, 0x4411c6c, 0x9a1009a, 0x984e047, 0x2004c938, 0x2ba801f6, 0x2c8d52c8, 0x3acd9ba5, 0x3b9ea366, 0x333ee780, 0x3bcb47bc, 0x222e4e6f, 0x3447eb93, 0x1f6d11f6, 0x2e07dae0, 0x1f69f1f6, 0x22d7da7c, 0x1f68b5f6, 0x2047da04, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f67b5f6, 0x1af7d9ed, 0x1f66bdf6, 0x1537d953, 0x1f63b5f6, 0x917d8ed, 0x1ca245f2, 0x535f453, 0xb91011b, 0x661b040, 0x4019844, 0xe111ce1, 0x13266498, 0x2677d999, 0x35499eba, 0x31fe971f, 0x3a8e6bac, 0x3c0e039a, 0x2d1f0333,
0x3ad9bfad, 0x1fadbe22, 0x3137db6f, 0x1f6c4df6, 0x2ad7daad, 0x1f6945f6, 0x2137da51, 0x1f684df6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x1ed7da00, 0x1f67b5f6, 0x1af7d9af, 0x1f654df6, 0xed7d953, 0x1f63b5f6, 0x917c891, 0x17d14dca, 0x4046c53, 0x6c100b9, 0x6611066, 0x4738440, 0x199260e1, 0x1f666532, 0x267aea67, 0x3a5c7f54, 0x39aeb31f, 0x380e6ba8, 0x3c0ccfc0, 0x26feb6d1, 0x36f88bad, 0x1f6dbdfa, 0x3137db13, 0x1f6ab5f6, 0x2517daad, 0x1f6945f6, 0x2137da13, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007d600, 0x11b801b0, 0x20021a00, 0x4080041, 0x20010200, 0x3ffffc40, 0x0, 0x2749d000, 0x2009b26c, 0x18b90200, 0xbcd67, 0x40ffc40, 0x2e7103ff, 0x407a440, 0x15210218, 0x4080040,
}

Definition at line 643 of file ntv2testpatterngen.cpp.

◆ LineSweep_720_1

const uint32_t LineSweep_720_1[]
static
Initial value:
=
{
0x20010200, 0x4080040, 0x20010600, 0x11b80086, 0x2006c200, 0x1f6801f5, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x24289e1b, 0x24f9a227, 0x2b493e8e, 0x278b6678, 0x31ea8afc, 0x2cccf6a2, 0x372b3359, 0x2f5e1ef5, 0x3a4c7798, 0x343eaf1d, 0x3a7d0fac, 0x365e7365, 0x372e0f8a, 0x39dd5383, 0x306e7730, 0x3b0b5fb0, 0x26bef2a3, 0x3c08c7bc, 0x1b6f01f4,
0x3bb5e7bb, 0x106eb53e, 0x39534bad, 0x7ee54a4, 0x37318373, 0x41d1c4b, 0x31210b47, 0x66c484e, 0x2d322ad3, 0xefa38b8, 0x2424be8e, 0x1c290976, 0x1f3841f3, 0x2aa68a5e, 0x153bc1a2, 0x36254f2e, 0x108e2908, 0x3ac317a3, 0x8de94c5, 0x3642378c, 0x62cb062, 0x296122e6, 0x408fc48, 0x187101e3, 0x4c4c04c, 0x9e1b4e0, 0xa21ac6d, 0x402884b, 0xe912ce9, 0xa25006c, 0x1a23ad40, 0x1a568943,
0x20c8360c, 0x2d59da74, 0x2dbca676, 0x399b6f6c, 0x335eaf35, 0x37fdf3a3, 0x3acd0b7c, 0x289eb2ee, 0x3c0867c0, 0x138ed5a6, 0x38b35bb5, 0x55e2c89, 0x34310343, 0x78b884c, 0x26e30ae2, 0x1999b925, 0x1f0855f0, 0x2fe5c690, 0xfdd5d71, 0x3ac3f793, 0x9ee789e, 0x3161736b, 0x41a985c, 0x1a010626, 0x4e4844e, 0x6a218b6, 0xe310c86, 0x7838c48, 0x15e33d5e, 0x1ce7b145, 0x27d971ec, 0x34c9f6e0,
0x302e4b02, 0x395db3ac, 0x3aed3b6c, 0x256ebae0, 0x3bf703bf, 0xb6e6d2f, 0x34418f9b, 0x54d1041, 0x2c5276c5, 0x1a38a911, 0x1899062a, 0x34e626d6, 0xf6e64f6, 0x382217ab, 0x48c8885, 0x1f512297, 0x4854c48, 0x67220c7, 0xff10088, 0xb33fc5b, 0x19f4f19f, 0x28d939e3, 0x2f4c864e, 0x3acbd386, 0x374e3374, 0x295ee32a, 0x3b5797b8, 0xa9ed538, 0x36714f67, 0x80b7043, 0x2283f6dc, 0x2618a1a8,
0x16cc1d6c, 0x3ac3277d, 0x5ee28c9, 0x27817b1d, 0x416e441, 0x801e506, 0xfe10879, 0xc33f85a, 0x1b85a9b8, 0x2e7a062e, 0x331dc281, 0x38bcc7ab, 0x3a4c5ba4, 0x198ef663, 0x377387bd, 0x41ddc65, 0x2de1f6de, 0x1d28490d, 0x141a8212, 0x3a350748, 0x9ae6c9a, 0x27b11730, 0x5a69845, 0x62168e3, 0xd4108d4, 0x1326648e, 0x27982199, 0x3739e6da, 0x33ceb33c, 0x2daebf75, 0x3b3813af, 0x84ecd29,
0x34310343, 0x10d9f072, 0x1927a27c, 0x36e64ac7, 0xc4eb0c4, 0x2c913b70, 0x537944e, 0x6b14d06, 0xd3108d3, 0x1576b499, 0x2a1911ad, 0x39ba871b, 0x365e6f65, 0x241efb1b, 0x38e53fbe, 0x40e3890, 0x2e01eee0, 0x2227a92e, 0xf9c21ea, 0x39d3e796, 0x5dc645d, 0x13a12e34, 0xcb1f84b, 0x9732c41, 0x1b5595b5, 0x341aea66, 0x380ea6ba, 0x2c0e0379, 0x3bf6ffbf, 0x4bd7cd1, 0x27f1835f, 0x2089fd08,
0x16fc096f, 0x39525399, 0x40bd494, 0xf3101f4, 0x9615496, 0xf95e056, 0x2907f978, 0x39ba4301, 0x371e3f71, 0x1d2f02df, 0x35a34bc0, 0x6dd6848, 0x2664d266, 0x34051e4b, 0x74ead47, 0x27a1d35f, 0x4757047, 0x4335c80, 0x1e930cd7, 0x2e27a5c8, 0x305e5705, 0x2d6ec391, 0x39a6dbb0, 0x41e68b2, 0x2ca256ca, 0x2b36758c, 0x9ce119d, 0x2ef2739c, 0x4173041, 0x412e0bd, 0x1ce258b8, 0x2c273994,
0x2fce3afc, 0x2ceec793, 0x391677b1, 0x41e4499, 0x2a9312a9, 0x30a5a9e2, 0x77e996a, 0x2681df66, 0x4c4bc4c, 0x5f4145c, 0x2424e105, 0x37090a75, 0x35de8b5d, 0x1b6efeef, 0x32f27fbf, 0xd3cbc42, 0x1f9811f9, 0x3ac3172e, 0x40cd8c5, 0xd61020c, 0xb7104b7, 0x1c97a4a5, 0x32ac1de9, 0x34fcaba9, 0x3bf8b3bf, 0x43d3ce9, 0x21927b4f, 0x30a865c5, 0xd3ea8d3, 0x21410344, 0xbe34440, 0xbb2f840,
0x2017e601, 0x3abd1735, 0x3bfc4745, 0x97efdc5, 0x32011f20, 0x26272109, 0x93dddc8, 0x2a524f94, 0x4a5104a, 0x7947c56, 0x28965d1f, 0x3a9a26f5, 0x399cef99, 0xace61f3, 0x28211398, 0x268a0903, 0x112e0112, 0x27b11789, 0xab44045, 0xa92ac45, 0x2017de01, 0x3a6d5f45, 0x3b9b4f57, 0x5aee561, 0x2df1f2df, 0x317589b0, 0x57eb162, 0x18f15eff, 0x851a885, 0x1937346b, 0x33cc15cd, 0x308cf3ac,
0x3bd653bd, 0x6fbac6a, 0x164682eb, 0x3ab59314, 0x54bbc54, 0x5924970, 0x1f021c92, 0x3407c1d7, 0x35ce8f5c, 0x126ecaaf, 0x2ab117b2, 0x239aacc1, 0x118de918, 0x24010b7f, 0xdb31042, 0x12d36c45, 0x269afa69, 0x325e83a7, 0x37868ba0, 0x7ede066, 0x21075a10, 0x39a2674b, 0x589fc99, 0x41160ed, 0x18744987, 0x3a6c8aac, 0x3bdc8f22, 0x5def595, 0x2cd24acd, 0x36d49206, 0x41e0524, 0xa910630,
0xf4148f4, 0x316a757b, 0x3b6e9e9d, 0x103edaa7, 0x33810338, 0x2c065917, 0x56ead96, 0x15015af8, 0xab118ab, 0x27d918d8, 0x39fe8246, 0x187e7f28, 0x36614766, 0x25573cb6, 0x67e5dcf, 0x1a019f3e, 0x9416094, 0x24a8acac, 0x399e562b, 0x19be673e, 0x36915369, 0x25f728b6, 0x61e71ca, 0x17818728, 0xa4128a4, 0x290940d8, 0x3aaea250, 0x139eaaf9, 0x34410344, 0x2db61d17, 0x4aead87, 0xe612aa8,
0xe3120e3, 0x333ac17a, 0x3bfe4eb0, 0x8eefe31, 0x2e51d6e5, 0x38443a05, 0x43d2d0e, 0x4c10d96, 0x16837968, 0x3acce6aa, 0x3a9aff39, 0x49ea4ee, 0x23663636, 0x38121749, 0x877c885, 0xaa21c67, 0x23e9be3e, 0x2e5eb7a7, 0x32542fad, 0x17dc9444, 0x143d1543, 0x1e510380, 0x15417c40, 0x295550bf, 0x337eb337, 0xd3e8eb1, 0x21115fa3, 0x37b845d4, 0x6ad146a, 0x422d972, 0x29b4b4b6, 0x396a6f12,
0x3c084fc0, 0xb3ad06b, 0xc5a4ab4, 0x29b317ac, 0x642e064, 0x2168406a, 0x3a8e6610, 0x111ea302, 0x31d1231d, 0x371481ac, 0x46d2120, 0x4011965, 0x1af56daf, 0x373e0f42, 0x3566ab83, 0x122d5846, 0x160c6960, 0x1db1038b, 0x17c14040, 0x2fd5f0ff, 0x36be5b6b, 0x57db1f8, 0x1793bf6c, 0x3995e6f1, 0x407f840, 0xf15cc58, 0x36bbd973, 0x1efdaf96, 0x36714b67, 0x30c5a504, 0x41e2d69, 0x48105ca,
0x1954ad95, 0x373e0f31, 0x34464783, 0x169d1041, 0x130d7930, 0x14512b48, 0x1e41144a, 0x38b791bf, 0x3a8c0ba8, 0x60be8ee, 0xd98b6fa, 0x29b367a8, 0x7025c70, 0x2ac97ca1, 0x3c0e965f, 0x55f0213, 0x27a4427a, 0x36e1eb2a, 0xcf5cc7a, 0x1b033c41, 0x2f9e2ef9, 0xd4e8ef5, 0x1c21dba3, 0x3ab70a6e, 0x418f041, 0x1025f45f, 0x388c997d, 0x161e236a, 0x32611326, 0x39d3c1db, 0x6daecf0, 0xaa1b49d,
0x272b3a72, 0x1bceff95, 0x236107bf, 0x3848d98c, 0x55bc455, 0x8d4bcc2, 0x362aa92f, 0x1d5d8b9f, 0x34b10b4b, 0x38443984, 0x64bb10e, 0x9a190b8, 0x26db166d, 0x1a8efb94, 0x21c103be, 0x39c871c0, 0x4aaa44a, 0xd959084, 0x38ac5d64, 0x13ae2b64, 0x30815708, 0x3ac2f242, 0xa386cbc, 0x16528c4a, 0x2ecdfaec, 0xa8e5ae7, 0x1742db96, 0x3725d2fa, 0x4952049, 0x24a8ac54, 0x3c0eaa2b, 0x43f01fd,
0x23165e31, 0x2a512796, 0x17c1dc49, 0x3495f100, 0x39fca79f, 0x93b30d9, 0x83b66cc, 0x15120f7e, 0xf8154f8, 0x3a6d5a5c, 0x33973756, 0x1e4ce440, 0xd4ea8d4, 0x4b2863f, 0x3025eca1, 0x29fc0b93, 0x37b1af7b, 0x36c49524, 0x70bad25, 0xe21c096, 0x2b9cfeb9, 0xc4e7f24, 0x1652cf9f, 0x34b59713, 0x573b457, 0x2eca1092, 0x3afd9a84, 0x7debd10, 0x18db3d8d, 0x12713776, 0x2691c84d, 0x37e9a6bd,
0x3b44d3b4, 0x2b766c6d, 0x4cdfd9b, 0x6e13134, 0x269af669, 0x127ecf7a, 0x18d1dfb3, 0x36e636cf, 0x5143c51, 0x2eda1087, 0x3a9d6a84, 0xa1ea4ed, 0x164c4d64, 0xc318739, 0x2b932461, 0x309ae740, 0x39025790, 0x36d49102, 0x85b1924, 0x14e2146b, 0x303e4f03, 0x4bd7a70, 0xd46bf5e, 0x206353aa, 0xc8100c8, 0x3a6d5a21, 0x30763b56, 0x29dc1c55, 0x82df482, 0x944d512, 0x39fc5535, 0xa2e7f27,
0x28340a83, 0x2a312776, 0x1d115449, 0x3a97459a, 0x3c07efc0, 0x24d75042, 0x4ae61d4, 0x7c12945, 0x28dbf28d, 0xa6e5b34, 0x11341f96, 0x28444f80, 0xa4124a4, 0x3abd15d4, 0x30769b45, 0x2b5c1c56, 0x75d8875, 0xdc598d2, 0x3b7da966, 0x4fedea5, 0x21a7121a, 0x1a410bac, 0x26f16842, 0x3509bec9, 0x39b2d79b, 0x38643104, 0xb69910c, 0x21c2d842, 0x363e7763, 0x8fb3d3e, 0x54cb6cf, 0x66152ed,
0x1cc645cc, 0x1b7effac, 0x18b163bf, 0x33f62ed2, 0x6e2686e, 0x39ec4936, 0x32383312, 0x291c8c45, 0x77d9c77, 0x106600c2, 0x3bfe3d80, 0x41efe36, 0x1bf9d1bf, 0xcf17b73, 0x2fc3f05e, 0x237bf38d, 0x32f10b2f, 0x36a1e67f, 0x1892f879, 0x39962516, 0x3c0833c0, 0x2b267848, 0x71d1d9e, 0x1571c493, 0x32aea72a, 0x63bddb8, 0x57c12f7, 0x5f15efd, 0x1e8719e8, 0x13eedba6, 0x12d2a7b6, 0x27c4b762,
0xbe100be, 0x36fe1662, 0x2672db85, 0x3a599d32, 0x4170c41, 0x312a6c64, 0x364b869b, 0x205d9050, 0x93e4c93, 0xf75dcef, 0x3c0e5d77, 0x55f01f6, 0x175be175, 0x5425ef6, 0x36e7f497, 0xe8dbb93, 0x28041a80, 0x1d31039e, 0x2a419440, 0x2c2a9320, 0x35311753, 0x36e1ea4b, 0x1b42907a, 0x3ac6d163, 0x3b9573b9, 0x375470aa, 0xe68dd1c, 0x2e33984a, 0x3a9beba9, 0x21f7ac50, 0x66df9eb, 0x15a198b2,
0x33eeb33e, 0xbaac151, 0x40e16b0, 0x5910209, 0x2a0c6aa0, 0x41d1eb6, 0x68a0f47, 0x6c1a33e, 0x1f477df4, 0xcce8792, 0xc5513a1, 0x14d317ac, 0x15931d59, 0x1dbf0391, 0x13e1c7c0, 0x2644fb4c, 0xdf118df, 0x2dcebeea, 0x1bc10faf, 0x33a6f279, 0x8b18c8b, 0x37cdfa06, 0x23026f7e, 0x3a18c198, 0x5939459, 0x3accf538, 0x2924df3d, 0x3a2a48e8, 0x4362c43, 0x389bdca9, 0x2df76ef7, 0x365b7c7b,
0x4189441, 0x33bad85d, 0x31899ab6, 0x310c604b, 0x49a7449, 0x2e5a0042, 0x33fb2a80, 0x2becfc40, 0x54bb854, 0x29c95c43, 0x358c2a57, 0x280d6047, 0x5fc7c5f, 0x26b8f44c, 0x365cb63d, 0x25ed9451, 0x65cd465, 0x2588c853, 0x368cde32, 0x259da053, 0x65cd065, 0x2628e051, 0x362cb238, 0x273d884e, 0x5ec785e, 0x28a93449, 0x351c264d, 0x2a9d4444, 0x54bb454, 0x2cd9c840, 0x333b2272, 0x2f6ccc41,
0x48a6848, 0x321a9047, 0x30698aa4, 0x34cc1857, 0x4188441, 0x374b8c72, 0x2c675ee3, 0x394b189b, 0x4461844, 0x3a8ca0d5, 0x2714cb28, 0x3aa9c520, 0x5a3805a, 0x396dad7c, 0x2082636b, 0x366821e6, 0x8c1808c, 0x319e8e59, 0x18f10fa3, 0x2b063ecc, 0xe211ce2, 0x230eff33, 0x1101d7bf, 0x1a344382, 0x15d3355d, 0x118ec3a9, 0x9f537b0, 0xa127f9f, 0x1f97a1f9, 0x54da75b, 0x52a3769, 0x4214ae0,
0x2a4c86a4, 0x77b923b, 0x44e26e4, 0xf211183, 0x342eb342, 0x1a48a8d9, 0x8ade62a, 0x26e22863, 0x3abbc7ab, 0x32556441, 0x1298a959, 0x3984a486, 0x3b8543b8, 0x3a228d29, 0x20a26ca3, 0x33782a0a, 0x34e10f4e, 0x269112eb, 0x2f61ac44, 0x172bdb88, 0x27944a79, 0xa01b3a5, 0x39d8306c, 0x41e772e, 0x16ec116e, 0x8349e42, 0x3b4e7127, 0x159ed132, 0x8ee388e, 0x2759086c, 0x318b4e42, 0x360c604b,
0x416c441, 0x3aad30ea, 0x1f52ab4c, 0x3227d60c, 0xc5100c5, 0x200f0329, 0xcb2d7c0, 0xd332fab, 0x1f1765f1, 0x41d2341, 0x40c4f48, 0xaa10217, 0x331eaf31, 0x1de834d5, 0xbecea0d, 0x3262f840, 0x3c07e3c0, 0x3ac2f8c5, 0x2122bcbe, 0x30984a19, 0x32711327, 0x1a110b5a, 0x36443c42, 0x72d939d, 0x1b4a25b4, 0x6843aa1, 0x3b1e5d0e, 0x199ec51c, 0x71d6871, 0x31ba8043, 0x29e7d2a0, 0x3a9a78d5,
0x7423074, 0x2baed264, 0xfa187b4, 0x1163eb95, 0x1d96a9d9, 0x40d0348, 0x41cff40, 0x110105b6, 0x36be5b6b, 0x2c86445f, 0x14192991, 0x3ac504a4, 0x39528f95, 0x2c11364d, 0x30f1904d, 0xf6c3f9c, 0x20c77e0c, 0x4738318, 0x3b7de0e0, 0x188edd47, 0x6ed446e, 0x34fb1040, 0x25a62ac4, 0x3749694a, 0xae110ae, 0x1baeff2b, 0x88487bf, 0x4b22386, 0x29cc529c, 0x10d9f1d5, 0x9ee367c, 0x3072784f,
0x3a4777a4, 0x33b35d29, 0x25f324d7, 0x1e197ea4, 0x22d6862d, 0x19f6ee6a, 0x21b871bb, 0x1f286df1, 0x1ff7ddff, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007d600, 0x11b801b0, 0x20021a00, 0x4080041, 0x20010200, 0x3ffffc40, 0x0, 0x2749d000, 0x20494250, 0x26372e04, 0xb396d, 0x40ffc40, 0x2e7103ff, 0x40a0440, 0x1f810218, 0x4080c40,
}

Definition at line 674 of file ntv2testpatterngen.cpp.

◆ LineSweep_720_2

const uint32_t LineSweep_720_2[]
static
Initial value:
=
{
0x20010200, 0x4080040, 0x20010600, 0x11b80086, 0x2006c200, 0x1f6801f5, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f67b5f6, 0x1af7d9ed, 0x1f66bdf6, 0x1537d953, 0x1f63b5f6, 0x917d8ed, 0x1ca245f2, 0x535f453, 0xb91011b, 0x661b040, 0x4019844, 0xe111ce1, 0x13266498, 0x2677d999, 0x35499eba,
0x31fe971f, 0x3a8e6bac, 0x3c0e039a, 0x2d1f0333, 0x3ad9bfad, 0x1fadbe22, 0x3137db6f, 0x1f6c4df6, 0x2ad7daad, 0x1f6945f6, 0x2137da51, 0x1f684df6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x1fc7d9fc, 0x1f674df6, 0x1847d9d3, 0x1f6611f6, 0x1207d920, 0x1f62f1f6, 0x6d7c8bc, 0x17d1b5ca, 0x4446c44, 0x6c11cb9, 0x9a11047, 0x4726840, 0x13826138, 0x1f680132, 0x2c8aea00, 0x3a5b2354, 0x366eb366, 0x380ee7a8, 0x3bcccfb9, 0x26fef2d1, 0x39388b93, 0x1f6d11fa, 0x2e07db44, 0x1f6b81f6, 0x27c7da7c, 0x1f68b5f6, 0x2047da2d, 0x1f6811f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x1fc7da00, 0x1f67f1f6, 0x1d37d9d3, 0x1f6611f6, 0x1207d984, 0x1f6481f6, 0xbc7d8bc, 0x1ca1b5f2, 0x445f46d, 0xb91111b, 0x471b047, 0x4026844, 0x13811c9a, 0x1324e098, 0x2007da00, 0x354b22ba, 0x366e96c8, 0x3a8d9bac,
0x3b9e03b9, 0x2d1ef333, 0x3939bfbc, 0x1fae4e22, 0x3447db44, 0x1f6b81f6, 0x27c7dae0, 0x1f69f1f6, 0x22d7da2d, 0x1f6811f6, 0x2007da04, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f67f1f6, 0x1d37d9fc, 0x1f674df6,
0x1847d984, 0x1f6481f6, 0xbc7d920, 0x1f22f1f6, 0x6d7286d, 0x11b1117d, 0x472e444, 0x4411c6c, 0x9a1009a, 0x984e047, 0x2004c938, 0x2ba801f6, 0x2c8d52c8, 0x3acd9ba5, 0x3b9ea366, 0x333ee780, 0x3bcb47bc, 0x222e4e6f, 0x3447eb93, 0x1f6d11f6, 0x2e07dae0, 0x1f69f1f6, 0x22d7da7c, 0x1f68b5f6, 0x2047da04, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f67b5f6, 0x1af7d9ed, 0x1f66bdf6, 0x1537d953, 0x1f63b5f6, 0x917d8ed, 0x1ca245f2, 0x535f453, 0xb91011b, 0x661b040, 0x4019844, 0xe111ce1, 0x13266498, 0x2677d999, 0x35499eba, 0x31fe971f, 0x3a8e6bac, 0x3c0e039a, 0x2d1f0333,
0x3ad9bfad, 0x1fadbe22, 0x3137db6f, 0x1f6c4df6, 0x2ad7daad, 0x1f6945f6, 0x2137da51, 0x1f684df6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x1ed7da00, 0x1f67b5f6, 0x1af7d9af, 0x1f654df6, 0xed7d953, 0x1f63b5f6, 0x917c891, 0x17d14dca, 0x4046c53, 0x6c100b9, 0x6611066, 0x4738440, 0x199260e1, 0x1f666532, 0x267aea67, 0x3a5c7f54, 0x39aeb31f, 0x380e6ba8, 0x3c0ccfc0, 0x26feb6d1, 0x36f88bad, 0x1f6dbdfa, 0x3137db13, 0x1f6ab5f6, 0x2517daad, 0x1f6945f6, 0x2137da13, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007d600, 0x11b801b0, 0x20021a00, 0x4080041, 0x20010200, 0x3ffffc40, 0x0, 0x2749d000, 0x210741d0, 0x1ed89a10, 0x7ca66, 0x4000040, 0x3ff103ff, 0x4079840, 0x21810203, 0x409e040,
}

Definition at line 705 of file ntv2testpatterngen.cpp.

◆ Multiburst_1080_0

const uint32_t Multiburst_1080_0[]
static

Definition at line 396 of file ntv2testpatterngen.cpp.

◆ Multiburst_486_0

const uint32_t Multiburst_486_0[]
static
Initial value:
=
{
0x20010200, 0x4085040, 0x25812a14, 0x1479609e, 0x2b57c2b5, 0x24ebe644, 0x30d93af9, 0x24ec364e, 0x30d93b0d, 0x24ec364e, 0x30d93b0d, 0x24ec364e, 0x30d93b0d, 0x24ec364e, 0x30d93b0d, 0x24ec364e, 0x30d93b0d, 0x24ec364e, 0x30d93b0d, 0x24ec364e, 0x30d93b0d, 0x24ec364e, 0x30d93b0d, 0x24ec364e, 0x30d93b0d, 0x24ec364e, 0x30c93b0d, 0x24ec324e, 0x2e593ae5, 0x24e97a4e, 0x1a293a5e, 0x24e68a4e,
0x11b9391b, 0x24e3d24e, 0xf3938f4, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf38ecf3, 0x1213cdd3, 0xf3214f3, 0x403cc44, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40,
0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403d040, 0xf8100f4, 0x403e040, 0xfc100fc, 0x403f840, 0xfb100fe, 0x403ec40, 0xf6100f6, 0x403cc40, 0xf9100f3, 0x403e440, 0x10d1010d, 0x404cc40, 0x16a10133, 0x405a840, 0x1a8101a8, 0x4078440, 0x207101e1, 0x4081c40, 0x20e1020e, 0x407c440, 0x1b6101f1, 0x406d840, 0x16b1016b, 0x4049440, 0xf910125, 0x403e440,
0xfa100fa, 0x404b040, 0x18c1012c, 0x4063040, 0x20610206, 0x40a0040, 0x2de10280, 0x40b7840, 0x30b1030b, 0x40bf040, 0x2b4102fc, 0x40ad040, 0x24410244, 0x4071c40, 0x157111c7, 0x4a55c48, 0x10d1250d, 0x403cc44, 0x10a10cf3, 0x7442853, 0x14629546, 0x11c644e1, 0x1d751d91, 0x14275d56, 0x20443e04, 0x8083cc8, 0x1f71360f, 0x677dc42, 0x1c62edc6, 0x1a76252d, 0x14d83589, 0x24653646,
0x11e8351e, 0x12d405a7, 0xf42ed01, 0x423d067, 0xf4134f4, 0xc83e480, 0xfd43cf9, 0x1563f542, 0xfd51cfd, 0xe13e91c, 0xf6294fa, 0x533d874, 0xf310cf3, 0x443cc40, 0xf3124f3, 0x483cc4a, 0xf3110f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40,
0xf3100f3, 0x403d440, 0xfd100f5, 0x403f440, 0xfa100fa, 0x403cc40, 0x115100f3, 0x4045440, 0x17910179, 0x407b440, 0x20a101ed, 0x4082840, 0x1a4101a4, 0x4045c40, 0x10210117, 0x4040840, 0x1a9101a9, 0x40a6c40, 0x30d1029b, 0x41c3440, 0x29b10e9b, 0x416a441, 0x10213da9, 0x8e4086f, 0x11723d17, 0x436906a, 0x20a145a4, 0x119828a8, 0x1ed52ded, 0x8c5e50d, 0x11510179, 0x13d45484,
0xf3790f3, 0x14e3e9ef, 0xfd214fa, 0xcc3f443, 0xf56e0f5, 0x2073ce49, 0xf34a4f3, 0x533cc64, 0xf33e0f3, 0x1ff3cdbe, 0xf362cf3, 0x483ccc6, 0xf3184f3, 0x13f3ccdb, 0xf34e4f3, 0x6c3ccd7, 0xf3100f3, 0x843cc58, 0xf324cf3, 0x5a3cc7d, 0xf3110f3, 0x423cc40, 0xf3108f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40,
0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf6100f6, 0x403d840, 0xf9100f6, 0x403e440, 0x13b1013b, 0x4060c40, 0x14910183, 0x4052440, 0xf3100f3, 0x405f040, 0x26d1017c, 0x409b440, 0x23e1023e, 0x414b040, 0x1301012c, 0x5b4c045, 0x28319683, 0x45bf04c, 0x1cd21efc, 0x94734c5,
0xf3108f3, 0x1286cc85, 0x2874adb3, 0x54a1c7c, 0x2024ca02, 0x11a459cb, 0x10f11516, 0x1ff43cd2, 0x17878178, 0x5e5a4a2, 0x11165d69, 0x14f4464b, 0xf3118f3, 0x20b3e0df, 0xf3744f8, 0x5a3cc99, 0xf3544f3, 0xfc3cdc6, 0xf3110f3, 0x13e3cc9f, 0xf3430f3, 0x4b3cc69, 0xf3298f3, 0x763ccc0, 0xf3104f3, 0x663cc53, 0xf3158f3, 0x403cc43, 0xf3104f3, 0x403cc40, 0xf3100f3, 0x403cc40,
0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf6100f3, 0x403d840, 0xf6100f6, 0x404ac40, 0x13f1012b, 0x404fc40, 0xf4100f4, 0x405d840, 0x20110176, 0x4080440,
0x12911129, 0x4b56054, 0x2b211558, 0x7eac87e, 0x1dc101dc, 0xdf40c97, 0x29f17103, 0x141a7c7e, 0x29f30a9f, 0x15e40c4c, 0x1dc59d03, 0x11477049, 0x2b27eeb2, 0x95560ad, 0x12988558, 0x434a562, 0x2016ea01, 0x655da08, 0xf440d76, 0xe53d239, 0x13f1b53f, 0x1664add9, 0xf61012b, 0x18d3d92a, 0xf61b8f6, 0x1483cc90, 0xf32a4f3, 0xd03cc48, 0xf32ccf3, 0x703cc43, 0xf3220f3, 0x463cc4c,
0xf3158f3, 0x403cc47, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40,
0xf4100f4, 0x4040840, 0xf310102, 0x403cc40, 0x14310143, 0x4145442, 0x14d12515, 0x4753452, 0x1bd1f1bd, 0xa13f440, 0x265184fd, 0xc399494, 0x13716537, 0x4482934, 0x2575420a, 0xed95ca6, 0x11f5a11f, 0x1fac3463, 0x11f13b0d, 0xf147dd7, 0x25744e57, 0x5c829de, 0x13793a0a, 0x1de4dc5c, 0x26544e65, 0x1d73f4f1, 0x1bd138fd, 0x636f5fa, 0x14d5a14d, 0xa6454ed, 0x14354115, 0x13450c44,
0xf3164f3, 0x94408c3, 0xf318502, 0x403cca1, 0xf31f0f3, 0x523cc47, 0xf3124f3, 0x403cc41, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40,
0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403e040, 0x123100f8, 0x4048c40, 0x17a1017a, 0x4074040, 0x1fb101d0, 0x407ec40,
}

Definition at line 471 of file ntv2testpatterngen.cpp.

◆ Multiburst_576_0

const uint32_t Multiburst_576_0[]
static
Initial value:
=
{
0x20010200, 0x4085040, 0x25812a14, 0x1479609e, 0x2b57c2b5, 0x24ebe644, 0x30d93af9, 0x24ec364e, 0x30d93b0d, 0x24ec364e, 0x30d93b0d, 0x24ec364e, 0x30d93b0d, 0x24ec364e, 0x30d93b0d, 0x24ec364e, 0x30d93b0d, 0x24ec364e, 0x30d93b0d, 0x24ec364e, 0x30d93b0d, 0x24ec364e, 0x30d93b0d, 0x24ec364e, 0x30d93b0d, 0x24ec364e, 0x30c93b0d, 0x24ec324e, 0x2e593ae5, 0x24e97a4e, 0x1a293a5e, 0x24e68a4e,
0x11b9391b, 0x24e3d24e, 0xf3938f4, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf3938f3, 0x24e3ce4e, 0xf38ecf3, 0x1213cdd3, 0xf3214f3, 0x403cc44, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40,
0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403d040, 0xf8100f4, 0x403e040, 0xfc100fc, 0x403f840, 0xfb100fe, 0x403ec40, 0xf6100f6, 0x403cc40, 0xf9100f3, 0x403e440, 0x10d1010d, 0x404cc40, 0x16a10133, 0x405a840, 0x1a8101a8, 0x4078440, 0x207101e1, 0x4081c40, 0x20e1020e, 0x407c440, 0x1b6101f1, 0x406d840, 0x16b1016b, 0x4049440, 0xf910125, 0x403e440,
0xfa100fa, 0x404b040, 0x18c1012c, 0x4063040, 0x20610206, 0x40a0040, 0x2de10280, 0x40b7840, 0x30b1030b, 0x40bf040, 0x2b4102fc, 0x40ad040, 0x24410244, 0x4071c40, 0x157111c7, 0x4a55c48, 0x10d1250d, 0x403cc44, 0x10a10cf3, 0x7442853, 0x14629546, 0x11c644e1, 0x1d751d91, 0x14275d56, 0x20443e04, 0x8083cc8, 0x1f71360f, 0x677dc42, 0x1c62edc6, 0x1a76252d, 0x14d83589, 0x24653646,
0x11e8351e, 0x12d405a7, 0xf42ed01, 0x423d067, 0xf4134f4, 0xc83e480, 0xfd43cf9, 0x1563f542, 0xfd51cfd, 0xe13e91c, 0xf6294fa, 0x533d874, 0xf310cf3, 0x443cc40, 0xf3124f3, 0x483cc4a, 0xf3110f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40,
0xf3100f3, 0x403d440, 0xfd100f5, 0x403f440, 0xfa100fa, 0x403cc40, 0x115100f3, 0x4045440, 0x17910179, 0x407b440, 0x20a101ed, 0x4082840, 0x1a4101a4, 0x4045c40, 0x10210117, 0x4040840, 0x1a9101a9, 0x40a6c40, 0x30d1029b, 0x41c3440, 0x29b10e9b, 0x416a441, 0x10213da9, 0x8e4086f, 0x11723d17, 0x436906a, 0x20a145a4, 0x119828a8, 0x1ed52ded, 0x8c5e50d, 0x11510179, 0x13d45484,
0xf3790f3, 0x14e3e9ef, 0xfd214fa, 0xcc3f443, 0xf56e0f5, 0x2073ce49, 0xf34a4f3, 0x533cc64, 0xf33e0f3, 0x1ff3cdbe, 0xf362cf3, 0x483ccc6, 0xf3184f3, 0x13f3ccdb, 0xf34e4f3, 0x6c3ccd7, 0xf3100f3, 0x843cc58, 0xf324cf3, 0x5a3cc7d, 0xf3110f3, 0x423cc40, 0xf3108f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40,
0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf6100f6, 0x403d840, 0xf9100f6, 0x403e440, 0x13b1013b, 0x4060c40, 0x14910183, 0x4052440, 0xf3100f3, 0x405f040, 0x26d1017c, 0x409b440, 0x23e1023e, 0x414b040, 0x1301012c, 0x5b4c045, 0x28319683, 0x45bf04c, 0x1cd21efc, 0x94734c5,
0xf3108f3, 0x1286cc85, 0x2874adb3, 0x54a1c7c, 0x2024ca02, 0x11a459cb, 0x10f11516, 0x1ff43cd2, 0x17878178, 0x5e5a4a2, 0x11165d69, 0x14f4464b, 0xf3118f3, 0x20b3e0df, 0xf3744f8, 0x5a3cc99, 0xf3544f3, 0xfc3cdc6, 0xf3110f3, 0x13e3cc9f, 0xf3430f3, 0x4b3cc69, 0xf3298f3, 0x763ccc0, 0xf3104f3, 0x663cc53, 0xf3158f3, 0x403cc43, 0xf3104f3, 0x403cc40, 0xf3100f3, 0x403cc40,
0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf6100f3, 0x403d840, 0xf6100f6, 0x404ac40, 0x13f1012b, 0x404fc40, 0xf4100f4, 0x405d840, 0x20110176, 0x4080440,
0x12911129, 0x4b56054, 0x2b211558, 0x7eac87e, 0x1dc101dc, 0xdf40c97, 0x29f17103, 0x141a7c7e, 0x29f30a9f, 0x15e40c4c, 0x1dc59d03, 0x11477049, 0x2b27eeb2, 0x95560ad, 0x12988558, 0x434a562, 0x2016ea01, 0x655da08, 0xf440d76, 0xe53d239, 0x13f1b53f, 0x1664add9, 0xf61012b, 0x18d3d92a, 0xf61b8f6, 0x1483cc90, 0xf32a4f3, 0xd03cc48, 0xf32ccf3, 0x703cc43, 0xf3220f3, 0x463cc4c,
0xf3158f3, 0x403cc47, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40,
0xf4100f4, 0x4040840, 0xf310102, 0x403cc40, 0x14310143, 0x4145442, 0x14d12515, 0x4753452, 0x1bd1f1bd, 0xa13f440, 0x265184fd, 0xc399494, 0x13716537, 0x4482934, 0x2575420a, 0xed95ca6, 0x11f5a11f, 0x1fac3463, 0x11f13b0d, 0xf147dd7, 0x25744e57, 0x5c829de, 0x13793a0a, 0x1de4dc5c, 0x26544e65, 0x1d73f4f1, 0x1bd138fd, 0x636f5fa, 0x14d5a14d, 0xa6454ed, 0x14354115, 0x13450c44,
0xf3164f3, 0x94408c3, 0xf318502, 0x403cca1, 0xf31f0f3, 0x523cc47, 0xf3124f3, 0x403cc41, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40,
0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403cc40, 0xf3100f3, 0x403e040, 0x123100f8, 0x4048c40, 0x17a1017a, 0x4074040, 0x1fb101d0, 0x407ec40,
}

Definition at line 491 of file ntv2testpatterngen.cpp.

◆ Multiburst_720_0

const uint32_t Multiburst_720_0[]
static
Initial value:
=
{
0x20010200, 0x4085840, 0x28e10616, 0x1f6a38cb, 0x332c8732, 0x3aceabab, 0x3c0eb3aa, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac,
0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x394eb394, 0x321a93ab, 0x15c7daa4, 0x41570cb, 0x6c1006c, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040,
0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x5610040, 0x4115840, 0xce218ce, 0x1b05c91b, 0x1ea7d572, 0x1f67a9f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x21386e13, 0x2648e640, 0x25ea2239, 0x2cb97aaa, 0x283bae83, 0x324a9f09, 0x2c9cfaa7, 0x36ab2756, 0x2eadf6ea, 0x398c2b8c, 0x327e8b0a, 0x3acc9fa8, 0x343eb343, 0x3a3d73a9, 0x373e675c, 0x37edcf8d, 0x387db387, 0x340e6358, 0x3a6c9f98, 0x2ede9b0b, 0x3b1b3bb1, 0x28bee6ad, 0x3be99fb9, 0x21eefa43, 0x3c07e7c0, 0x1afefdd4, 0x3ba62fbf, 0x145ee967,
0x3b2493b2, 0xe6e9d04, 0x39932ba7, 0x98e64b0, 0x38820f88, 0x61dd071, 0x35e15774, 0x44d784b, 0x34510745, 0x43ca840, 0x30d1272a, 0x5ec3452, 0x2ed1b6ed, 0x93b307e, 0x2aa2aacc, 0xdeaa8c3, 0x2863f286, 0x13c9851b, 0x23c57a61, 0x1a68f182, 0x21672a16, 0x2157c1ef, 0x1cb8e5f0, 0x28172e5e, 0x1a5a91a5, 0x2e5602c5, 0x15cc0d80, 0x33a57320, 0x13ad493a, 0x37a46367, 0xf9e2518, 0x3a03e796,
0xdbe9cdb, 0x3ac2ffab, 0xa6ea4bf, 0x39b29ba4, 0x8fe408f, 0x36f1ef81, 0x6ad6c7b, 0x32b1ab45, 0x5bc405b, 0x2d4142f3, 0x47acc50, 0x26e11e91, 0x4292442, 0x20010225, 0x4176c40, 0x191105b6, 0x465b846, 0x1291354b, 0x584244d, 0xcf160eb, 0x662d066, 0x871d89c, 0x8a1d076, 0x5722864, 0xa0130a0, 0x412e445, 0xd4100b9, 0x4835042, 0xf1140f1, 0x6a4405b, 0x1311ed10, 0xa54c48f,
0x1532f953, 0xf75dcd9, 0x19b45977, 0x15866d36, 0x1c15edc1, 0x1c47999f, 0x2007d9e6, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1fd801f6, 0x21084210, 0x24193a2b, 0x2b08fa4e, 0x1c1ac214, 0x30054700, 0x98c10e3, 0x29f24304, 0x161a7cd6,
0x1f0855f0, 0x3524eac5, 0xa6e813a, 0x35b29ba4, 0x50b5050, 0x16e11a25, 0x8a33c46, 0x4022864, 0x1101a910, 0x17b704d9, 0x27c8cdc1, 0x3639f2e0, 0x322e9b22, 0x349e579d, 0x3c0ae795, 0x151f0206, 0x39c2e79c, 0x42cbc59, 0x28c1e32f, 0x199a30f1, 0x1d1945d1, 0x37347af9, 0x93ea91e, 0x33524f94, 0x49a7449, 0x135131e8, 0x9c2944c, 0x4527050, 0x12b21d2b, 0x1b77810a, 0x29a9bde0, 0x381a6b11,
0x339eb339, 0x31fe8789, 0x3bfa03a1, 0x11aefdc9, 0x38e24b8e, 0x4bc5c49, 0x26e26717, 0x1d59b925, 0x1b2a31b2, 0x38e41328, 0x82ead04, 0x30820b7c, 0x4498c44, 0x100151ab, 0xb020454, 0x532c044, 0x1472b147, 0x1f47fd40, 0x2b7aa1ff, 0x398adf3d, 0x34fea74f, 0x2efeb36d, 0x3bd917ac, 0xe8ef58d, 0x37f1cb7f, 0x5dbf841, 0x250306fe, 0x2139415c, 0x194b1194, 0x3a03af50, 0x72e90eb, 0x2d51cb5c,
0x4189c41, 0xd017970, 0xc51945e, 0x6931440, 0x16436164, 0x23187979, 0x2c6b661e, 0x371b1b4c, 0x31cd231c, 0x26dc22e7, 0x2ad7ff08, 0x19aab5b6, 0x24968e49, 0x1de839c1, 0x2007c60e, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x205869ff, 0x24d7a61a, 0x17f935a8, 0x21f6ea1f, 0x2f855e5e, 0x9abcd57, 0xf326a1b, 0xd916cd9, 0x23387cdf, 0x364d8e1f, 0x2b9d939d, 0x3b8547b8, 0x78b8c59, 0x175666e3, 0x3aa5d6f9, 0x65cd465, 0xa51ade8, 0x1831146b, 0x26f60d0a, 0x2efe06ef, 0x280eeb89, 0x35b46bba, 0x99d6c49, 0x21175611, 0x3ab2f328, 0x42c20bc, 0x81109ab, 0xf514cf5, 0x2a897540, 0x386e625d, 0x245e1b6d,
0x3a73a3a7, 0xc1aac41, 0x13b84eab, 0x3a44ef50, 0x50b5450, 0x6522570, 0x1c01a489, 0x2de70179, 0x322e9b22, 0x208f034a, 0x3302ebc0, 0xf0cc041, 0x1d293dd2, 0x39525372, 0x4ba7c94, 0x5012d37, 0x12a2192a, 0x310a65b5, 0x3a1eb299, 0x1cbe8720, 0x38f24f8f, 0x1239bc4b, 0x105a2a6f, 0x37d4178d, 0x4499444, 0x442bd02, 0x1fe2acaf, 0x33b7f9f2, 0x34eea74e, 0x18fef6f1, 0x2ff1cfbd, 0x15abfc5c,
0x195b0995, 0x35e1cf9f, 0x5e8a473, 0x40178d2, 0x16335963, 0x361b4a2f, 0x3b4e7ad2, 0x155ed2bc, 0x36f16b6f, 0x1958c876, 0xd3bda32, 0x33734faa, 0x407b040, 0x4536ca7, 0x23c41cdb, 0x3788f26b, 0x35edcb5e, 0x149d6a73, 0x27a31f5a, 0x1e49e921, 0x1be9b5be, 0x22e6ae76, 0x1e87b5ab, 0x1ed7a1df, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f7801f6, 0x21a7ee00, 0x1c4869e5, 0x1fd7f1fd, 0x24d55a73, 0x16e58956, 0x2215b906, 0x2e8d42e8, 0xcce0aa1, 0x1d120382, 0x3aa74651, 0x49a7449, 0x874aca5, 0x3399bd2b, 0x280ce7ac, 0x38e24b8e, 0x28c6c899, 0x44eadb2, 0x8111263, 0x1472b147, 0x3a9d3ea8, 0x37f9174f, 0xc1dfc72,
0x194b1194, 0x227107a4, 0x16419441, 0x2de590d8, 0x363e7763, 0x59dba08, 0x1763c36e, 0x3955daf7, 0x407a840, 0x10960850, 0x375c4182, 0x1cbdd78a, 0x35b1275b, 0x32656123, 0x42df558, 0x44109ad, 0x1a04f9a0, 0x36ee1b3b, 0x34763f86, 0x15ad1c41, 0x13cd3d3c, 0x1721175e, 0x1bf10045, 0x3616fd77, 0x394d2f94, 0x41cc155, 0x12065730, 0x33748371, 0x4b4e44b, 0x1b377845, 0x3a1e01de, 0x11ee8722,
0x31912b19, 0x38c415d1, 0x53c2d05, 0x5214d04, 0x1fd7c1fd, 0x2f2eaf97, 0x3003afab, 0x20ec005b, 0xece7cec, 0xd3176d9, 0x21c19c5d, 0x3a58722d, 0x3b3afbb3, 0x75b94bd, 0xd492ee5, 0x2a3353aa, 0x692a069, 0x2698ec84, 0x3baeb23b, 0x95eea86, 0x2ca256ca, 0x3ac2fa86, 0x779a4be, 0xa81dc84, 0x25aa8a5a, 0x246e8ba1, 0x28b293a2, 0x284a2cfc, 0x130bed30, 0x1595b211, 0x2186856c, 0x22a86224,
0x21c7e21c, 0x1f6801ee, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f4801f7, 0x21077610, 0x23e6c20f, 0x1c3681b0, 0x2ad70d86, 0x3089b308, 0x1ac898d2, 0x5cdd626, 0x4e171e9, 0x23e9be3e, 0x11aec789, 0x157267b1, 0x30855f28,
0x7920479, 0x398c2540, 0x34691709, 0x213d1841, 0xa7e90a7, 0x6943d70, 0x394b790f, 0xbae534a, 0x28d3c28d, 0x29f12772, 0x1df14049, 0x3ac77db5, 0x3bf72fbf, 0x28a6cc4b, 0x53df5b3, 0xab14d02, 0x2b6ceeb6, 0x73e02f1, 0xeb56b80, 0x2293af9f, 0xc4100c4, 0x39ed8a2f, 0x2e455762, 0x2f6b9076, 0x65cdc65, 0x107604a7, 0x3bae0181, 0x49eea84, 0x21374613, 0x1af107ac, 0x25b14841, 0x36f96ea4,
0x3a83afa8, 0x34e4f4be, 0x88b653d, 0x17522066, 0x320e9720, 0x41cc60c, 0x9592f31, 0x13b25796, 0x12821128, 0x323e830c, 0x271257a0, 0x38b9c51f, 0x449a444, 0x1ee7f044, 0x3bdea9fc, 0x5bef593, 0x197af997, 0xd517760, 0x2d034c5d, 0x2c0b435f, 0x37016f70, 0x3a935591, 0xda7c0d5, 0x26736844, 0x373e3373, 0x94b2d21, 0x5bc8acb, 0x8516f0e, 0x19d4e59d, 0x24defb95, 0x1f6107be, 0x3a67da0a,
0x455dc45, 0x2d79dc65, 0x384d2277, 0x10ae10d3, 0x14fc8d4f, 0xf849a73, 0x27a74526, 0x1ec9eaa2, 0x23968239, 0x20e7a607, 0x2007c5e9, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2017de01, 0x1f87fdee, 0x1b5889ff, 0x2086d5a5,
0x29f9ee9f, 0x22d79127, 0xe3b5de4, 0x26038ca4, 0x388c3788, 0x28c6c851, 0xb0c21b2, 0x2a82c044, 0x3acbbfac, 0x2c465041, 0xc5b5594, 0x2de31440, 0x3b4aefb4, 0x2f75d841, 0xdca7d76, 0x31037045, 0x3baa0bba, 0x3265604b, 0xf499558, 0x33b3d052, 0x3be91fbe, 0x34f4f05c, 0x10e8a53c, 0x36143868, 0x3c082bc0, 0x37148076, 0x1297b120, 0x3804a485, 0x3c0737c0, 0x38c41497, 0x1456bd05, 0x397514aa,
0x3bd647bd, 0x39f3b0be, 0x1625d0ec, 0x3a5588d5, 0x3b855fb8, 0x3aa350ec, 0x1804ecd4, 0x3ac60105, 0x3b147fb1, 0x3ac2f91f, 0x19e414be, 0x3aa6793b, 0x3a83b3a8, 0x3a52a557, 0x1bc354a9, 0x39f6f174, 0x39d2fb9d, 0x39725991, 0x1dc2a896, 0x38c771af, 0x39025f90, 0x380211cd, 0x1fb21484, 0x3717edec, 0x3811db81, 0x3611d20a, 0x21a1a074, 0x34f86a29, 0x37017370, 0x33b19e47, 0x23914867, 0x3268e665,
0x35e12f5e, 0x31016e82, 0x2581145b, 0x2f79629f, 0x34910749, 0x2de146bb, 0x27610051, 0x2c49dad5, 0x33310733, 0x2a812aef, 0x2941104a, 0x289a5307, 0x30a18f0a, 0x256276fa, 0x26c32c9d, 0x2249b2b7, 0x26654e66, 0x20269a59, 0x20d715a6, 0x1f78360c, 0x2007d600, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6805f6, 0x1ef7ba01, 0x1d27be10, 0x20680a06, 0x15f9662f, 0x10ab4259, 0x24b42929, 0x36199761, 0x391340c4, 0x25d224d0, 0x245976a8, 0x2ab306ab, 0x65227a4, 0x3c0b7889, 0xf0f0208, 0x94e5494, 0x310a6450, 0x26f72e99, 0x37d9bd23, 0xaf110af, 0x18fef73b, 0x7356bbd, 0x401cf5e, 0x2d2d86d2, 0x1958c955, 0xdbcde32, 0x38036c45,
0x3b147bb1, 0x30b169d1, 0x3071485a, 0xebc1f97, 0x1f3839f3, 0x67436d9, 0x39de950d, 0x24be74bd, 0x49a8c49, 0x3accdc84, 0x1b525737, 0x2696d686, 0x1442a144, 0x75e07aa, 0x41afb81, 0xd31062d, 0x361e7f61, 0x2f25e45b, 0x17f7c179, 0x38c5fd04, 0x35d12b5d, 0x1b310722, 0x3844e441, 0x41e1371, 0x13ed2d3e, 0x1726ed77, 0x333d3dbb, 0x36eccc41, 0x4a4f84a, 0x326e7dad, 0x1081279f, 0x1094238a,
0x1fa7a9fa, 0x59c0af7, 0x5ce7702, 0x227170d8, 0x3b3b13b3, 0x3a935c72, 0x2382b0d7, 0x28c8e263, 0x2cd24acd, 0x871dbac, 0x3bea7476, 0xb9efa51, 0xabe98ab, 0x2d49d46a, 0x29385675, 0x398a4ce6, 0x9715097, 0x1d7f0306, 0x86463c0, 0x4621b82, 0x2b0cceb0, 0x1599499d, 0x100ce252, 0x2f240098, 0x30b66f0b, 0x27857dc0, 0x22f5dd5f, 0x1dd8be44, 0x2027ce02, 0x1f5801fc, 0x2007da00, 0x1f6801f6,
0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007da00, 0x1f6801f6, 0x2007d600, 0x11b801b0, 0x20021a00, 0x4080041, 0x20010200, 0x3ffffc40, 0x0, 0x2749d000, 0x2009b26c, 0x12bbd200, 0x41663, 0x4000040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
}

Definition at line 440 of file ntv2testpatterngen.cpp.

◆ Narrow2PercentBlack

const AJA_RGB16BitPixel Narrow2PercentBlack = { 80*4,80*4, 80*4 }
static

Definition at line 1599 of file ntv2testpatterngen.cpp.

◆ Narrow4PercentBlack

const AJA_RGB16BitPixel Narrow4PercentBlack = { 99*4,99*4,99*4 }
static

Definition at line 1600 of file ntv2testpatterngen.cpp.

◆ NarrowBlack

const AJA_RGB16BitPixel NarrowBlack = { 64*4,64*4,64*4 }
static

Definition at line 1597 of file ntv2testpatterngen.cpp.

◆ NarrowBlue100

const AJA_RGB16BitPixel NarrowBlue100 = { 940*4,64*4,64*4 }
static

Definition at line 1549 of file ntv2testpatterngen.cpp.

◆ NarrowBlue58

const AJA_RGB16BitPixel NarrowBlue58 = { 572*4,64*4,64*4 }
static

Definition at line 1565 of file ntv2testpatterngen.cpp.

◆ NarrowBlue58_709

const AJA_RGB16BitPixel NarrowBlue58_709 = { 562*4,236*4,317*4 }
static

Definition at line 1595 of file ntv2testpatterngen.cpp.

◆ NarrowBlue75

const AJA_RGB16BitPixel NarrowBlue75 = { 721*4,64*4,64*4 }
static

Definition at line 1557 of file ntv2testpatterngen.cpp.

◆ NarrowBlue75_709

const AJA_RGB16BitPixel NarrowBlue75_709 = { 702*4,147*4,227*4 }
static

Definition at line 1588 of file ntv2testpatterngen.cpp.

◆ NarrowCyan100

const AJA_RGB16BitPixel NarrowCyan100 = { 940*4,940*4,64*4 }
static

Definition at line 1545 of file ntv2testpatterngen.cpp.

◆ NarrowCyan58

const AJA_RGB16BitPixel NarrowCyan58 = { 572*4,572*4,64*4 }
static

Definition at line 1561 of file ntv2testpatterngen.cpp.

◆ NarrowCyan58_709

const AJA_RGB16BitPixel NarrowCyan58_709 = { 571*4,566*4,484*4 }
static

Definition at line 1591 of file ntv2testpatterngen.cpp.

◆ NarrowCyan75

const AJA_RGB16BitPixel NarrowCyan75 = { 721*4,721*4,64*4 }
static

Definition at line 1553 of file ntv2testpatterngen.cpp.

◆ NarrowCyan75_709

const AJA_RGB16BitPixel NarrowCyan75_709 = { 718*4,709*4,538*4 }
static

Definition at line 1584 of file ntv2testpatterngen.cpp.

◆ NarrowGreen100

const AJA_RGB16BitPixel NarrowGreen100 = { 64<<2,940<<2,64*4 }
static

Definition at line 1546 of file ntv2testpatterngen.cpp.

◆ NarrowGreen58

const AJA_RGB16BitPixel NarrowGreen58 = { 64*4,572*4,64*4 }
static

Definition at line 1562 of file ntv2testpatterngen.cpp.

◆ NarrowGreen58_709

const AJA_RGB16BitPixel NarrowGreen58_709 = { 368*4,564*4,474*4 }
static

Definition at line 1592 of file ntv2testpatterngen.cpp.

◆ NarrowGreen75

const AJA_RGB16BitPixel NarrowGreen75 = { 64*4,721*4,64*4 }
static

Definition at line 1554 of file ntv2testpatterngen.cpp.

◆ NarrowGreen75_709

const AJA_RGB16BitPixel NarrowGreen75_709 = { 296*4,706*4,512*4 }
static

Definition at line 1585 of file ntv2testpatterngen.cpp.

◆ NarrowGrey40

const AJA_RGB16BitPixel NarrowGrey40 = { 414*4,414*4,414*4 }
static

Definition at line 1567 of file ntv2testpatterngen.cpp.

◆ NarrowMagenta100

const AJA_RGB16BitPixel NarrowMagenta100 = { 940*4,64*4,940*4 }
static

Definition at line 1547 of file ntv2testpatterngen.cpp.

◆ NarrowMagenta58

const AJA_RGB16BitPixel NarrowMagenta58 = { 572*4,64*4,572*4 }
static

Definition at line 1563 of file ntv2testpatterngen.cpp.

◆ NarrowMagenta58_709

const AJA_RGB16BitPixel NarrowMagenta58_709 = { 564*4,361*4,536*4 }
static

Definition at line 1593 of file ntv2testpatterngen.cpp.

◆ NarrowMagenta75

const AJA_RGB16BitPixel NarrowMagenta75 = { 721*4,64*4,721*4 }
static

Definition at line 1555 of file ntv2testpatterngen.cpp.

◆ NarrowMagenta75_709

const AJA_RGB16BitPixel NarrowMagenta75_709 = { 705*4,286*4,651*4 }
static

Definition at line 1586 of file ntv2testpatterngen.cpp.

◆ NarrowMinus2PercentBlack

const AJA_RGB16BitPixel NarrowMinus2PercentBlack = { 48*4,48*4,48*4 }
static

Definition at line 1598 of file ntv2testpatterngen.cpp.

◆ NarrowRed100

const AJA_RGB16BitPixel NarrowRed100 = { 64*4,64*4,940*4 }
static

Definition at line 1548 of file ntv2testpatterngen.cpp.

◆ NarrowRed58

const AJA_RGB16BitPixel NarrowRed58 = { 64*4,64*4,572*4 }
static

Definition at line 1564 of file ntv2testpatterngen.cpp.

◆ NarrowRed58_709

const AJA_RGB16BitPixel NarrowRed58_709 = { 256*4,350*4,530*4 }
static

Definition at line 1594 of file ntv2testpatterngen.cpp.

◆ NarrowRed75

const AJA_RGB16BitPixel NarrowRed75 = { 64*4,64*4,721*4 }
static

Definition at line 1556 of file ntv2testpatterngen.cpp.

◆ NarrowRed75_709

const AJA_RGB16BitPixel NarrowRed75_709 = { 164*4,269*4,639*4 }
static

Definition at line 1587 of file ntv2testpatterngen.cpp.

◆ NarrowStep0

const AJA_RGB16BitPixel NarrowStep0 = { 64*4,64*4,64*4 }
static

Definition at line 1570 of file ntv2testpatterngen.cpp.

◆ NarrowStep10

const AJA_RGB16BitPixel NarrowStep10 = { 152*4,152*4,152*4 }
static

Definition at line 1571 of file ntv2testpatterngen.cpp.

◆ NarrowStep100

const AJA_RGB16BitPixel NarrowStep100 = { 940*4,940*4,940*4 }
static

Definition at line 1580 of file ntv2testpatterngen.cpp.

◆ NarrowStep109

const AJA_RGB16BitPixel NarrowStep109 = { 1019*4,1019*4,1019*4 }
static

Definition at line 1581 of file ntv2testpatterngen.cpp.

◆ NarrowStep20

const AJA_RGB16BitPixel NarrowStep20 = { 239*4,239*4,239*4 }
static

Definition at line 1572 of file ntv2testpatterngen.cpp.

◆ NarrowStep30

const AJA_RGB16BitPixel NarrowStep30 = { 327*4,327*4,327*4 }
static

Definition at line 1573 of file ntv2testpatterngen.cpp.

◆ NarrowStep40

const AJA_RGB16BitPixel NarrowStep40 = { 414*4,414*4,414*4 }
static

Definition at line 1574 of file ntv2testpatterngen.cpp.

◆ NarrowStep50

const AJA_RGB16BitPixel NarrowStep50 = { 502*4,502*4,502*4 }
static

Definition at line 1575 of file ntv2testpatterngen.cpp.

◆ NarrowStep60

const AJA_RGB16BitPixel NarrowStep60 = { 590*4,590*4,590*4 }
static

Definition at line 1576 of file ntv2testpatterngen.cpp.

◆ NarrowStep70

const AJA_RGB16BitPixel NarrowStep70 = { 677*4,677*4,677*4 }
static

Definition at line 1577 of file ntv2testpatterngen.cpp.

◆ NarrowStep80

const AJA_RGB16BitPixel NarrowStep80 = { 765*4,765*4,765*4 }
static

Definition at line 1578 of file ntv2testpatterngen.cpp.

◆ NarrowStep90

const AJA_RGB16BitPixel NarrowStep90 = { 852*4,852*4,852*4 }
static

Definition at line 1579 of file ntv2testpatterngen.cpp.

◆ NarrowStepMinus7

const AJA_RGB16BitPixel NarrowStepMinus7 = { 4*4,4*4,4*4 }
static

Definition at line 1569 of file ntv2testpatterngen.cpp.

◆ NarrowWhite100

const AJA_RGB16BitPixel NarrowWhite100 = { 940*4,940*4,940*4 }
static

Definition at line 1543 of file ntv2testpatterngen.cpp.

◆ NarrowWhite58

const AJA_RGB16BitPixel NarrowWhite58 = { 572*4,572*4,572*4 }
static

Definition at line 1559 of file ntv2testpatterngen.cpp.

◆ NarrowWhite75

const AJA_RGB16BitPixel NarrowWhite75 = { 721*4,721*4,721*4 }
static

Definition at line 1551 of file ntv2testpatterngen.cpp.

◆ NarrowYellow100

const AJA_RGB16BitPixel NarrowYellow100 = { 64*4,940*4, 940*4}
static

Definition at line 1544 of file ntv2testpatterngen.cpp.

◆ NarrowYellow58

const AJA_RGB16BitPixel NarrowYellow58 = { 64*4,572*4,572*4 }
static

Definition at line 1560 of file ntv2testpatterngen.cpp.

◆ NarrowYellow58_709

const AJA_RGB16BitPixel NarrowYellow58_709 = { 381*4,571*4,568*4 }
static

Definition at line 1590 of file ntv2testpatterngen.cpp.

◆ NarrowYellow75

const AJA_RGB16BitPixel NarrowYellow75 = { 64*4,721*4,721*4 }
static

Definition at line 1552 of file ntv2testpatterngen.cpp.

◆ NarrowYellow75_709

const AJA_RGB16BitPixel NarrowYellow75_709 = { 316*4,719*4,713*4 }
static

Definition at line 1583 of file ntv2testpatterngen.cpp.

◆ NTV2TestPatternSegments

const SegmentTestPatternData NTV2TestPatternSegments[]
static

Definition at line 1650 of file ntv2testpatterngen.cpp.

◆ NumTestPatternSegments

const uint16_t NumTestPatternSegments = 8

Definition at line 39 of file ntv2testpatterngen.cpp.

◆ Pathological_1080_0

const uint32_t Pathological_1080_0[]
static

Definition at line 815 of file ntv2testpatterngen.cpp.

◆ Pathological_1080_1

const uint32_t Pathological_1080_1[]
static

Definition at line 859 of file ntv2testpatterngen.cpp.

◆ Pathological_1080_2

const uint32_t Pathological_1080_2[]
static

Definition at line 903 of file ntv2testpatterngen.cpp.

◆ Pathological_1080_3

const uint32_t Pathological_1080_3[]
static

Definition at line 947 of file ntv2testpatterngen.cpp.

◆ Pathological_1080_4

const uint32_t Pathological_1080_4[]
static

Definition at line 991 of file ntv2testpatterngen.cpp.

◆ Pathological_486_0

const uint32_t Pathological_486_0[]
static
Initial value:
=
{
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
}

Definition at line 1128 of file ntv2testpatterngen.cpp.

◆ Pathological_486_1

const uint32_t Pathological_486_1[]
static
Initial value:
=
{
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
}

Definition at line 1147 of file ntv2testpatterngen.cpp.

◆ Pathological_576_0

const uint32_t Pathological_576_0[]
static
Initial value:
=
{
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
}

Definition at line 1166 of file ntv2testpatterngen.cpp.

◆ Pathological_576_1

const uint32_t Pathological_576_1[]
static
Initial value:
=
{
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
}

Definition at line 1185 of file ntv2testpatterngen.cpp.

◆ Pathological_720_0

const uint32_t Pathological_720_0[]
static
Initial value:
=
{
0x30064300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x3ffffd98, 0x0, 0x2749d000, 0x2009b26c, 0x2996e600, 0x20045685, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
}

Definition at line 1035 of file ntv2testpatterngen.cpp.

◆ Pathological_720_1

const uint32_t Pathological_720_1[]
static
Initial value:
=
{
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198,
0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x198c0198, 0x30066300, 0x3ffffd98, 0x0, 0x2749d000, 0x2009d274, 0x2c66fe00, 0x20063a2a, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
}

Definition at line 1066 of file ntv2testpatterngen.cpp.

◆ Pathological_720_2

const uint32_t Pathological_720_2[]
static
Initial value:
=
{
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110,
0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x11080110, 0x20044200, 0x3ffffd10, 0x0, 0x2749d000, 0x20c84210, 0x12ba160c, 0x2005ee43, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
}

Definition at line 1097 of file ntv2testpatterngen.cpp.

◆ Ramp_1080_0

const uint32_t Ramp_1080_0[]
static

Definition at line 281 of file ntv2testpatterngen.cpp.

◆ Ramp_486_0

const uint32_t Ramp_486_0[]
static
Initial value:
=
{
0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x1df10200, 0x4077c40, 0x16e1016e, 0x4034840, 0x61100d2, 0x4018440, 0x4010040, 0x4010040, 0x4010040, 0x4010040,
0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x3d1003d, 0x400c440, 0x2210031, 0x4008840, 0x1710017, 0x4004c40, 0x1310013, 0x3804c3f, 0x150a815, 0x150641c, 0x1d05019, 0x1607414, 0x2106021, 0x1c0941a, 0x2907825, 0x220a420, 0x2d0902d, 0x280c426, 0x350a831, 0x2e0d42c, 0x390c039, 0x340f432, 0x410d83d, 0x3a10438, 0x450f045, 0x401243e, 0x4d10849, 0x4613444,
0x5112051, 0x4c1544a, 0x5913855, 0x5216450, 0x5d1505d, 0x5818456, 0x6516861, 0x5e1945c, 0x6918069, 0x641b462, 0x711986d, 0x6a1c468, 0x751b075, 0x701e46e, 0x7d1c879, 0x761f474, 0x811e081, 0x7c2147a, 0x891f885, 0x8222480, 0x8d2108d, 0x8824486, 0x9522891, 0x8e2548c, 0x9924099, 0x9427492, 0xa12589d, 0x9a28498, 0xa5270a5, 0xa02a49e, 0xad288a9, 0xa62b4a4,
0xb12a0b1, 0xac2d4aa, 0xb92b8b5, 0xb22e4b0, 0xbd2d0bd, 0xb8304b6, 0xc52e8c1, 0xbe314bc, 0xc9300c9, 0xc4334c2, 0xd1318cd, 0xca344c8, 0xd5330d5, 0xd0364ce, 0xdd348d9, 0xd6374d4, 0xe1360e1, 0xdc394da, 0xe9378e5, 0xe23a4e0, 0xed390ed, 0xe83c4e6, 0xf53a8f1, 0xee3d4ec, 0xf93c0f9, 0xf43f4f2, 0x1013d8fd, 0xfa404f8, 0x1053f105, 0x100424fe, 0x10d40909, 0x10643504,
0x11142111, 0x10c4550a, 0x11943915, 0x11246510, 0x11d4511d, 0x11848516, 0x12546921, 0x11e4951c, 0x12948129, 0x1244b522, 0x1314992d, 0x12a4c528, 0x1354b135, 0x1304e52e, 0x13d4c939, 0x1364f534, 0x1414e141, 0x13c5153a, 0x1494f945, 0x14252540, 0x14d5114d, 0x14854546, 0x15552951, 0x14e5554c, 0x15954159, 0x15457552, 0x1615595d, 0x15a58558, 0x16557165, 0x1605a55e, 0x16d58969, 0x1665b564,
0x1715a171, 0x16c5d56a, 0x1795b975, 0x1725e570, 0x17d5d17d, 0x17860576, 0x1855e981, 0x17e6157c, 0x18960189, 0x18463582, 0x1916198d, 0x18a64588, 0x19563195, 0x1906658e, 0x19d64999, 0x19667594, 0x1a1661a1, 0x19c6959a, 0x1a9679a5, 0x1a26a5a0, 0x1ad691ad, 0x1a86c5a6, 0x1b56a9b1, 0x1ae6d5ac, 0x1b96c1b9, 0x1b46f5b2, 0x1c16d9bd, 0x1ba705b8, 0x1c56f1c5, 0x1c0725be, 0x1cd709c9, 0x1c6735c4,
0x1d1721d1, 0x1cc755ca, 0x1d9739d5, 0x1d2765d0, 0x1dd751dd, 0x1d8785d6, 0x1e5769e1, 0x1de795dc, 0x1e9781e9, 0x1e47b5e2, 0x1f1799ed, 0x1ea7c5e8, 0x1f57b1f5, 0x1f07e5ee, 0x1fd7c9f9, 0x1f67f5f4, 0x2017e201, 0x1fc815fa, 0x2097fa05, 0x20282600, 0x20d8120d, 0x20884606, 0x21582a11, 0x20e8560c, 0x21984219, 0x21487612, 0x22185a1d, 0x21a88618, 0x22587225, 0x2208a61e, 0x22d88a29, 0x2268b624,
0x2318a231, 0x22c8d62a, 0x2398ba35, 0x2328e630, 0x23d8d23d, 0x23890636, 0x2458ea41, 0x23e9163c, 0x24990249, 0x24493642, 0x25191a4d, 0x24a94648, 0x25593255, 0x2509664e, 0x25d94a59, 0x25697654, 0x26196261, 0x25c9965a, 0x26997a65, 0x2629a660, 0x26d9926d, 0x2689c666, 0x2759aa71, 0x26e9d66c, 0x2799c279, 0x2749f672, 0x2819da7d, 0x27aa0678, 0x2859f285, 0x280a267e, 0x28da0a89, 0x286a3684,
0x291a2291, 0x28ca568a, 0x299a3a95, 0x292a6690, 0x29da529d, 0x298a8696, 0x2a5a6aa1, 0x29ea969c, 0x2a9a82a9, 0x2a4ab6a2, 0x2b1a9aad, 0x2aaac6a8, 0x2b5ab2b5, 0x2b0ae6ae, 0x2bdacab9, 0x2b6af6b4, 0x2c1ae2c1, 0x2bcb16ba, 0x2c9afac5, 0x2c2b26c0, 0x2cdb12cd, 0x2c8b46c6, 0x2d5b2ad1, 0x2ceb56cc, 0x2d9b42d9, 0x2d4b76d2, 0x2e1b5add, 0x2dab86d8, 0x2e5b72e5, 0x2e0ba6de, 0x2edb8ae9, 0x2e6bb6e4,
0x2f1ba2f1, 0x2ecbd6ea, 0x2f9bbaf5, 0x2f2be6f0, 0x2fdbd2fd, 0x2f8c06f6, 0x305beb01, 0x2fec16fc, 0x309c0309, 0x304c3702, 0x311c1b0d, 0x30ac4708, 0x315c3315, 0x310c670e, 0x31dc4b19, 0x316c7714, 0x321c6321, 0x31cc971a, 0x329c7b25, 0x322ca720, 0x32dc932d, 0x328cc726, 0x335cab31, 0x32ecd72c, 0x339cc339, 0x334cf732, 0x341cdb3d, 0x33ad0738, 0x345cf345, 0x340d273e, 0x34dd0b49, 0x346d3744,
0x351d2351, 0x34cd574a, 0x359d3b55, 0x352d6750, 0x35dd535d, 0x358d8756, 0x365d6b61, 0x35ed975c, 0x369d8369, 0x364db762, 0x371d9b6d, 0x36adc768, 0x375db375, 0x370de76e, 0x37ddcb79, 0x376df774, 0x381de381, 0x37ce177a, 0x389dfb85, 0x382e2780, 0x38de138d, 0x388e4786, 0x395e2b91, 0x38ee578c, 0x399e4399, 0x394e7792, 0x3a1e5b9d, 0x39ae8798, 0x3a5e73a5, 0x3a0ea79e, 0x3ade8ba9, 0x3a6eb7a4,
0x3b1ea3b1, 0x3aced7aa, 0x3b9ebbb5, 0x3b2ee7b0, 0x3bded3bd, 0x3b8f07b6, 0x3c5eebc1, 0x3bef17bc, 0x3c9f03c9, 0x3c4f37c2, 0x3d1f1bcd, 0x3caf47c8, 0x3d5f33d5, 0x3d0f67ce, 0x3ddf4bd9, 0x3d6f77d4, 0x3e1f63e1, 0x3d7f97d8, 0x3e9f43e5, 0x3b4fa7c2, 0x3edeb7ed, 0x3acfb7ac, 0x3eceb3ed, 0x3acfb3ac, 0x3e5eb3e5, 0x3acf5bac, 0x3c8eb3d6, 0x3acf23ac, 0x3c1eb3c1, 0x3acf03ac, 0x3aceb3c0, 0x39ceb3ac,
0x338c4338, 0xdca21f6, 0x21414288, 0x4085040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
}

Definition at line 357 of file ntv2testpatterngen.cpp.

◆ Ramp_576_0

const uint32_t Ramp_576_0[]
static
Initial value:
=
{
0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x1df10200, 0x4077c40, 0x16e1016e, 0x4034840, 0x61100d2, 0x4018440, 0x4010040, 0x4010040, 0x4010040, 0x4010040,
0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x3d1003d, 0x400c440, 0x2210031, 0x4008840, 0x1710017, 0x4004c40, 0x1310013, 0x3804c3f, 0x150a815, 0x150641c, 0x1d05019, 0x1607414, 0x2106021, 0x1c0941a, 0x2907825, 0x220a420, 0x2d0902d, 0x280c426, 0x350a831, 0x2e0d42c, 0x390c039, 0x340f432, 0x410d83d, 0x3a10438, 0x450f045, 0x401243e, 0x4d10849, 0x4613444,
0x5112051, 0x4c1544a, 0x5913855, 0x5216450, 0x5d1505d, 0x5818456, 0x6516861, 0x5e1945c, 0x6918069, 0x641b462, 0x711986d, 0x6a1c468, 0x751b075, 0x701e46e, 0x7d1c879, 0x761f474, 0x811e081, 0x7c2147a, 0x891f885, 0x8222480, 0x8d2108d, 0x8824486, 0x9522891, 0x8e2548c, 0x9924099, 0x9427492, 0xa12589d, 0x9a28498, 0xa5270a5, 0xa02a49e, 0xad288a9, 0xa62b4a4,
0xb12a0b1, 0xac2d4aa, 0xb92b8b5, 0xb22e4b0, 0xbd2d0bd, 0xb8304b6, 0xc52e8c1, 0xbe314bc, 0xc9300c9, 0xc4334c2, 0xd1318cd, 0xca344c8, 0xd5330d5, 0xd0364ce, 0xdd348d9, 0xd6374d4, 0xe1360e1, 0xdc394da, 0xe9378e5, 0xe23a4e0, 0xed390ed, 0xe83c4e6, 0xf53a8f1, 0xee3d4ec, 0xf93c0f9, 0xf43f4f2, 0x1013d8fd, 0xfa404f8, 0x1053f105, 0x100424fe, 0x10d40909, 0x10643504,
0x11142111, 0x10c4550a, 0x11943915, 0x11246510, 0x11d4511d, 0x11848516, 0x12546921, 0x11e4951c, 0x12948129, 0x1244b522, 0x1314992d, 0x12a4c528, 0x1354b135, 0x1304e52e, 0x13d4c939, 0x1364f534, 0x1414e141, 0x13c5153a, 0x1494f945, 0x14252540, 0x14d5114d, 0x14854546, 0x15552951, 0x14e5554c, 0x15954159, 0x15457552, 0x1615595d, 0x15a58558, 0x16557165, 0x1605a55e, 0x16d58969, 0x1665b564,
0x1715a171, 0x16c5d56a, 0x1795b975, 0x1725e570, 0x17d5d17d, 0x17860576, 0x1855e981, 0x17e6157c, 0x18960189, 0x18463582, 0x1916198d, 0x18a64588, 0x19563195, 0x1906658e, 0x19d64999, 0x19667594, 0x1a1661a1, 0x19c6959a, 0x1a9679a5, 0x1a26a5a0, 0x1ad691ad, 0x1a86c5a6, 0x1b56a9b1, 0x1ae6d5ac, 0x1b96c1b9, 0x1b46f5b2, 0x1c16d9bd, 0x1ba705b8, 0x1c56f1c5, 0x1c0725be, 0x1cd709c9, 0x1c6735c4,
0x1d1721d1, 0x1cc755ca, 0x1d9739d5, 0x1d2765d0, 0x1dd751dd, 0x1d8785d6, 0x1e5769e1, 0x1de795dc, 0x1e9781e9, 0x1e47b5e2, 0x1f1799ed, 0x1ea7c5e8, 0x1f57b1f5, 0x1f07e5ee, 0x1fd7c9f9, 0x1f67f5f4, 0x2017e201, 0x1fc815fa, 0x2097fa05, 0x20282600, 0x20d8120d, 0x20884606, 0x21582a11, 0x20e8560c, 0x21984219, 0x21487612, 0x22185a1d, 0x21a88618, 0x22587225, 0x2208a61e, 0x22d88a29, 0x2268b624,
0x2318a231, 0x22c8d62a, 0x2398ba35, 0x2328e630, 0x23d8d23d, 0x23890636, 0x2458ea41, 0x23e9163c, 0x24990249, 0x24493642, 0x25191a4d, 0x24a94648, 0x25593255, 0x2509664e, 0x25d94a59, 0x25697654, 0x26196261, 0x25c9965a, 0x26997a65, 0x2629a660, 0x26d9926d, 0x2689c666, 0x2759aa71, 0x26e9d66c, 0x2799c279, 0x2749f672, 0x2819da7d, 0x27aa0678, 0x2859f285, 0x280a267e, 0x28da0a89, 0x286a3684,
0x291a2291, 0x28ca568a, 0x299a3a95, 0x292a6690, 0x29da529d, 0x298a8696, 0x2a5a6aa1, 0x29ea969c, 0x2a9a82a9, 0x2a4ab6a2, 0x2b1a9aad, 0x2aaac6a8, 0x2b5ab2b5, 0x2b0ae6ae, 0x2bdacab9, 0x2b6af6b4, 0x2c1ae2c1, 0x2bcb16ba, 0x2c9afac5, 0x2c2b26c0, 0x2cdb12cd, 0x2c8b46c6, 0x2d5b2ad1, 0x2ceb56cc, 0x2d9b42d9, 0x2d4b76d2, 0x2e1b5add, 0x2dab86d8, 0x2e5b72e5, 0x2e0ba6de, 0x2edb8ae9, 0x2e6bb6e4,
0x2f1ba2f1, 0x2ecbd6ea, 0x2f9bbaf5, 0x2f2be6f0, 0x2fdbd2fd, 0x2f8c06f6, 0x305beb01, 0x2fec16fc, 0x309c0309, 0x304c3702, 0x311c1b0d, 0x30ac4708, 0x315c3315, 0x310c670e, 0x31dc4b19, 0x316c7714, 0x321c6321, 0x31cc971a, 0x329c7b25, 0x322ca720, 0x32dc932d, 0x328cc726, 0x335cab31, 0x32ecd72c, 0x339cc339, 0x334cf732, 0x341cdb3d, 0x33ad0738, 0x345cf345, 0x340d273e, 0x34dd0b49, 0x346d3744,
0x351d2351, 0x34cd574a, 0x359d3b55, 0x352d6750, 0x35dd535d, 0x358d8756, 0x365d6b61, 0x35ed975c, 0x369d8369, 0x364db762, 0x371d9b6d, 0x36adc768, 0x375db375, 0x370de76e, 0x37ddcb79, 0x376df774, 0x381de381, 0x37ce177a, 0x389dfb85, 0x382e2780, 0x38de138d, 0x388e4786, 0x395e2b91, 0x38ee578c, 0x399e4399, 0x394e7792, 0x3a1e5b9d, 0x39ae8798, 0x3a5e73a5, 0x3a0ea79e, 0x3ade8ba9, 0x3a6eb7a4,
0x3b1ea3b1, 0x3aced7aa, 0x3b9ebbb5, 0x3b2ee7b0, 0x3bded3bd, 0x3b8f07b6, 0x3c5eebc1, 0x3bef17bc, 0x3c9f03c9, 0x3c4f37c2, 0x3d1f1bcd, 0x3caf47c8, 0x3d5f33d5, 0x3d0f67ce, 0x3ddf4bd9, 0x3d6f77d4, 0x3e1f63e1, 0x3d7f97d8, 0x3e9f43e5, 0x3b4fa7c2, 0x3edeb7ed, 0x3acfb7ac, 0x3eceb3ed, 0x3acfb3ac, 0x3e5eb3e5, 0x3acf5bac, 0x3c8eb3d6, 0x3acf23ac, 0x3c1eb3c1, 0x3acf03ac, 0x3aceb3c0, 0x39ceb3ac,
0x338c4338, 0xdca21f6, 0x21414288, 0x4085040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040, 0x20010200, 0x4080040,
}

Definition at line 376 of file ntv2testpatterngen.cpp.

◆ Ramp_720_0

const uint32_t Ramp_720_0[]
static
Initial value:
=
{
0x20010200, 0x407a840, 0x172101ea, 0x405c840, 0xce100ce, 0x4015840, 0x4010056, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040,
0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010040, 0x4010440, 0x4210041, 0x4010840, 0x4410044, 0x4011840, 0x4710046, 0x4011c40, 0x4910049, 0x4012840, 0x4c1044a, 0x4213042,
0x4e10c4e, 0x4513c44, 0x511184f, 0x4714446, 0x5212052, 0x4a15049, 0x5612854, 0x4c1584b, 0x5713457, 0x4e1644e, 0x5a13c59, 0x5116850, 0x5c1485c, 0x5317852, 0x5f1505e, 0x5617c55, 0x6115861, 0x5818857, 0x6416462, 0x5a1905a, 0x6616c66, 0x5d19c5c, 0x6917867, 0x5f1a45e, 0x6a1806a, 0x621b061, 0x6e1886c, 0x641b863, 0x6f1946f, 0x661c466, 0x7219c71, 0x691c868,
0x741a874, 0x6b1d86a, 0x771b076, 0x6e1dc6d, 0x791b879, 0x701e86f, 0x7c1c47a, 0x721f072, 0x7e1cc7e, 0x751fc74, 0x811d87f, 0x7720476, 0x821e082, 0x7a21079, 0x861e884, 0x7c2187b, 0x871f487, 0x7e2247e, 0x8a1fc89, 0x8122880, 0x8c2088c, 0x8323882, 0x8f2108e, 0x8623c85, 0x9121891, 0x8824887, 0x9422492, 0x8a2508a, 0x9622c96, 0x8d25c8c, 0x9923897, 0x8f2648e,
0x9a2409a, 0x9227091, 0x9e2489c, 0x9427893, 0x9f2549f, 0x9628496, 0xa225ca1, 0x9928898, 0xa4268a4, 0x9b2989a, 0xa7270a6, 0x9e29c9d, 0xa9278a9, 0xa02a89f, 0xac284aa, 0xa22b0a2, 0xae28cae, 0xa52bca4, 0xb1298af, 0xa72c4a6, 0xb22a0b2, 0xaa2d0a9, 0xb62a8b4, 0xac2d8ab, 0xb72b4b7, 0xae2e4ae, 0xba2bcb9, 0xb12e8b0, 0xbc2c8bc, 0xb32f8b2, 0xbf2d0be, 0xb62fcb5,
0xc12d8c1, 0xb8308b7, 0xc42e4c2, 0xba310ba, 0xc62ecc6, 0xbd31cbc, 0xc92f8c7, 0xbf324be, 0xca300ca, 0xc2330c1, 0xce308cc, 0xc4338c3, 0xcf314cf, 0xc6344c6, 0xd231cd1, 0xc9348c8, 0xd4328d4, 0xcb358ca, 0xd7330d6, 0xce35ccd, 0xd9338d9, 0xd0368cf, 0xdc344da, 0xd2370d2, 0xde34cde, 0xd537cd4, 0xe1358df, 0xd7384d6, 0xe2360e2, 0xda390d9, 0xe6368e4, 0xdc398db,
0xe7374e7, 0xde3a4de, 0xea37ce9, 0xe13a8e0, 0xec388ec, 0xe33b8e2, 0xef390ee, 0xe63bce5, 0xf1398f1, 0xe83c8e7, 0xf43a4f2, 0xea3d0ea, 0xf63acf6, 0xed3dcec, 0xf93b8f7, 0xef3e4ee, 0xfa3c0fa, 0xf23f0f1, 0xfe3c8fc, 0xf43f8f3, 0xff3d4ff, 0xf6404f6, 0x1023dd01, 0xf9408f8, 0x1043e904, 0xfb418fa, 0x1073f106, 0xfe41cfd, 0x1093f909, 0x100428ff, 0x10c4050a, 0x10243102,
0x10e40d0e, 0x10543d04, 0x1114190f, 0x10744506, 0x11242112, 0x10a45109, 0x11642914, 0x10c4590b, 0x11743517, 0x10e4650e, 0x11a43d19, 0x11146910, 0x11c4491c, 0x11347912, 0x11f4511e, 0x11647d15, 0x12145921, 0x11848917, 0x12446522, 0x11a4911a, 0x12646d26, 0x11d49d1c, 0x12947927, 0x11f4a51e, 0x12a4812a, 0x1224b121, 0x12e4892c, 0x1244b923, 0x12f4952f, 0x1264c526, 0x13249d31, 0x1294c928,
0x1344a934, 0x12b4d92a, 0x1374b136, 0x12e4dd2d, 0x1394b939, 0x1304e92f, 0x13c4c53a, 0x1324f132, 0x13e4cd3e, 0x1354fd34, 0x1414d93f, 0x13750536, 0x1424e142, 0x13a51139, 0x1464e944, 0x13c5193b, 0x1474f547, 0x13e5253e, 0x14a4fd49, 0x14152940, 0x14c5094c, 0x14353942, 0x14f5114e, 0x14653d45, 0x15151951, 0x14854947, 0x15452552, 0x14a5514a, 0x15652d56, 0x14d55d4c, 0x15953957, 0x14f5654e,
0x15a5415a, 0x15257151, 0x15e5495c, 0x15457953, 0x15f5555f, 0x15658556, 0x16255d61, 0x15958958, 0x16456964, 0x15b5995a, 0x16757166, 0x15e59d5d, 0x16957969, 0x1605a95f, 0x16c5856a, 0x1625b162, 0x16e58d6e, 0x1655bd64, 0x1715996f, 0x1675c566, 0x1725a172, 0x16a5d169, 0x1765a974, 0x16c5d96b, 0x1775b577, 0x16e5e56e, 0x17a5bd79, 0x1715e970, 0x17c5c97c, 0x1735f972, 0x17f5d17e, 0x1765fd75,
0x1815d981, 0x17860977, 0x1845e582, 0x17a6117a, 0x1865ed86, 0x17d61d7c, 0x1895f987, 0x17f6257e, 0x18a6018a, 0x18263181, 0x18e6098c, 0x18463983, 0x18f6158f, 0x18664586, 0x19261d91, 0x18964988, 0x19462994, 0x18b6598a, 0x19763196, 0x18e65d8d, 0x19963999, 0x1906698f, 0x19c6459a, 0x19267192, 0x19e64d9e, 0x19567d94, 0x1a16599f, 0x19768596, 0x1a2661a2, 0x19a69199, 0x1a6669a4, 0x19c6999b,
0x1a7675a7, 0x19e6a59e, 0x1aa67da9, 0x1a16a9a0, 0x1ac689ac, 0x1a36b9a2, 0x1af691ae, 0x1a66bda5, 0x1b1699b1, 0x1a86c9a7, 0x1b46a5b2, 0x1aa6d1aa, 0x1b66adb6, 0x1ad6ddac, 0x1b96b9b7, 0x1af6e5ae, 0x1ba6c1ba, 0x1b26f1b1, 0x1be6c9bc, 0x1b46f9b3, 0x1bf6d5bf, 0x1b6705b6, 0x1c26ddc1, 0x1b9709b8, 0x1c46e9c4, 0x1bb719ba, 0x1c76f1c6, 0x1be71dbd, 0x1c96f9c9, 0x1c0729bf, 0x1cc705ca, 0x1c2731c2,
0x1ce70dce, 0x1c573dc4, 0x1d1719cf, 0x1c7745c6, 0x1d2721d2, 0x1ca751c9, 0x1d6729d4, 0x1cc759cb, 0x1d7735d7, 0x1ce765ce, 0x1da73dd9, 0x1d1769d0, 0x1dc749dc, 0x1d3779d2, 0x1df751de, 0x1d677dd5, 0x1e1759e1, 0x1d8789d7, 0x1e4765e2, 0x1da791da, 0x1e676de6, 0x1dd79ddc, 0x1e9779e7, 0x1df7a5de, 0x1ea781ea, 0x1e27b1e1, 0x1ee789ec, 0x1e47b9e3, 0x1ef795ef, 0x1e67c5e6, 0x1f279df1, 0x1e97c9e8,
0x1f47a9f4, 0x1eb7d9ea, 0x1f77b1f6, 0x1ee7dded, 0x1f97b9f9, 0x1f07e9ef, 0x1fc7c5fa, 0x1f27f1f2, 0x1fe7cdfe, 0x1f57fdf4, 0x2017d9ff, 0x1f7805f6, 0x2027e202, 0x1fa811f9, 0x2067ea04, 0x1fc819fb, 0x2077f607, 0x1fe825fe, 0x20a7fe09, 0x20182a00, 0x20c80a0c, 0x20383a02, 0x20f8120e, 0x20683e05, 0x21181a11, 0x20884a07, 0x21482612, 0x20a8520a, 0x21682e16, 0x20d85e0c, 0x21983a17, 0x20f8660e,
0x21a8421a, 0x21287211, 0x21e84a1c, 0x21487a13, 0x21f8561f, 0x21688616, 0x22285e21, 0x21988a18, 0x22486a24, 0x21b89a1a, 0x22787226, 0x21e89e1d, 0x22987a29, 0x2208aa1f, 0x22c8862a, 0x2228b222, 0x22e88e2e, 0x2258be24, 0x23189a2f, 0x2278c626, 0x2328a232, 0x22a8d229, 0x2368aa34, 0x22c8da2b, 0x2378b637, 0x22e8e62e, 0x23a8be39, 0x2318ea30, 0x23c8ca3c, 0x2338fa32, 0x23f8d23e, 0x2368fe35,
0x2418da41, 0x23890a37, 0x2448e642, 0x23a9123a, 0x2468ee46, 0x23d91e3c, 0x2498fa47, 0x23f9263e, 0x24a9024a, 0x24293241, 0x24e90a4c, 0x24493a43, 0x24f9164f, 0x24694646, 0x25291e51, 0x24994a48, 0x25492a54, 0x24b95a4a, 0x25793256, 0x24e95e4d, 0x25993a59, 0x25096a4f, 0x25c9465a, 0x25297252, 0x25e94e5e, 0x25597e54, 0x26195a5f, 0x25798656, 0x26296262, 0x25a99259, 0x26696a64, 0x25c99a5b,
0x26797667, 0x25e9a65e, 0x26a97e69, 0x2619aa60, 0x26c98a6c, 0x2639ba62, 0x26f9926e, 0x2669be65, 0x27199a71, 0x2689ca67, 0x2749a672, 0x26a9d26a, 0x2769ae76, 0x26d9de6c, 0x2799ba77, 0x26f9e66e, 0x27a9c27a, 0x2729f271, 0x27e9ca7c, 0x2749fa73, 0x27f9d67f, 0x276a0676, 0x2829de81, 0x279a0a78, 0x2849ea84, 0x27ba1a7a, 0x2879f286, 0x27ea1e7d, 0x2899fa89, 0x280a2a7f, 0x28ca068a, 0x282a3282,
0x28ea0e8e, 0x285a3e84, 0x291a1a8f, 0x287a4686, 0x292a2292, 0x28aa5289, 0x296a2a94, 0x28ca5a8b, 0x297a3697, 0x28ea668e, 0x29aa3e99, 0x291a6a90, 0x29ca4a9c, 0x293a7a92, 0x29fa529e, 0x296a7e95, 0x2a1a5aa1, 0x298a8a97, 0x2a4a66a2, 0x29aa929a, 0x2a6a6ea6, 0x29da9e9c, 0x2a9a7aa7, 0x29faa69e, 0x2aaa82aa, 0x2a2ab2a1, 0x2aea8aac, 0x2a4abaa3, 0x2afa96af, 0x2a6ac6a6, 0x2b2a9eb1, 0x2a9acaa8,
0x2b4aaab4, 0x2abadaaa, 0x2b7ab2b6, 0x2aeadead, 0x2b9abab9, 0x2b0aeaaf, 0x2bcac6ba, 0x2b2af2b2, 0x2beacebe, 0x2b5afeb4, 0x2c1adabf, 0x2b7b06b6, 0x2c2ae2c2, 0x2bab12b9, 0x2c6aeac4, 0x2bcb1abb, 0x2c7af6c7, 0x2beb26be, 0x2caafec9, 0x2c1b2ac0, 0x2ccb0acc, 0x2c3b3ac2, 0x2cfb12ce, 0x2c6b3ec5, 0x2d1b1ad1, 0x2c8b4ac7, 0x2d4b26d2, 0x2cab52ca, 0x2d6b2ed6, 0x2cdb5ecc, 0x2d9b3ad7, 0x2cfb66ce,
0x2dab42da, 0x2d2b72d1, 0x2deb4adc, 0x2d4b7ad3, 0x2dfb56df, 0x2d6b86d6, 0x2e2b5ee1, 0x2d9b8ad8, 0x2e4b6ae4, 0x2dbb9ada, 0x2e7b72e6, 0x2deb9edd, 0x2e9b7ae9, 0x2e0baadf, 0x2ecb86ea, 0x2e2bb2e2, 0x2eeb8eee, 0x2e5bbee4, 0x2f1b9aef, 0x2e7bc6e6, 0x2f2ba2f2, 0x2eabd2e9, 0x2f6baaf4, 0x2ecbdaeb, 0x2f7bb6f7, 0x2eebe6ee, 0x2fabbef9, 0x2f1beaf0, 0x2fcbcafc, 0x2f3bfaf2, 0x2ffbd2fe, 0x2f6bfef5,
0x301bdb01, 0x2f8c0af7, 0x304be702, 0x2fac12fa, 0x306bef06, 0x2fdc1efc, 0x309bfb07, 0x2ffc26fe, 0x30ac030a, 0x302c3301, 0x30ec0b0c, 0x304c3b03, 0x30fc170f, 0x306c4706, 0x312c1f11, 0x309c4b08, 0x314c2b14, 0x30bc5b0a, 0x317c3316, 0x30ec5f0d, 0x319c3b19, 0x310c6b0f, 0x31cc471a, 0x312c7312, 0x31ec4f1e, 0x315c7f14, 0x321c5b1f, 0x317c8716, 0x322c6322, 0x31ac9319, 0x326c6b24, 0x31cc9b1b,
0x327c7727, 0x31eca71e, 0x32ac7f29, 0x321cab20, 0x32cc8b2c, 0x323cbb22, 0x32fc932e, 0x326cbf25, 0x331c9b31, 0x328ccb27, 0x334ca732, 0x32acd32a, 0x336caf36, 0x32dcdf2c, 0x339cbb37, 0x32fce72e, 0x33acc33a, 0x332cf331, 0x33eccb3c, 0x334cfb33, 0x33fcd73f, 0x336d0736, 0x342cdf41, 0x339d0b38, 0x344ceb44, 0x33bd1b3a, 0x347cf346, 0x33ed1f3d, 0x349cfb49, 0x340d2b3f, 0x34cd074a, 0x342d3342,
0x34ed0f4e, 0x345d3f44, 0x351d1b4f, 0x347d4746, 0x352d2352, 0x34ad5349, 0x356d2b54, 0x34cd5b4b, 0x357d3757, 0x34ed674e, 0x35ad3f59, 0x351d6b50, 0x35cd4b5c, 0x353d7b52, 0x35fd535e, 0x356d7f55, 0x361d5b61, 0x358d8b57, 0x364d6762, 0x35ad935a, 0x366d6f66, 0x35dd9f5c, 0x369d7b67, 0x35fda75e, 0x36ad836a, 0x362db361, 0x36ed8b6c, 0x364dbb63, 0x36fd976f, 0x366dc766, 0x372d9f71, 0x369dcb68,
0x374dab74, 0x36bddb6a, 0x377db376, 0x36eddf6d, 0x379dbb79, 0x370deb6f, 0x37cdc77a, 0x372df372, 0x37edcf7e, 0x375dff74, 0x381ddb7f, 0x377e0776, 0x382de382, 0x37ae1379, 0x386deb84, 0x37ce1b7b, 0x387df787, 0x37ee277e, 0x38adff89, 0x381e2b80, 0x38ce0b8c, 0x383e3b82, 0x38fe138e, 0x386e3f85, 0x391e1b91, 0x388e4b87, 0x394e2792, 0x38ae538a, 0x396e2f96, 0x38de5f8c, 0x399e3b97, 0x38fe678e,
0x39ae439a, 0x392e7391, 0x39ee4b9c, 0x394e7b93, 0x39fe579f, 0x396e8796, 0x3a2e5fa1, 0x399e8b98, 0x3a4e6ba4, 0x39be9b9a, 0x3a7e73a6, 0x39ee9f9d, 0x3a9e7ba9, 0x3a0eab9f, 0x3ace87aa, 0x3a2eb3a2, 0x3aee8fae, 0x3a5ebfa4, 0x3b1e9baf, 0x3a7ec7a6, 0x3b2ea3b2, 0x3aaed3a9, 0x3b6eabb4, 0x3acedbab, 0x3b7eb3b7, 0x3acee7ac, 0x3baeb3b9, 0x3aceebac, 0x3bceb3bc, 0x3acefbac, 0x3bfeb3be, 0x3aceffac,
0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac,
0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3c0eb3c0, 0x3acf03ac, 0x3bfeb3c0, 0x3aceffac, 0x379eaf79, 0x1f6b8321, 0x24732ee0, 0x4091c41, 0x20110201, 0x3ffffc40, 0x0, 0x2749d000, 0x2009b26c, 0x15341200, 0xb0a7f, 0x40ffc40, 0x2e7103ff, 0x4086c40, 0x15210218, 0x4080040,
}

Definition at line 325 of file ntv2testpatterngen.cpp.

◆ Wide2PercentBlack

const AJA_RGB16BitPixel Wide2PercentBlack = { 82,82, 82 }
static

Definition at line 1643 of file ntv2testpatterngen.cpp.

◆ Wide4PercentBlack

const AJA_RGB16BitPixel Wide4PercentBlack = { 164,164,164 }
static

Definition at line 1644 of file ntv2testpatterngen.cpp.

◆ WideBlack

const AJA_RGB16BitPixel WideBlack = { 0,0,0 }
static

Definition at line 1642 of file ntv2testpatterngen.cpp.

◆ WideBlue100

const AJA_RGB16BitPixel WideBlue100 = { 4095,0,0 }
static

Definition at line 1610 of file ntv2testpatterngen.cpp.

◆ WideBlue58

const AJA_RGB16BitPixel WideBlue58 = { 2375,0,0 }
static

Definition at line 1618 of file ntv2testpatterngen.cpp.

◆ WideBlue58_709

const AJA_RGB16BitPixel WideBlue58_709 = { 2328,805,1184}
static

Definition at line 1640 of file ntv2testpatterngen.cpp.

◆ WideCyan100

const AJA_RGB16BitPixel WideCyan100 = { 4095,4095,0 }
static

Definition at line 1606 of file ntv2testpatterngen.cpp.

◆ WideCyan58

const AJA_RGB16BitPixel WideCyan58 = { 2375,2375,0 }
static

Definition at line 1614 of file ntv2testpatterngen.cpp.

◆ WideCyan58_709

const AJA_RGB16BitPixel WideCyan58_709 = { 2368,2345,1964 }
static

Definition at line 1636 of file ntv2testpatterngen.cpp.

◆ WideGreen100

const AJA_RGB16BitPixel WideGreen100 = { 0,4095,0 }
static

Definition at line 1607 of file ntv2testpatterngen.cpp.

◆ WideGreen58

const AJA_RGB16BitPixel WideGreen58 = { 0,2375,0 }
static

Definition at line 1615 of file ntv2testpatterngen.cpp.

◆ WideGreen58_709

const AJA_RGB16BitPixel WideGreen58_709 = { 1420,2339,1915}
static

Definition at line 1637 of file ntv2testpatterngen.cpp.

◆ WideGrey40

const AJA_RGB16BitPixel WideGrey40 = { 1638,1638,1638 }
static

Definition at line 1621 of file ntv2testpatterngen.cpp.

◆ WideMagenta100

const AJA_RGB16BitPixel WideMagenta100 = { 4095,0,4095 }
static

Definition at line 1608 of file ntv2testpatterngen.cpp.

◆ WideMagenta58

const AJA_RGB16BitPixel WideMagenta58 = { 2375,0,2375 }
static

Definition at line 1616 of file ntv2testpatterngen.cpp.

◆ WideMagenta58_709

const AJA_RGB16BitPixel WideMagenta58_709 = { 2336,1389,2206}
static

Definition at line 1638 of file ntv2testpatterngen.cpp.

◆ WideRed100

const AJA_RGB16BitPixel WideRed100 = { 0,0,4095 }
static

Definition at line 1609 of file ntv2testpatterngen.cpp.

◆ WideRed58

const AJA_RGB16BitPixel WideRed58 = { 0,0,2375 }
static

Definition at line 1617 of file ntv2testpatterngen.cpp.

◆ WideRed58_709

const AJA_RGB16BitPixel WideRed58_709 = { 900,1337,2178}
static

Definition at line 1639 of file ntv2testpatterngen.cpp.

◆ WideStep0

const AJA_RGB16BitPixel WideStep0 = { 0,0,0 }
static

Definition at line 1623 of file ntv2testpatterngen.cpp.

◆ WideStep10

const AJA_RGB16BitPixel WideStep10 = { 410,410,410 }
static

Definition at line 1624 of file ntv2testpatterngen.cpp.

◆ WideStep100

const AJA_RGB16BitPixel WideStep100 = { 4095,4095,4095 }
static

Definition at line 1633 of file ntv2testpatterngen.cpp.

◆ WideStep20

const AJA_RGB16BitPixel WideStep20 = { 819,819,819 }
static

Definition at line 1625 of file ntv2testpatterngen.cpp.

◆ WideStep30

const AJA_RGB16BitPixel WideStep30 = { 1229,1229,1229 }
static

Definition at line 1626 of file ntv2testpatterngen.cpp.

◆ WideStep40

const AJA_RGB16BitPixel WideStep40 = { 1638,1638,1638 }
static

Definition at line 1627 of file ntv2testpatterngen.cpp.

◆ WideStep50

const AJA_RGB16BitPixel WideStep50 = { 2048,2048,2048 }
static

Definition at line 1628 of file ntv2testpatterngen.cpp.

◆ WideStep60

const AJA_RGB16BitPixel WideStep60 = { 2457,2457,2457 }
static

Definition at line 1629 of file ntv2testpatterngen.cpp.

◆ WideStep70

const AJA_RGB16BitPixel WideStep70 = { 2867,2867,2867 }
static

Definition at line 1630 of file ntv2testpatterngen.cpp.

◆ WideStep80

const AJA_RGB16BitPixel WideStep80 = { 3276,3276,3276}
static

Definition at line 1631 of file ntv2testpatterngen.cpp.

◆ WideStep90

const AJA_RGB16BitPixel WideStep90 = { 3686,3686,3686 }
static

Definition at line 1632 of file ntv2testpatterngen.cpp.

◆ WideWhite100

const AJA_RGB16BitPixel WideWhite100 = { 4095,4095,4095 }
static

Definition at line 1604 of file ntv2testpatterngen.cpp.

◆ WideWhite58

const AJA_RGB16BitPixel WideWhite58 = {2375,2375,2375 }
static

Definition at line 1612 of file ntv2testpatterngen.cpp.

◆ WideYellow100

const AJA_RGB16BitPixel WideYellow100 = { 0,4095,4095}
static

Definition at line 1605 of file ntv2testpatterngen.cpp.

◆ WideYellow58

const AJA_RGB16BitPixel WideYellow58 = {0,2375,2375 }
static

Definition at line 1613 of file ntv2testpatterngen.cpp.

◆ WideYellow58_709

const AJA_RGB16BitPixel WideYellow58_709 = { 1480,2370,2356 }
static

Definition at line 1635 of file ntv2testpatterngen.cpp.