Home
last modified time | relevance | path

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

/aosp_15_r20/external/libopus/silk/float/
H A 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()
H A DSigProc_FLP.h170 static OPUS_INLINE void silk_float2short_array( in silk_float2short_array() function
/aosp_15_r20/external/libopus/silk/
H A Dcontrol_codec.c167 silk_float2short_array( x_bufFIX, psEnc->x_buf, old_buf_samples ); in silk_setup_resamplers()