Home | History | Annotate | Download | only in src

Lines Matching full:buffer1

231     float* buffer1 = buffer0 + src_width;
245 buffer0[x] = t0; buffer1[x] = t1;
251 float t1 = (buffer1[x] + buffer1[x+2])*smooth_k[0] + buffer1[x+1]*smooth_k[1];