Home
last modified time | relevance | path

Searched refs:resampler_function (Results 1 – 2 of 2) sorted by relevance

/external/libopus/silk/
Dresampler.c119 S->resampler_function = USE_silk_resampler_private_up2_HQ_wrapper; in silk_resampler_init()
122 S->resampler_function = USE_silk_resampler_private_IIR_FIR; in silk_resampler_init()
127 S->resampler_function = USE_silk_resampler_private_down_FIR; in silk_resampler_init()
159 S->resampler_function = USE_silk_resampler_copy; in silk_resampler_init()
193 switch( S->resampler_function ) { in silk_resampler()
Dresampler_structs.h45 opus_int resampler_function; member