OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resampler_function
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
resampler_structs.h
45
opus_int
resampler_function
;
member in struct:_silk_resampler_state_struct
resampler.c
119
S->
resampler_function
= USE_silk_resampler_private_up2_HQ_wrapper;
122
S->
resampler_function
= USE_silk_resampler_private_IIR_FIR;
127
S->
resampler_function
= USE_silk_resampler_private_down_FIR;
159
S->
resampler_function
= USE_silk_resampler_copy;
193
switch( S->
resampler_function
) {
Completed in 30 milliseconds