Searched refs:samplesOut1_tmp (Results 1 – 1 of 1) sorted by relevance
/external/libopus/silk/ |
D | dec_API.c | 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() [all …]
|