Home | History | Annotate | Download | only in camera

Lines Matching refs:xx

829         int xx, yy;
830 for (xx = x - 1; xx < (x + 2); xx += 2) {
832 if (xx >= 0 && yy >= 0 && xx < width && yy < height) {
833 sum += _get_bayer_color(desc, buf, xx, yy, width);