Searched refs:testParamsAPI0 (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libultrahdr/benchmark/ |
H A D | benchmark_test.cpp | 88 std::vector<TestParamsEncoderAPI0> testParamsAPI0; variable 504 testParamsAPI0.push_back({hdrFile, 4080, 3072, UHDR_CG_BT_2100, UHDR_CT_PQ, 0, 1.0f}); in addTestVectors() 505 testParamsAPI0.push_back({hdrFile, 4080, 3072, UHDR_CG_BT_2100, UHDR_CT_PQ, 1, 1.0f}); in addTestVectors() 506 testParamsAPI0.push_back({hdrFile, 4080, 3072, UHDR_CG_BT_2100, UHDR_CT_PQ, 0, 1.571f}); in addTestVectors() 507 testParamsAPI0.push_back({hdrFile, 4080, 3072, UHDR_CG_BT_2100, UHDR_CT_PQ, 1, 1.616f}); in addTestVectors() 537 for (auto& param : testParamsAPI0) { in registerBenchmarks()
|