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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastcodemb.cpp540 UInt mask, sgn_msk = 0x80808080; local
556 tmp = sgn_msk & ((UInt)tmp >> 1); /* check the sign of each byte */
565 tmp = sgn_msk & ((UInt)tmp >> 1); /* check the sign of each byte */

Completed in 153 milliseconds