Searched defs:pint (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dme_utils.cpp41 Int *pint = (Int *) cur, temp = 0; local
50 temp += (*pint++) & 0x00FF00FF;
51 temp += (*pint++) & 0x00FF00FF;
52 temp += (*pint++) & 0x00FF00FF;
53 temp += (*pint++) & 0x00FF00FF;
54 pint += offset;
57 temp += (*pint++ >> 8) & 0x00FF00FF;
58 temp += (*pint++ >> 8) & 0x00FF00FF;
59 temp += (*pint++ >> 8) & 0x00FF00FF;
60 temp += (*pint
[all...]

Completed in 29 milliseconds