Home | History | Annotate | Download | only in camera

Lines Matching refs:col

36   mmUint16 row,col;
122 for (col=0; col < codx; col++)
133 x = (mmUint16) ((mmUint32) (col*resizeFactorX) >> 9);
134 xf = (mmUchar) ((mmUint32) ((col*resizeFactorX) >> 6) & 0x7);
207 for (col=0; col < (((codx)>>1)); col++)
220 x = (mmUint16) ((mmUint32) (col*resizeFactorX) >> 9);
221 xf = (mmUchar) ((mmUint32) ((col*resizeFactorX) >> 6) & 0x7);