Home
last modified time | relevance | path

Searched refs:kTwoPassGood (Results 1 – 25 of 49) sorted by relevance

12

/aosp_15_r20/external/libaom/test/
H A Daltref_test.cc34 { 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 Dend_to_end_psnr_test.cc71 ::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 Dsharpness_test.cc30 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 Dethread_test.cc246 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 Dencode_test_driver.h31 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 Darf_freq_test.cc63 { ::libaom_test::kOnePassGood, 5 }, { ::libaom_test::kTwoPassGood, 1 },
64 { ::libaom_test::kTwoPassGood, 2 }, { ::libaom_test::kTwoPassGood, 5 },
H A Dscreen_content_test.cc111 ::libaom_test::kTwoPassGood),
133 ::libaom_test::kTwoPassGood),
H A Dhorz_superres_test.cc106 InitializeConfig(::libaom_test::kTwoPassGood); in SetUp()
209 InitializeConfig(::libaom_test::kTwoPassGood); in SetUp()
319 InitializeConfig(::libaom_test::kTwoPassGood); in SetUp()
H A Dcpu_speed_test.cc168 ::testing::Values(::libaom_test::kTwoPassGood,
172 ::testing::Values(::libaom_test::kTwoPassGood,
H A Dlevel_test.cc174 if (cpu_used_ == 4 && encoding_mode_ == ::libaom_test::kTwoPassGood) { in TEST_P()
185 ::testing::Values(::libaom_test::kTwoPassGood,
H A Dav1_ext_tile_test.cc201 AV1ExtTileTest, ::testing::Values(::libaom_test::kTwoPassGood),
210 AV1ExtTileTestLarge, ::testing::Values(::libaom_test::kTwoPassGood),
H A Dencode_test_driver.cc91 case kTwoPassGood: break; in InitializeConfig()
97 passes_ = (mode == kTwoPassGood) ? 2 : 1; in InitializeConfig()
H A Dkf_test.cc372 ::libaom_test::kTwoPassGood),
392 ::libaom_test::kTwoPassGood),
H A Dborders_test.cc81 ::testing::Values(::libaom_test::kTwoPassGood));
H A Dmotion_vector_test.cc27 ::libaom_test::kTwoPassGood,
H A Dtime_stamp_test.cc104 ::libaom_test::kTwoPassGood));
H A Dstill_picture_test.cc93 ::libaom_test::kTwoPassGood),
/aosp_15_r20/external/libvpx/test/
H A Dencode_test_driver.h33 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 Dvp9_arf_freq_test.cc62 { ::libvpx_test::kTwoPassGood, 1 }, { ::libvpx_test::kTwoPassGood, 2 },
63 { ::libvpx_test::kTwoPassGood, 5 }, { ::libvpx_test::kRealTime, 5 },
H A Dtimestamp_test.cc105 ::testing::Values(::libvpx_test::kTwoPassGood));
107 ::testing::Values(::libvpx_test::kTwoPassGood));
H A Dencode_test_driver.cc113 case kTwoPassGood: deadline_ = VPX_DL_GOOD_QUALITY; break; in SetMode()
121 if (mode == kTwoPassGood || mode == kTwoPassBest) { in SetMode()
H A Dvp9_ethread_test.cc84 if (encoding_mode_ == ::libvpx_test::kTwoPassGood) in PreEncodeFrameHook()
406 ::testing::Values(::libvpx_test::kTwoPassGood),
H A Dborders_test.cc88 ::testing::Values(::libvpx_test::kTwoPassGood));
H A Dvp9_motion_vector_test.cc28 ::libvpx_test::kTwoPassGood, ::libvpx_test::kOnePassGood,
H A Dtile_independence_test.cc46 SetMode(libvpx_test::kTwoPassGood); in SetUp()

12