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

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_crc.cpp146 uint32 masking = 1 << length; local
148 while ((masking >>= 1))
152 if (!carry ^ !(data & masking))

Completed in 705 milliseconds