/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
InputSmoother.java | 11 * Utility class to calculate a velocity using a moving average filter of recent input positions. 35 * Sampling window to calculate rolling average of scroll velocity. 81 // calculate moving average over current window
|
/prebuilts/go/darwin-x86/src/crypto/x509/ |
pkcs1.go | 22 // We ignore these values, if present, because rsa will calculate them. 33 // We ignore these values because rsa will calculate them. 73 // We ignore the other two values because rsa will calculate
|
/prebuilts/go/linux-x86/src/crypto/x509/ |
pkcs1.go | 22 // We ignore these values, if present, because rsa will calculate them. 33 // We ignore these values because rsa will calculate them. 73 // We ignore the other two values because rsa will calculate
|
/external/opencv3/doc/tutorials/imgproc/imgtrans/sobel_derivatives/ |
sobel_derivatives.markdown | 9 - Use the OpenCV function @ref cv::Sobel to calculate the derivatives from an image. 10 - Use the OpenCV function @ref cv::Scharr to calculate a more accurate derivative for a kernel of 55 -# We calculate two derivatives: 74 -# At each point of the image we calculate an approximation of the *gradient* in that point by 141 -# Second, we calculate the "*derivatives*" in *x* and *y* directions. For this, we use the 161 Notice that to calculate the gradient in *x* direction we use: \f$x_{order}= 1\f$ and
|
/cts/suite/audio_quality/test_description/processing/ |
recording_thd.py | 23 # calculate THD for dut_recording_thd case 33 # 2. calculate THD of host recording and client recording
|
/cts/tests/tests/media/libndkaudio/ |
WaveTableOscillator.cpp | 59 // calculate wave values 76 // calculate wave values
|
/developers/build/ |
sample-create | 32 # Calculate the relative path from the sample location to the main build directory. This 37 # Same thing for the samples common code: calculate the relative path.
|
/external/autotest/client/site_tests/hardware_PerfCounterVerification/ |
stats_utils.py | 18 # Calculate the coefficient of determination (R-squared) from the 26 # Calculate the coefficient of determination (R-squared) as the
|
/external/autotest/server/ |
site_host_route.py | 16 self.calculate() 18 def calculate(self): member in class:HostRoute
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
webrtc_rendering_stats.py | 96 """Calculate the apparent cadence of the rendering. 151 """Calculate the apparent FPS from frame distribution. 154 calculate the video apparent frame rate as played by WebMediaPlayerMs 230 This method will calculate drift_time stats, that is to say : 267 This method will calculate the smoothness score, along with the percentage 295 # Calculate smoothness metric. From the formula, we can see that smoothness 314 # Calculate freezing metric. 328 """Calculate time stamp stats for all remote stream events."""
|
/external/clang/test/SemaCXX/ |
blocks.cpp | 35 int calculate(unsigned n) { function in class:test2::Power 41 return Power(2).calculate(10);
|
/external/opencv3/doc/tutorials/calib3d/camera_calibration_square_chess/ |
camera_calibration_square_chess.markdown | 51 - Calculate reprojection error like it is done in calibration sample (see 54 Question: how to calculate the distance from the camera origin to any of the corners?
|
/external/opencv3/samples/cpp/tutorial_code/ShapeDescriptors/ |
moments_demo.cpp | 3 * @brief Demo code to calculate moments 86 /// Calculate the area with the moments 00 and compare with the result of the OpenCV function
|
/external/v8/src/ |
version.cc | 45 // Calculate the V8 version string. 65 // Calculate the SONAME for the V8 shared library.
|
/external/v8/tools/gyp/test/module/src/ |
program.c | 41 fprintf(stderr, "Failed to calculate module path.\n"); 67 fprintf(stderr, "Failed to calculate module path.\n");
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
cb_update_best_index.c | 51 calculate the gain and store this index as the new best one 59 /* Calculate the gain in Q14
|
lpc_encode.c | 44 /* Calculate LSF's from the input speech */ 53 /* Calculate the synthesis and weighting filter coefficients from
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
filters_neon.c | 32 // Calculate r[0]. 53 // Calculate scaling (the value of shifting).
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
remote_ntp_time_estimator_unittest.cc | 89 // Local peer needs at least 2 RTCP SR to calculate the capture time. 97 // Local peer gets enough RTCP SR to calculate the capture time.
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
psy_configuration.c | 171 we calculate 274 * description: calculate min snr parameter 363 calculate barc values for each pb 380 calculate spreading function 409 calculate minSnr 445 calculate barc values for each pb 462 calculate spreading function 493 calculate minSnr
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Control.c | 348 * Calculate the double precision coefficients 368 * Calculate the single precision coefficients 435 /* Calculate single precision coefficients for a band pass filter */ 506 * Calculate the B2 coefficient 514 * Calculate the cosine by a polynomial expansion using the equation: 526 factor = (factor * t0) >> 15; /* Calculate t0^n */ 550 /* Calculate double precision coefficients for a band pass filter */ 628 * Calculate the B2 coefficient [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
Util.java | 22 * Calculate mean of data. 30 * Calculate standard deviation of data. 38 * Calculate median of data. 64 * Calculate cross correlation using FFT with periodic boundary handling.
|
/cts/suite/audio_quality/lib/include/ |
BuiltinProcessing.h | 41 * calculate RMS of given data. The rms is passed to moving average filter
|
/cts/tests/openglperf2/assets/fragment/ |
perspective | 23 // Calculate the dot product of the light vector and vertex normal.
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
PlanetsRenderingParam.java | 28 /** number of frames to render to calculate FPS and finish */
|