Searched refs:frame1 (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Dxml1.c42 int frame1 ( void ) function
49 return frame1() - 1;
H A Dxml1.stderr.exp56 <fn>frame1</fn>
99 <fn>frame1</fn>
140 <fn>frame1</fn>
181 <fn>frame1</fn>
230 <fn>frame1</fn>
273 <fn>frame1</fn>
322 <fn>frame1</fn>
389 <fn>frame1</fn>
/external/libvpx/vp8/encoder/
H A Dtemporal_filter.h18 unsigned char *frame1, \
H A Dtemporal_filter.c92 unsigned char *frame1,
111 int src_byte = frame1[byte];
90 vp8_temporal_filter_apply_c( unsigned char *frame1, unsigned int stride, unsigned char *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, unsigned short *count ) argument
/external/webkit/Source/WebCore/platform/audio/
H A DFFTFrame.cpp55 PassOwnPtr<FFTFrame> FFTFrame::createInterpolatedFrame(const FFTFrame& frame1, const FFTFrame& frame2, double x) argument
57 OwnPtr<FFTFrame> newFrame = adoptPtr(new FFTFrame(frame1.fftSize()));
59 newFrame->interpolateFrequencyComponents(frame1, frame2, x);
73 void FFTFrame::interpolateFrequencyComponents(const FFTFrame& frame1, const FFTFrame& frame2, double interp) argument
80 const float* realP1 = frame1.realData();
81 const float* imagP1 = frame1.imagData();
85 m_FFTSize = frame1.fftSize();
86 m_log2FFTSize = frame1.log2FFTSize();
H A DFFTFrame.h79 // 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);
/external/webkit/Source/WebCore/platform/audio/mac/
H A DFFTFrameMac.cpp99 FFTFrame& frame1 = *this; local
102 float* realP1 = frame1.realData();
103 float* imagP1 = frame1.imagData();
116 DSPSplitComplex sc1 = frame1.dspSplitComplex();
/external/webkit/Source/WebCore/platform/audio/mkl/
H A DFFTFrameMKL.cpp134 FFTFrame& frame1 = *this; local
137 float* realP1 = frame1.realData();
138 float* imagP1 = frame1.imagData();
153 float* interleavedData1 = frame1.getUpToDateComplexData();
/external/chromium/net/spdy/
H A Dspdy_framer_test.cc277 SpdyFrameBuilder frame1; local
281 frame1.WriteUInt16(kControlFlagMask | 1);
282 frame1.WriteUInt16(SYN_STREAM);
283 frame1.WriteUInt32(0); // Placeholder for the length.
284 frame1.WriteUInt32(3); // stream_id
285 frame1.WriteUInt16(0); // Priority.
287 frame1.WriteUInt16(1); // Wrong number of headers (underflow)
288 frame1.WriteString("gamma");
289 frame1.WriteString("gamma");
290 frame1
[all...]
/external/webkit/Source/WebCore/platform/audio/fftw/
H A DFFTFrameFFTW.cpp123 FFTFrame& frame1 = *this; local
126 float* realP1 = frame1.realData();
127 float* imagP1 = frame1.imagData();
/external/libvpx/vp8/encoder/x86/
H A Dtemporal_filter_apply_sse2.asm15 ; (unsigned char *frame1, | 0
58 mov rsi, arg(0) ; src/frame1
87 movdqa xmm0, [rsi] ; src (frame1)
/external/libffi/src/pa/
H A Dhpux32.S306 L$frame1:
323 .word L$ASFDE1-L$frame1 ;# FDE CIE offset
351 .word L$ASFDE2-L$frame1 ;# FDE CIE offset
/external/v8/test/cctest/
H A Dtest-cpu-profiler.cc42 i::Address frame1,
46 sample->pc = frame1;
47 sample->tos = frame1;
41 EnqueueTickSampleEvent(ProfilerEventsProcessor* proc, i::Address frame1, i::Address frame2 = NULL, i::Address frame3 = NULL) argument
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc180 bool FrameDataAreEqual(const AudioFrame& frame1, const AudioFrame& frame2) { argument
181 if (frame1._payloadDataLengthInSamples !=
185 if (frame1._audioChannel !=
189 if (memcmp(frame1._payloadData, frame2._payloadData,
190 frame1._payloadDataLengthInSamples * frame1._audioChannel *
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectFactory.java1131 AnimationFrame frame1 =
1140 sparksAnim.addFrame(frame1);
1143 sparksAnim.addFrame(frame1);
1146 sparksAnim.addFrame(frame1);
1149 sparksAnim.addFrame(frame1);
3047 AnimationFrame frame1 = new AnimationFrame(textureLibrary.allocateTexture(R.drawable.enemy_kyle_dead),
3050 idle.addFrame(frame1);
3109 AnimationFrame frame1 = new AnimationFrame(textureLibrary.allocateTexture(R.drawable.andou_explode12),
3112 idle.addFrame(frame1);
3297 AnimationFrame frame1
[all...]

Completed in 221 milliseconds