Lines Matching refs:samplesOut1_tmp
94 opus_int16 *samplesOut1_tmp[ 2 ]; in silk_Decode() local
268 samplesOut1_tmp[ 0 ] = samplesOut; in silk_Decode()
269 samplesOut1_tmp[ 1 ] = samplesOut + channel_state[ 0 ].frame_length + 2; in silk_Decode()
271 samplesOut1_tmp[ 0 ] = samplesOut1_tmp_storage1; in silk_Decode()
272 samplesOut1_tmp[ 1 ] = samplesOut1_tmp_storage1 + channel_state[ 0 ].frame_length + 2; in silk_Decode()
300 …ret += silk_decode_frame( &channel_state[ n ], psRangeDec, &samplesOut1_tmp[ n ][ 2 ], &nSamplesOu… in silk_Decode()
302 silk_memset( &samplesOut1_tmp[ n ][ 2 ], 0, nSamplesOutDec * sizeof( opus_int16 ) ); in silk_Decode()
309 …silk_stereo_MS_to_LR( &psDec->sStereo, samplesOut1_tmp[ 0 ], samplesOut1_tmp[ 1 ], MS_pred_Q13, ch… in silk_Decode()
312 silk_memcpy( samplesOut1_tmp[ 0 ], psDec->sStereo.sMid, 2 * sizeof( opus_int16 ) ); in silk_Decode()
313 …silk_memcpy( psDec->sStereo.sMid, &samplesOut1_tmp[ 0 ][ nSamplesOutDec ], 2 * sizeof( opus_int16 … in silk_Decode()
334 samplesOut1_tmp[ 0 ] = samplesOut1_tmp_storage2; in silk_Decode()
335 samplesOut1_tmp[ 1 ] = samplesOut1_tmp_storage2 + channel_state[ 0 ].frame_length + 2; in silk_Decode()
340 …k_resampler( &channel_state[ n ].resampler_state, resample_out_ptr, &samplesOut1_tmp[ n ][ 1 ], nS… in silk_Decode()
355 …k_resampler( &channel_state[ 1 ].resampler_state, resample_out_ptr, &samplesOut1_tmp[ 0 ][ 1 ], nS… in silk_Decode()