OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:y_values
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/media/filters/
wsola_internals.cc
90
void CubicInterpolation(const float*
y_values
,
93
float a = 0.5f * (
y_values
[2] +
y_values
[0]) -
y_values
[1];
94
float b = 0.5f * (
y_values
[2] -
y_values
[0]);
95
float c =
y_values
[1];
audio_renderer_algorithm_unittest.cc
587
float
y_values
[3];
local
588
y_values
[0] = kA - kB + kC;
589
y_values
[1] = kC;
590
y_values
[2] = kA + kB + kC;
595
internal::CubicInterpolation(
y_values
, &extremum, &extremum_value);
wsola_internals.h
51
MEDIA_EXPORT void CubicInterpolation(const float*
y_values
,
Completed in 443 milliseconds