@@ -523,17 +523,6 @@ OCIO_ADD_TEST(FixedFunctionOpCPU, aces_output_transform_20)
523523 1e-5f ,
524524 __LINE__);
525525
526- #if DUMP_RESULT
527- std::cout << " aces_output_transform_20 results: \n " << std::setprecision (9 ) << std::fixed;
528- for (unsigned i = 0 ; i < num_samples; ++i)
529- {
530- std::cout << input2_32f[i * 4 + 0 ] << " f, "
531- << input2_32f[i * 4 + 1 ] << " f, "
532- << input2_32f[i * 4 + 2 ] << " f, "
533- << input2_32f[i * 4 + 3 ] << " f,\n " ;
534- }
535- #endif
536-
537526 OCIO::ConstFixedFunctionOpDataRcPtr funcData2
538527 = std::make_shared<OCIO::FixedFunctionOpData>(OCIO::FixedFunctionOpData::ACES_OUTPUT_TRANSFORM_20_INV,
539528 params);
@@ -835,17 +824,6 @@ OCIO_ADD_TEST(FixedFunctionOpCPU, aces_tonescale_compress_20)
835824 1e-5f ,
836825 __LINE__);
837826
838- #if DUMP_RESULTS
839- std::cout << " aces_tonescale_compress_20 results: \n " << std::setprecision (9 ) << std::fixed;
840- for (unsigned i = 0 ; i < num_samples; ++i)
841- {
842- std::cout << input2_32f[i * 4 + 0 ] << " f, "
843- << input2_32f[i * 4 + 1 ] << " f, "
844- << input2_32f[i * 4 + 2 ] << " f, "
845- << input2_32f[i * 4 + 3 ] << " f,\n " ;
846- }
847- #endif
848-
849827 OCIO::ConstFixedFunctionOpDataRcPtr funcData2
850828 = std::make_shared<OCIO::FixedFunctionOpData>(OCIO::FixedFunctionOpData::ACES_TONESCALE_COMPRESS_20_INV,
851829 params);
@@ -943,16 +921,6 @@ OCIO_ADD_TEST(FixedFunctionOpCPU, aces_gamut_map_20)
943921 funcData,
944922 1e-5f ,
945923 __LINE__);
946- #if DUMP_RESULTS
947- std::cout << " Results: \n " << std::setprecision (9 ) << std::fixed;
948- for (unsigned i = 0 ; i < num_samples; ++i)
949- {
950- std::cout << input2_32f[i * 4 + 0 ] << " f, "
951- << input2_32f[i * 4 + 1 ] << " f, "
952- << input2_32f[i * 4 + 2 ] << " f, "
953- << input2_32f[i * 4 + 3 ] << " f,\n " ;
954- }
955- #endif
956924
957925 OCIO::ConstFixedFunctionOpDataRcPtr funcData2
958926 = std::make_shared<OCIO::FixedFunctionOpData>(OCIO::FixedFunctionOpData::ACES_GAMUT_COMPRESS_20_INV,
0 commit comments