MCPcopy Create free account
hub / github.com/FFMS/ffms2 / HDR10Data

Class HDR10Data

test/hdr.cpp:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include "tests.h"
11
12typedef struct HDR10Data {
13 double MasteringDisplayPrimariesX[3];
14 double MasteringDisplayPrimariesY[3];
15 double MasteringDisplayWhitePointX;
16 double MasteringDisplayWhitePointY;
17 double MasteringDisplayMinLuminance;
18 double MasteringDisplayMaxLuminance;
19} HDR10Data;
20
21// Tests relative error with an error of 1e-5, given the accuracy of
22// the hardcoded test values, and how it would affect HDR.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected