/aosp_15_r20/external/libaom/test/ |
H A D | altref_test.cc | 34 { 0, 10, 4, 8, 10, ::libaom_test::kTwoPassGood }, 35 { 0, 30, 8, 12, 16, ::libaom_test::kTwoPassGood }, 36 { 30, 30, 12, 16, 25, ::libaom_test::kTwoPassGood }, 37 { 0, 60, 16, 24, 25, ::libaom_test::kTwoPassGood }, 38 { 60, 60, 20, 28, 30, ::libaom_test::kTwoPassGood }, 39 { 0, 100, 24, 32, 35, ::libaom_test::kTwoPassGood }, 131 { ::libaom_test::kTwoPassGood, 0, 6 }, 132 { ::libaom_test::kTwoPassGood, 0, 8 }, 133 { ::libaom_test::kTwoPassGood, 5, 10 }, 134 { ::libaom_test::kTwoPassGood, 8, 16 }, [all …]
|
H A D | end_to_end_psnr_test.cc | 71 ::libaom_test::kTwoPassGood, 94 encoding_mode_ == ::libaom_test::kTwoPassGood) { in SetUp() 120 if (cpu_used_ == 1 && encoding_mode_ == ::libaom_test::kTwoPassGood) in PreEncodeFrameHook() 125 encoding_mode_ == ::libaom_test::kTwoPassGood) { in PreEncodeFrameHook() 199 ::testing::Values(::libaom_test::kTwoPassGood),
|
H A D | sharpness_test.cc | 30 kPsnrThreshold = { { static_cast<int>(::libaom_test::kTwoPassGood), 55 if (encoding_mode_ == ::libaom_test::kTwoPassGood) { in SetUp() 76 if (encoding_mode_ == ::libaom_test::kTwoPassGood) { in PreEncodeFrameHook() 130 ::testing::Values(::libaom_test::kTwoPassGood),
|
H A D | ethread_test.cc | 246 encoding_mode_ == ::libaom_test::kTwoPassGood) { in SetUp() 268 encoding_mode_ == ::libaom_test::kTwoPassGood) { in PreEncodeFrameHook() 484 ::testing::Values(::libaom_test::kTwoPassGood, 515 ::testing::Values(::libaom_test::kTwoPassGood), 520 ::testing::Values(::libaom_test::kTwoPassGood), 526 ::testing::Values(::libaom_test::kTwoPassGood), 584 ::testing::Values(::libaom_test::kTwoPassGood,
|
H A D | encode_test_driver.h | 31 enum TestMode { kRealTime, kOnePassGood, kTwoPassGood, kAllIntra }; enumerator 34 ::libaom_test::kTwoPassGood) 39 #define TWO_PASS_TEST_MODES ::testing::Values(::libaom_test::kTwoPassGood) 42 ::testing::Values(::libaom_test::kOnePassGood, ::libaom_test::kTwoPassGood)
|
H A D | arf_freq_test.cc | 63 { ::libaom_test::kOnePassGood, 5 }, { ::libaom_test::kTwoPassGood, 1 }, 64 { ::libaom_test::kTwoPassGood, 2 }, { ::libaom_test::kTwoPassGood, 5 },
|
H A D | screen_content_test.cc | 111 ::libaom_test::kTwoPassGood), 133 ::libaom_test::kTwoPassGood),
|
H A D | horz_superres_test.cc | 106 InitializeConfig(::libaom_test::kTwoPassGood); in SetUp() 209 InitializeConfig(::libaom_test::kTwoPassGood); in SetUp() 319 InitializeConfig(::libaom_test::kTwoPassGood); in SetUp()
|
H A D | cpu_speed_test.cc | 168 ::testing::Values(::libaom_test::kTwoPassGood, 172 ::testing::Values(::libaom_test::kTwoPassGood,
|
H A D | level_test.cc | 174 if (cpu_used_ == 4 && encoding_mode_ == ::libaom_test::kTwoPassGood) { in TEST_P() 185 ::testing::Values(::libaom_test::kTwoPassGood,
|
H A D | av1_ext_tile_test.cc | 201 AV1ExtTileTest, ::testing::Values(::libaom_test::kTwoPassGood), 210 AV1ExtTileTestLarge, ::testing::Values(::libaom_test::kTwoPassGood),
|
H A D | encode_test_driver.cc | 91 case kTwoPassGood: break; in InitializeConfig() 97 passes_ = (mode == kTwoPassGood) ? 2 : 1; in InitializeConfig()
|
H A D | kf_test.cc | 372 ::libaom_test::kTwoPassGood), 392 ::libaom_test::kTwoPassGood),
|
H A D | borders_test.cc | 81 ::testing::Values(::libaom_test::kTwoPassGood));
|
H A D | motion_vector_test.cc | 27 ::libaom_test::kTwoPassGood,
|
H A D | time_stamp_test.cc | 104 ::libaom_test::kTwoPassGood));
|
H A D | still_picture_test.cc | 93 ::libaom_test::kTwoPassGood),
|
/aosp_15_r20/external/libvpx/test/ |
H A D | encode_test_driver.h | 33 kTwoPassGood, enumerator 44 ::libvpx_test::kOnePassBest, ::libvpx_test::kTwoPassGood, \ 51 ::testing::Values(::libvpx_test::kOnePassGood, ::libvpx_test::kTwoPassGood) 55 ::testing::Values(::libvpx_test::kTwoPassGood, ::libvpx_test::kTwoPassBest)
|
H A D | vp9_arf_freq_test.cc | 62 { ::libvpx_test::kTwoPassGood, 1 }, { ::libvpx_test::kTwoPassGood, 2 }, 63 { ::libvpx_test::kTwoPassGood, 5 }, { ::libvpx_test::kRealTime, 5 },
|
H A D | timestamp_test.cc | 105 ::testing::Values(::libvpx_test::kTwoPassGood)); 107 ::testing::Values(::libvpx_test::kTwoPassGood));
|
H A D | encode_test_driver.cc | 113 case kTwoPassGood: deadline_ = VPX_DL_GOOD_QUALITY; break; in SetMode() 121 if (mode == kTwoPassGood || mode == kTwoPassBest) { in SetMode()
|
H A D | vp9_ethread_test.cc | 84 if (encoding_mode_ == ::libvpx_test::kTwoPassGood) in PreEncodeFrameHook() 406 ::testing::Values(::libvpx_test::kTwoPassGood),
|
H A D | borders_test.cc | 88 ::testing::Values(::libvpx_test::kTwoPassGood));
|
H A D | vp9_motion_vector_test.cc | 28 ::libvpx_test::kTwoPassGood, ::libvpx_test::kOnePassGood,
|
H A D | tile_independence_test.cc | 46 SetMode(libvpx_test::kTwoPassGood); in SetUp()
|