Home
last modified time | relevance | path

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

/external/libopus/silk/
Ddec_API.c92 opus_int16 *samplesOut1_tmp[ 2 ]; in silk_Decode() local
258 samplesOut1_tmp[ 0 ] = samplesOut1_tmp_storage; in silk_Decode()
259 samplesOut1_tmp[ 1 ] = samplesOut1_tmp_storage in silk_Decode()
287 …ret += silk_decode_frame( &channel_state[ n ], psRangeDec, &samplesOut1_tmp[ n ][ 2 ], &nSamplesOu… in silk_Decode()
289 silk_memset( &samplesOut1_tmp[ n ][ 2 ], 0, nSamplesOutDec * sizeof( opus_int16 ) ); in silk_Decode()
296 …silk_stereo_MS_to_LR( &psDec->sStereo, samplesOut1_tmp[ 0 ], samplesOut1_tmp[ 1 ], MS_pred_Q13, ch… in silk_Decode()
299 silk_memcpy( samplesOut1_tmp[ 0 ], psDec->sStereo.sMid, 2 * sizeof( opus_int16 ) ); in silk_Decode()
300 …silk_memcpy( psDec->sStereo.sMid, &samplesOut1_tmp[ 0 ][ nSamplesOutDec ], 2 * sizeof( opus_int16 … in silk_Decode()
318 …k_resampler( &channel_state[ n ].resampler_state, resample_out_ptr, &samplesOut1_tmp[ n ][ 1 ], nS… in silk_Decode()
333 …k_resampler( &channel_state[ 1 ].resampler_state, resample_out_ptr, &samplesOut1_tmp[ 0 ][ 1 ], nS… in silk_Decode()