/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/v8/test/mjsunit/ |
debug-evaluate-locals.js | 83 var frame2 = exec_state.frame(2); 84 checkFrame2(frame2.localName(0), frame2.localValue(0).value()); 85 checkFrame2(frame2.localName(1), frame2.localValue(1).value()); 86 checkFrame2(frame2.localName(2), frame2.localValue(2).value()); 87 checkFrame2(frame2.localName(3), frame2.localValue(3).value());
|
/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 | 267 SpdyFrameBuilder frame2; local 285 frame2.WriteUInt16(kControlFlagMask | 1); 286 frame2.WriteUInt16(SYN_STREAM); 287 frame2.WriteUInt32(0); // Placeholder for the length. 288 frame2.WriteUInt32(3); // stream_id 289 frame2.WriteUInt16(0); // Priority. 291 frame2.WriteUInt16(100); // Wrong number of headers (overflow) 292 frame2.WriteString("gamma"); 293 frame2.WriteString("gamma"); 294 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 | 50 i::Address frame2 = NULL, 56 if (frame2 != NULL) { 57 sample->stack[0] = frame2;
|
/external/valgrind/main/exp-ptrcheck/ |
sg_main.c | 2374 StackFrame *frame, *frame2; local [all...] |