Searched refs:skew (Results 1 - 25 of 77) sorted by relevance

1234

/external/webrtc/src/modules/audio_processing/aec/
H A Daec_resampler.h24 // Estimates skew from raw measurement.
32 float skew,
H A Daec_resampler.c12 * skew by resampling the farend signal.
77 float skew,
96 be = 1 + skew;
180 float skew = 0; local
228 skew = (xy - xAvg*y) / denom;
231 *skewEst = skew;
74 WebRtcAec_ResampleLinear(void *resampInst, const short *inspeech, int size, float skew, short *outspeech) argument
H A Decho_cancellation.c87 int resample; // if the skew is small enough we don't resample
89 float skew; member in struct:__anon29004
264 aecpc->skew = 0;
302 float skew; local
325 skew = aecpc->skew;
332 skew,
373 WebRtc_Word16 nrOfSamples, WebRtc_Word16 msInSndCardBuf, WebRtc_Word32 skew)
434 retVal = WebRtcAec_GetSkew(aecpc->resampler, skew, &aecpc->skew);
371 WebRtcAec_Process(void *aecInst, const WebRtc_Word16 *nearend, const WebRtc_Word16 *nearendH, WebRtc_Word16 *out, WebRtc_Word16 *outH, WebRtc_Word16 nrOfSamples, WebRtc_Word16 msInSndCardBuf, WebRtc_Word32 skew) argument
[all...]
/external/chromium_org/ui/gfx/
H A Dtransform_util.cc187 if (decomp.skew[2]) {
188 temp.setDouble(1, 2, decomp.skew[2]);
192 if (decomp.skew[1]) {
194 temp.setDouble(0, 2, decomp.skew[1]);
198 if (decomp.skew[0]) {
200 temp.setDouble(0, 1, decomp.skew[0]);
224 const SkMatrix44& skew,
231 matrix.preConcat(skew);
288 skew[0] = skew[
221 ComposeTransform(const SkMatrix44& perspective, const SkMatrix44& translation, const SkMatrix44& rotation, const SkMatrix44& skew, const SkMatrix44& scale) argument
440 SkMatrix44 skew = BuildSkewMatrix(decomp); local
[all...]
H A Dtransform_util.h28 SkMScalar skew[3]; member in struct:gfx::DecomposedTransform
46 // Decomposes this transform into its translation, scale, skew, perspective,
52 // Composes a transform from the given translation, scale, skew, prespective,
H A Dtransform.cc185 SkMatrix44 skew(SkMatrix44::kIdentity_Constructor);
186 skew.set(0, 1, TanDegrees(angle_x));
187 matrix_.preConcat(skew);
195 SkMatrix44 skew(SkMatrix44::kIdentity_Constructor);
196 skew.set(1, 0, TanDegrees(angle_y));
197 matrix_.preConcat(skew);
/external/chromium_org/cc/animation/
H A Dtransform_operation.h39 } skew; member in union:cc::TransformOperation::__anon4121
H A Dtransform_operations.cc148 to_add.skew.x = x;
149 to_add.skew.y = y;
/external/chromium_org/net/tools/get_server_time/
H A Dget_server_time.cc200 // |now|, fills |skew| with the skew of the local clock (i.e., add
201 // |*skew| to a client time to get a server time) and
207 base::TimeDelta* skew,
209 *skew = server_now - now;
330 base::TimeDelta skew; local
334 &skew, &skew_uncertainty);
337 "An estimate for the local clock skew is %.2f ms with "
339 skew.InMillisecondsF(),
203 EstimateSkew(base::Time server_now, base::TimeDelta server_now_uncertainty, base::Time now, base::TimeDelta now_uncertainty, base::TimeDelta* skew, base::TimeDelta* skew_uncertainty) argument
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DSkewTransformOperation.h56 transform.skew(m_angleX, m_angleY);
H A DTransformationMatrix.h230 TransformationMatrix& skew(double angleX, double angleY);
231 TransformationMatrix& skewX(double angle) { return skew(angle, 0); }
232 TransformationMatrix& skewY(double angle) { return skew(0, angle); }
/external/chromium_org/third_party/skia/src/core/
H A DSkBBoxHierarchyRecord.h35 virtual bool skew(SkScalar sx, SkScalar sy) SK_OVERRIDE;
H A DSkBBoxHierarchyRecord.cpp63 bool SkBBoxHierarchyRecord::skew(SkScalar sx, SkScalar sy) { function in class:SkBBoxHierarchyRecord
64 bool result = INHERITED::skew(sx, sy);
/external/skia/src/core/
H A DSkBBoxHierarchyRecord.h35 virtual bool skew(SkScalar sx, SkScalar sy) SK_OVERRIDE;
H A DSkBBoxHierarchyRecord.cpp63 bool SkBBoxHierarchyRecord::skew(SkScalar sx, SkScalar sy) { function in class:SkBBoxHierarchyRecord
64 bool result = INHERITED::skew(sx, sy);
/external/webrtc/src/modules/audio_processing/aec/interface/
H A Decho_cancellation.h143 * WebRtc_Word16 skew Difference between number of samples played
144 * and recorded at the soundcard (for clock skew
163 WebRtc_Word32 skew);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawMatrix.h57 void skew(SkScalar skewX, SkScalar skewY, SkPoint& center) { function in class:SkDrawMatrix
/external/skia/src/animator/
H A DSkDrawMatrix.h57 void skew(SkScalar skewX, SkScalar skewY, SkPoint& center) { function in class:SkDrawMatrix
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dpunyref.c49 enum { base = 36, tmin = 1, tmax = 26, skew = 38, damp = 700, enumerator in enum:__anon11892
121 return k + (base - tmin + 1) * delta / (delta + skew);
/external/chromium_org/third_party/skia/src/utils/
H A DSkProxyCanvas.cpp49 bool SkProxyCanvas::skew(SkScalar sx, SkScalar sy) { function in class:SkProxyCanvas
50 return fProxy->skew(sx, sy);
H A DSkNWayCanvas.cpp115 bool SkNWayCanvas::skew(SkScalar sx, SkScalar sy) { function in class:SkNWayCanvas
118 iter->skew(sx, sy);
120 return this->INHERITED::skew(sx, sy);
/external/icu4c/test/intltest/
H A Dpunyref.c49 enum { base = 36, tmin = 1, tmax = 26, skew = 38, damp = 700, enumerator in enum:__anon19430
121 return k + (base - tmin + 1) * delta / (delta + skew);
/external/skia/src/utils/
H A DSkProxyCanvas.cpp49 bool SkProxyCanvas::skew(SkScalar sx, SkScalar sy) { function in class:SkProxyCanvas
50 return fProxy->skew(sx, sy);
H A DSkNWayCanvas.cpp115 bool SkNWayCanvas::skew(SkScalar sx, SkScalar sy) { function in class:SkNWayCanvas
118 iter->skew(sx, sy);
120 return this->INHERITED::skew(sx, sy);
/external/dropbear/libtomcrypt/testprof/
H A Dx86_prof.c93 static ulong64 timer, skew = 0; variable
120 skew = c2 - c1;
121 fprintf(stderr, "Clock Skew: %lu\n", (unsigned long)skew);
279 t1 = c1 - skew;
325 a1 = c2 - c1 - skew;
344 a2 = c2 - c1 - skew;
397 a1 = c2 - c1 - skew;
416 a2 = c2 - c1 - skew;
472 a1 = c2 - c1 - skew;
491 a2 = c2 - c1 - skew;
[all...]

Completed in 4323 milliseconds

1234