Home
last modified time | relevance | path

Searched refs:complexity_ (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/test/
Dneteq_opus_quality_test.cc63 int complexity_; member in webrtc::test::NetEqOpusQualityTest
82 complexity_(absl::GetFlag(FLAGS_complexity)), in NetEqOpusQualityTest()
132 EXPECT_EQ(0, WebRtcOpus_SetComplexity(opus_encoder_, complexity_)); in SetUp()
/external/llvm-project/llvm/utils/benchmark/src/
Dbenchmark_register.cc167 instance.complexity = family->complexity_; in FindBenchmarks()
247 complexity_(oNone), in Benchmark()
391 complexity_ = complexity; in Complexity()
397 complexity_ = oLambda; in Complexity()
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dbenchmark_register.cc167 instance.complexity = family->complexity_; in FindBenchmarks()
252 complexity_(oNone), in Benchmark()
412 complexity_ = complexity; in Complexity()
418 complexity_ = oLambda; in Complexity()
/external/libcxx/utils/google-benchmark/src/
Dbenchmark_register.cc167 instance.complexity = family->complexity_; in FindBenchmarks()
252 complexity_(oNone), in Benchmark()
412 complexity_ = complexity; in Complexity()
418 complexity_ = oLambda; in Complexity()
/external/google-benchmark/src/
Dbenchmark_register.cc174 instance.complexity = family->complexity_; in FindBenchmarks()
272 complexity_(oNone), in Benchmark()
445 complexity_ = complexity; in Complexity()
451 complexity_ = oLambda; in Complexity()
/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_opus.cc687 complexity_ = GetNewComplexity(config).value_or(config.complexity); in RecreateEncoderInstance()
688 RTC_CHECK_EQ(0, WebRtcOpus_SetComplexity(inst_, complexity_)); in RecreateEncoderInstance()
750 if (new_complexity && complexity_ != *new_complexity) { in SetTargetBitrate()
751 complexity_ = *new_complexity; in SetTargetBitrate()
752 RTC_CHECK_EQ(0, WebRtcOpus_SetComplexity(inst_, complexity_)); in SetTargetBitrate()
Daudio_encoder_opus.h168 int complexity_; variable
/external/llvm-project/llvm/utils/benchmark/include/benchmark/
Dbenchmark.h921 BigO complexity_; variable
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h957 BigO complexity_; variable
/external/llvm-project/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h957 BigO complexity_; variable
/external/google-benchmark/include/benchmark/
Dbenchmark.h977 BigO complexity_; variable