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

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

Completed in 276 milliseconds