OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:r4_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_audio/resampler/
sinc_resampler.h
163
float*
r4_
;
member in class:webrtc::SincResampler
sinc_resampler.cc
14
// Initial input buffer layout, dividing into regions r0_ to
r4_
(note: r0_, r3_
15
// and
r4_
will move after the first load):
25
// r1_ r2_ r3_
r4_
27
// block_size_ ==
r4_
- r2_
34
// On the second request r0_ slides to the right by kKernelSize / 2 and r3_,
r4_
57
// 3) Let r3_,
r4_
each represent half the kernel right aligned with the end of
58
// r0_ and choose block_size_ as the distance in frames between
r4_
and r2_:
61
//
r4_
= r0_ + request_frames_ - kKernelSize / 2
62
// block_size_ =
r4_
- r2_ = request_frames_ - kKernelSize / 2
67
// the kernel is centered at the start of
r4_
or we've finished generatin
[
all
...]
Completed in 940 milliseconds