OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:r0_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_audio/resampler/
sinc_resampler.cc
14
// 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_
is always request_frames_ in size. r1_, r2_ are kKernelSize / 2 i
[
all
...]
sinc_resampler.h
159
float*
r0_
;
member in class:webrtc::SincResampler
Completed in 49 milliseconds