Searched refs:Avg (Results 1 - 12 of 12) sorted by relevance

/external/webrtc/webrtc/video/
H A Dreceive_statistics_proxy.cc51 int width = render_width_counter_.Avg(kMinRequiredSamples);
52 int height = render_height_counter_.Avg(kMinRequiredSamples);
59 int qp = qp_counters_.vp8.Avg(kMinRequiredSamples);
66 int decode_ms = decode_time_counter_.Avg(kMinRequiredDecodeSamples);
70 int delay_ms = delay_counter_.Avg(kMinRequiredDecodeSamples);
211 int ReceiveStatisticsProxy::SampleCounter::Avg(int min_required_samples) const { function in class:webrtc::ReceiveStatisticsProxy::SampleCounter
H A Dsend_statistics_proxy.cc97 int in_width = input_width_counter_.Avg(kMinRequiredSamples);
98 int in_height = input_height_counter_.Avg(kMinRequiredSamples);
108 int sent_width = sent_width_counter_.Avg(kMinRequiredSamples);
109 int sent_height = sent_height_counter_.Avg(kMinRequiredSamples);
119 int encode_ms = encode_time_counter_.Avg(kMinRequiredSamples);
134 int downscales = quality_downscales_counter_.Avg(kMinRequiredSamples);
144 int num_disabled = bw_resolutions_disabled_counter_.Avg(kMinRequiredSamples);
149 int delay_ms = delay_counter_.Avg(kMinRequiredSamples);
154 int max_delay_ms = max_delay_counter_.Avg(kMinRequiredSamples);
407 int SendStatisticsProxy::SampleCounter::Avg(in function in class:webrtc::SendStatisticsProxy::SampleCounter
[all...]
H A Dreceive_statistics_proxy.h84 int Avg(int min_required_samples) const;
H A Dsend_statistics_proxy.h104 int Avg(int min_required_samples) const;
/external/opencv3/modules/cudev/test/
H A Dtest_reduction.cu171 TEST(ReduceToRow, Avg)
179 GpuMat_<float> dst = reduceToRow_<Avg<float> >(d_src);
238 TEST(ReduceToColumn, Avg)
246 GpuMat_<float> dst = reduceToColumn_<Avg<float> >(d_src);
/external/opencv3/modules/cudaarithm/src/cuda/
H A Dreduce.cu74 gridReduceToRow< Avg<S> >(src, dst, stream);
100 gridReduceToColumn< Avg<S> >(src, dst, stream);
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/
H A Dreduce_to_vec.hpp85 template <typename T> struct Avg : plus<T> struct in namespace:cv::cudev
91 typedef Avg<U> other;
/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_fm2jscontext.h14 static void Avg(FXJSE_HOBJECT hThis,
H A Dxfa_fm2jscontext.cpp255 void CXFA_FM2JSContext::Avg(FXJSE_HOBJECT hThis, function in class:CXFA_FM2JSContext
7062 {"Avg", CXFA_FM2JSContext::Avg},
/external/libvpx/libvpx/test/
H A Dconvolve_test.cc585 TEST_P(ConvolveTest, Avg) {
/external/blktrace/btt/doc/
H A Dbtt.tex333 DEV | Avg Reqs @ Q
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 543 milliseconds