Home
last modified time | relevance | path

Searched refs:test_encode_param_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libaom/test/
H A Darf_freq_test.cc81 test_encode_param_(GET_PARAM(2)), min_arf_requested_(GET_PARAM(3)) {} in ArfFreqTestLarge()
86 InitializeConfig(test_encode_param_.mode); in SetUp()
87 if (test_encode_param_.mode != ::libaom_test::kRealTime) { in SetUp()
142 encoder->Control(AOME_SET_CPUUSED, test_encode_param_.cpu_used); in PreEncodeFrameHook()
144 if (test_encode_param_.mode != ::libaom_test::kRealTime) { in PreEncodeFrameHook()
165 TestEncodeParam test_encode_param_; member in __anon62024bb20111::ArfFreqTestLarge
/aosp_15_r20/external/libvpx/test/
H A Dvp9_arf_freq_test.cc88 test_encode_param_(GET_PARAM(2)), min_arf_requested_(GET_PARAM(3)) {} in ArfFreqTest()
94 SetMode(test_encode_param_.mode); in SetUp()
95 if (test_encode_param_.mode != ::libvpx_test::kRealTime) { in SetUp()
154 encoder->Control(VP8E_SET_CPUUSED, test_encode_param_.cpu_used); in PreEncodeFrameHook()
156 if (test_encode_param_.mode != ::libvpx_test::kRealTime) { in PreEncodeFrameHook()
179 TestEncodeParam test_encode_param_; member in __anond70ca5d10111::ArfFreqTest