Lines Matching refs:short_src
903 const opus_int16 *short_src;905 short_src = (const opus_int16 *)src;908 dst[i*dst_stride] = short_src[i*src_stride+src_channel];910 dst[i*dst_stride] = (1/32768.f)*short_src[i*src_stride+src_channel];