Home | History | Annotate | Download | only in camera

Lines Matching refs:row

36   mmUint16 row,col;
113 for (row=0; row < cody; row++)
117 y = (mmUint16) ((mmUint32) (row*resizeFactorY) >> 9);
118 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7);
192 for (row=0; row < (((cody)>>1)); row++)
199 y = (mmUint16) ((mmUint32) (row*resizeFactorY) >> 9);
200 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7);