Home
last modified time | relevance | path

Searched refs:silk_float2short_array (Results 1 – 3 of 3) sorted by relevance

/external/libopus/silk/float/
Dpitch_analysis_core_FLP.c139 silk_float2short_array( frame_16_FIX, frame, frame_length ); in silk_pitch_analysis_core_FLP()
146 silk_float2short_array( frame_12_FIX, frame, frame_length ); in silk_pitch_analysis_core_FLP()
152 silk_float2short_array( frame_8_FIX, frame, frame_length_8kHz ); in silk_pitch_analysis_core_FLP()
DSigProc_FLP.h162 static OPUS_INLINE void silk_float2short_array( in silk_float2short_array() function
/external/libopus/silk/
Dcontrol_codec.c167 silk_float2short_array( x_bufFIX, psEnc->x_buf, old_buf_samples ); in silk_setup_resamplers()