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

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

Completed in 36 milliseconds