Home | History | Annotate | Download | only in test

Lines Matching refs:col

29     int row=0, col=0;
32 for (col=0; col<dst_imgw; col++) {
33 *(dst_img + row * dst_imgw + col) = *(src_img + (row * src_imgh/dst_imgh) * src_imgw + col * src_imgw/dst_imgw);
59 int row, col;
98 for (col=0; col<width; col++, q++) {
127 for (col=0; col<width/2; col++, qU++, qV++) {