Home | History | Annotate | Download | only in src

Lines Matching refs:buffer0

227                  CvSize src_size, const float* smooth_k, float* buffer0 )
231 float* buffer1 = buffer0 + src_width;
245 buffer0[x] = t0; buffer1[x] = t1;
250 float t0 = buffer0[x+2] - buffer0[x];