Searched refs:complexity_ (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/modules/audio_coding/neteq/test/ |
D | neteq_opus_quality_test.cc | 63 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/ |
D | benchmark_register.cc | 167 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/ |
D | benchmark_register.cc | 167 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/ |
D | benchmark_register.cc | 167 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/ |
D | benchmark_register.cc | 174 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/ |
D | audio_encoder_opus.cc | 687 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()
|
D | audio_encoder_opus.h | 168 int complexity_; variable
|
/external/llvm-project/llvm/utils/benchmark/include/benchmark/ |
D | benchmark.h | 921 BigO complexity_; variable
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 957 BigO complexity_; variable
|
/external/llvm-project/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 957 BigO complexity_; variable
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 977 BigO complexity_; variable
|