Home | History | Annotate | Download | only in src

Lines Matching defs:src2

238         const float* src2 = src + src_step;
243 float t0 = (src3[x] + src[x])*smooth_k[0] + src2[x]*smooth_k[1];