Searched refs:r0_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/media/base/
H A Dsinc_resampler.cc5 // Initial input buffer layout, dividing into regions r0_ to r4_ (note: r0_, r3_
12 // r0_ (during first load)
23 // r0_ (during second load)
25 // On the second request r0_ slides to the right by kKernelSize / 2 and r3_, r4_
36 // r0_ (which will move between the first and subsequent passes).
38 // 2) Let r1_, r2_ each represent half the kernel centered around r0_:
40 // r0_ = input_buffer_ + kKernelSize / 2
42 // r2_ = r0_
44 // r0_ i
[all...]
H A Dsinc_resampler.h128 float* r0_; member in class:media::SincResampler
/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dsinc_resampler.cc14 // Initial input buffer layout, dividing into regions r0_ to r4_ (note: r0_, r3_
21 // r0_ (during first load)
32 // r0_ (during second load)
34 // On the second request r0_ slides to the right by kKernelSize / 2 and r3_, r4_
45 // r0_ (which will move between the first and subsequent passes).
47 // 2) Let r1_, r2_ each represent half the kernel centered around r0_:
49 // r0_ = input_buffer_ + kKernelSize / 2
51 // r2_ = r0_
53 // r0_ i
[all...]
H A Dsinc_resampler.h160 float* r0_; member in class:webrtc::SincResampler
/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-arm.cc81 byte* r0_; local
90 __ mov(r2, Operand(reinterpret_cast<int>(&r0_)));
118 CHECK_EQ(src + size, r0_);

Completed in 432 milliseconds