Searched refs:Metrics (Results 1 - 25 of 31) sorted by relevance

12

/external/libvpx/libvpx/vpx_dsp/
H A Dssim.h61 } Metrics; typedef in typeref:struct:__anon9627
65 Metrics *m, int do_inconsistency);
/external/lldb/examples/summaries/cocoa/
H A Dcache.py13 self.statistics = lldb.formatters.metrics.Metrics()
H A Dmetrics.py63 class Metrics: class in inherits:
H A DCFBag.py16 statistics = lldb.formatters.metrics.Metrics()
H A DCFBinaryHeap.py16 statistics = lldb.formatters.metrics.Metrics()
H A DNSBundle.py17 statistics = lldb.formatters.metrics.Metrics()
H A DNSData.py16 statistics = lldb.formatters.metrics.Metrics()
H A DNSException.py15 statistics = lldb.formatters.metrics.Metrics()
H A DNSMachPort.py16 statistics = lldb.formatters.metrics.Metrics()
H A DNSNotification.py16 statistics = lldb.formatters.metrics.Metrics()
H A DNSURL.py16 statistics = lldb.formatters.metrics.Metrics()
H A DCFArray.py16 statistics = lldb.formatters.metrics.Metrics()
H A DCFBitVector.py34 statistics = lldb.formatters.metrics.Metrics()
H A DCFDictionary.py16 statistics = lldb.formatters.metrics.Metrics()
H A DNSIndexSet.py16 statistics = lldb.formatters.metrics.Metrics()
H A DNSDate.py20 statistics = lldb.formatters.metrics.Metrics()
H A DNSNumber.py17 statistics = lldb.formatters.metrics.Metrics()
/external/webrtc/src/modules/audio_processing/
H A Decho_cancellation_impl.h51 virtual int GetMetrics(Metrics* metrics);
H A Decho_cancellation_impl.cc240 int EchoCancellationImpl::GetMetrics(Metrics* metrics) {
252 memset(metrics, 0, sizeof(Metrics));
/external/llvm/lib/Target/PowerPC/
H A DPPCLoopDataPrefetch.cpp132 CodeMetrics Metrics; local
145 Metrics.analyzeBasicBlock(*I, *TTI, EphValues);
147 unsigned LoopSize = Metrics.NumInsts;
/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp364 CodeMetrics Metrics; local
365 Metrics.analyzeBasicBlock(OrigHeader, *TTI, EphValues);
366 if (Metrics.notDuplicatable) {
371 if (Metrics.NumInsts > MaxHeaderSize)
H A DLoopUnrollPass.cpp587 CodeMetrics Metrics; local
590 Metrics.analyzeBasicBlock(*I, TTI, EphValues);
591 NumCalls = Metrics.NumInlineCandidates;
592 NotDuplicatable = Metrics.notDuplicatable;
594 unsigned LoopSize = Metrics.NumInsts;
H A DLoopUnswitch.cpp244 CodeMetrics Metrics; local
247 Metrics.analyzeBasicBlock(*I, TTI, EphValues);
249 Props.SizeEstimation = std::min(Metrics.NumInsts, Metrics.NumBlocks * 5);
253 if (Metrics.notDuplicatable) {
/external/libvpx/libvpx/test/
H A Dconsistency_test.cc33 Ssimv *sv2, Metrics *m,
130 Metrics metrics_;
/external/webrtc/src/modules/audio_processing/interface/
H A Daudio_processing.h308 struct Metrics { struct in class:webrtc::EchoCancellation
323 virtual int GetMetrics(Metrics* metrics) = 0;

Completed in 218 milliseconds

12