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/chromium_org/media/base/
sinc_resampler.h
137
float*
r4_
;
member in class:media::SincResampler
sinc_resampler.cc
5
// Initial input buffer layout, dividing into regions r0_ to
r4_
(note: r0_, r3_
6
// and
r4_
will move after the first load):
16
// r1_ r2_ r3_
r4_
18
// block_size_ ==
r4_
- r2_
25
// On the second request r0_ slides to the right by kKernelSize / 2 and r3_,
r4_
48
// 3) Let r3_,
r4_
each represent half the kernel right aligned with the end of
49
// r0_ and choose block_size_ as the distance in frames between
r4_
and r2_:
52
//
r4_
= r0_ + request_frames_ - kKernelSize / 2
53
// block_size_ =
r4_
- r2_ = request_frames_ - kKernelSize / 2
58
// the kernel is centered at the start of
r4_
or we've finished generatin
[
all
...]
Completed in 976 milliseconds