Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_multistream_decoder.c343 opus_int16 *short_dst; in opus_copy_channel_out_short() local
345 short_dst = (opus_int16*)dst; in opus_copy_channel_out_short()
350 short_dst[i*dst_stride+dst_channel] = src[i*src_stride]; in opus_copy_channel_out_short()
352 short_dst[i*dst_stride+dst_channel] = FLOAT2INT16(src[i*src_stride]); in opus_copy_channel_out_short()
358 short_dst[i*dst_stride+dst_channel] = 0; in opus_copy_channel_out_short()