Searched refs:lenIn (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c184 static void LinearResampler( int16_t *in, int16_t *out, int16_t lenIn, int16_t lenOut ) argument
190 if( lenIn == lenOut )
192 WEBRTC_SPL_MEMCPY_W16( out, in, lenIn );
196 n = WEBRTC_SPL_MUL_16_16( (int16_t)(lenIn-1), RESAMP_RES );
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c184 static void LinearResampler( WebRtc_Word16 *in, WebRtc_Word16 *out, WebRtc_Word16 lenIn, WebRtc_Word16 lenOut ) argument
190 if( lenIn == lenOut )
192 WEBRTC_SPL_MEMCPY_W16( out, in, lenIn );
196 n = WEBRTC_SPL_MUL_16_16( (WebRtc_Word16)(lenIn-1), RESAMP_RES );

Completed in 330 milliseconds