Searched refs:short_src (Results 1 – 1 of 1) sorted by relevance
903 const opus_int16 *short_src; in opus_copy_channel_in_short() local905 short_src = (const opus_int16 *)src; in opus_copy_channel_in_short()908 dst[i*dst_stride] = short_src[i*src_stride+src_channel]; in opus_copy_channel_in_short()910 dst[i*dst_stride] = (1/32768.f)*short_src[i*src_stride+src_channel]; in opus_copy_channel_in_short()