Home | History | Annotate | Download | only in src

Lines Matching refs:src_channel

68   int src_channel,
878 int src_channel,
887 dst[i*dst_stride] = FLOAT2INT16(float_src[i*src_stride+src_channel]);
889 dst[i*dst_stride] = float_src[i*src_stride+src_channel];
899 int src_channel,
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];