HomeSort by relevance Sort by last modified time
    Searched refs:frame2 (Results 1 - 17 of 17) sorted by null

  /external/valgrind/main/memcheck/tests/
xml1.c 37 int frame2 ( void ) function
44 return frame2() + 1;
xml1.stderr.exp 48 <fn>frame2</fn>
91 <fn>frame2</fn>
132 <fn>frame2</fn>
173 <fn>frame2</fn>
222 <fn>frame2</fn>
265 <fn>frame2</fn>
314 <fn>frame2</fn>
381 <fn>frame2</fn>
  /external/libvpx/vp8/encoder/
temporal_filter.h 20 unsigned char *frame2, \
temporal_filter.c 94 unsigned char *frame2,
112 int pixel_value = *frame2++;
  /external/webkit/Source/WebCore/platform/audio/
FFTFrame.h 79 // Interpolates from frame1 -> frame2 as x goes from 0.0 -> 1.0
80 static PassOwnPtr<FFTFrame> createInterpolatedFrame(const FFTFrame& frame1, const FFTFrame& frame2, double x);
93 void interpolateFrequencyComponents(const FFTFrame& frame1, const FFTFrame& frame2, double x);
FFTFrame.cpp 55 PassOwnPtr<FFTFrame> FFTFrame::createInterpolatedFrame(const FFTFrame& frame1, const FFTFrame& frame2, double x)
59 newFrame->interpolateFrequencyComponents(frame1, frame2, x);
73 void FFTFrame::interpolateFrequencyComponents(const FFTFrame& frame1, const FFTFrame& frame2, double interp)
82 const float* realP2 = frame2.realData();
83 const float* imagP2 = frame2.imagData();
  /external/webkit/Source/WebCore/platform/audio/mac/
FFTFrameMac.cpp 100 const FFTFrame& frame2 = frame; local
104 const float* realP2 = frame2.realData();
105 const float* imagP2 = frame2.imagData();
120 DSPSplitComplex sc2 = frame2.dspSplitComplex();
  /external/webkit/Source/WebCore/platform/audio/mkl/
FFTFrameMKL.cpp 135 FFTFrame& frame2 = const_cast<FFTFrame&>(frame); local
139 const float* realP2 = frame2.realData();
140 const float* imagP2 = frame2.imagData();
154 float* interleavedData2 = frame2.getUpToDateComplexData();
  /external/chromium/net/spdy/
spdy_framer_test.cc 278 SpdyFrameBuilder frame2; local
296 frame2.WriteUInt16(kControlFlagMask | 1);
297 frame2.WriteUInt16(SYN_STREAM);
298 frame2.WriteUInt32(0); // Placeholder for the length.
299 frame2.WriteUInt32(3); // stream_id
300 frame2.WriteUInt16(0); // Priority.
302 frame2.WriteUInt16(100); // Wrong number of headers (overflow)
303 frame2.WriteString("gamma");
304 frame2.WriteString("gamma");
305 frame2.WriteString("alpha")
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLFrameElement09.js 49 docsLoaded += preload(docRef, "doc", "frame2");
100 doc = load(docRef, "doc", "frame2");
  /external/webkit/Source/WebCore/platform/audio/fftw/
FFTFrameFFTW.cpp 124 FFTFrame& frame2 = const_cast<FFTFrame&>(frame); local
128 const float* realP2 = frame2.realData();
129 const float* imagP2 = frame2.imagData();
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLFrameElement09.js 49 docsLoaded += preload(docRef, "doc", "frame2");
104 doc = load(docRef, "doc", "frame2");
  /external/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 17 ; unsigned char *frame2, | 2
94 movdqa xmm2, [rdx] ; predictor (frame2)
  /external/v8/test/cctest/
test-cpu-profiler.cc 43 i::Address frame2 = NULL,
49 if (frame2 != NULL) {
50 sample->stack[0] = frame2;
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java     [all...]
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 180 bool FrameDataAreEqual(const AudioFrame& frame1, const AudioFrame& frame2) {
182 frame2._payloadDataLengthInSamples) {
186 frame2._audioChannel) {
189 if (memcmp(frame1._payloadData, frame2._payloadData,
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c 2432 StackFrame *frame, *frame2; local
    [all...]

Completed in 303 milliseconds