| 10 | #include "tests.h" |
| 11 | |
| 12 | typedef 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. |
nothing calls this directly
no outgoing calls
no test coverage detected