Home | History | Annotate | Download | only in src

Lines Matching full:short_src

1080    const opus_int16 *short_src;
1082 short_src = (const opus_int16 *)src;
1085 dst[i*dst_stride] = short_src[i*src_stride+src_channel];
1087 dst[i*dst_stride] = (1/32768.f)*short_src[i*src_stride+src_channel];