Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_projection_decoder.c80 opus_int16 *short_dst; in opus_projection_copy_channel_out_short() local
82 short_dst = (opus_int16 *)dst; in opus_projection_copy_channel_out_short()
85 OPUS_CLEAR(short_dst, frame_size * dst_stride); in opus_projection_copy_channel_out_short()
89 src_stride, short_dst, dst_stride, frame_size); in opus_projection_copy_channel_out_short()
Dopus_multistream_decoder.c348 opus_int16 *short_dst; in opus_copy_channel_out_short() local
351 short_dst = (opus_int16*)dst; in opus_copy_channel_out_short()
356 short_dst[i*dst_stride+dst_channel] = src[i*src_stride]; in opus_copy_channel_out_short()
358 short_dst[i*dst_stride+dst_channel] = FLOAT2INT16(src[i*src_stride]); in opus_copy_channel_out_short()
364 short_dst[i*dst_stride+dst_channel] = 0; in opus_copy_channel_out_short()