Home | History | Annotate | Download | only in src

Lines Matching refs:src_stride

67   int src_stride,
877 int src_stride,
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];
898 int src_stride,
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];