Lines Matching refs:mmUint32
37 mmUint32 resizeFactorX;
38 mmUint32 resizeFactorY;
51 mmUint32 cox, coy, codx, cody;
117 y = (mmUint16) ((mmUint32) (row*resizeFactorY) >> 9);
118 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7);
129 //mmUint32 accum_W;
133 x = (mmUint16) ((mmUint32) (col*resizeFactorX) >> 9);
134 xf = (mmUchar) ((mmUint32) ((col*resizeFactorX) >> 6) & 0x7);
199 y = (mmUint16) ((mmUint32) (row*resizeFactorY) >> 9);
200 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7);
217 //mmUint32 accum_WCb, accum_WCr;
220 x = (mmUint16) ((mmUint32) (col*resizeFactorX) >> 9);
221 xf = (mmUchar) ((mmUint32) ((col*resizeFactorX) >> 6) & 0x7);