/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
vad2.h | 171 Word16 negSNRvar; /* Negative SNR variance (scaled as 7,8) */ 172 Word16 negSNRbias; /* sensitivity bias from negative SNR variance (scaled as 15,0) */
|
/frameworks/base/core/java/android/gesture/ |
GestureUtils.java | 347 * Calculates the variance-covariance matrix of a set of points. 350 * @return the variance-covariance matrix
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
random | 766 * @brief Returns the compact form of the variance/covariance 923 * <tr><td>Variance</td><td>@f$2\sigma^2 + \nu^2 [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/ |
perftest.py | 144 # Compute the mean and variance using Knuth's online algorithm (has good numerical stability).
|
/external/iproute2/man/man8/ |
ip-route.8 | 370 the initial RTT variance estimate. Values are specified as with
|
ip-route.8.in | 370 the initial RTT variance estimate. Values are specified as with
|
/external/libvpx/armv7a-neon/ |
libvpx_srcs.txt | 121 vp8/common/variance.h
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
mysql.php | 232 'VAR_POP','VAR_SAMP','VARIANCE',
|
scilab.php | 208 'varargout', 'Variable', 'variance', 'variancef', 'varn', 'vectorfind', 'waitbar', 'warning', 'wavread',
|
/external/libvpx/libvpx/vp8/ |
vp8_common.mk | 68 VP8_COMMON_SRCS-yes += common/variance.h
|
/external/opencv/cv/src/ |
_cvkdtree.hpp | 82 // for given set of point indices, compute dimension of highest variance
|
/external/speex/libspeex/ |
mdf.c | 163 spx_float_t Dvar1; /* Estimated variance of 1st estimator */ 164 spx_float_t Dvar2; /* Estimated variance of 2nd estimator */ 880 /* Difference in response, this is used to estimate the variance of our residual power estimate */ 901 /* For two time windows, compute the mean of the energy difference, as well as the variance */ [all...] |
/external/tcpdump/ |
sctpConstants.h | 497 /* clock variance is 10ms or 10,000 us's */
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
avcenc_int.h | 313 int max_BitVariance_num; /* the number of the maximum bit variance within the given buffer with the unit of 10% of bitrate/framerate*/
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
me_utils.cpp | 308 variance .
|
/frameworks/base/services/java/com/android/server/power/ |
WirelessChargerDetector.java | 92 // cosine of the maximum angle variance that we tolerate while at rest.
|
/pdk/apps/CameraITS/pymodules/its/ |
image.py | 273 """Calculate the variance of each color channel in the image.
|
/docs/source.android.com/src/devices/tech/ |
power.jd | 212 As mentioned above, system suspend can introduce unwanted variance in power measurements and 256 variance when measuring other parameters.
|
/external/chromium/base/ |
tracked_objects.cc | 43 double variance = static_cast<float>(square_duration_)/count_ local 45 return sqrt(variance); [all...] |
/external/chromium_org/third_party/skia/src/effects/ |
SkBlurMask.cpp | 866 float variance = sigma * sigma; local 880 float gaussian = expf(-x*x / (2*variance)); [all...] |
/external/linux-tools-perf/ |
builtin-stat.c | 255 double variance = stats->M2 / (stats->n - 1); local 256 double variance_mean = variance / stats->n; [all...] |
/external/skia/src/effects/ |
SkBlurMask.cpp | 866 float variance = sigma * sigma; local 880 float gaussian = expf(-x*x / (2*variance)); [all...] |
/libcore/luni/src/main/java/javax/xml/datatype/ |
Duration.java | 321 * used to disambiguate this variance. Specifically, this method 358 * used to disambiguate this variance. Specifically, this method [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_rdopt.c | 305 // source with given variance when quantized with a uniform quantizer 308 // where r = exp(-sqrt(2) * x) and x = qpstep / sqrt(variance), 329 // source with given variance when quantized with a uniform quantizer 332 // where x = qpstep / sqrt(variance) 333 // Note the actual distortion is Dn * variance. 364 // source with given variance when quantized with a uniform quantizer [all...] |
/external/qemu/slirp/ |
tcp_input.c | [all...] |