Lines Matching full:src3
239 const float* src3 = src + src_step*2;243 float t0 = (src3[x] + src[x])*smooth_k[0] + src2[x]*smooth_k[1];244 float t1 = src3[x] - src[x];