HomeSort by relevance Sort by last modified time
    Searched defs:masking (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_crc.cpp 146 uint32 masking = 1 << length; local
148 while ((masking >>= 1))
152 if (!carry ^ !(data & masking))
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 156 const int masking = GGL_READ_NEEDS(MASK_ARGB, needs.n); local
164 info.masked = !!(masking & mask);
242 // blending / logic_op / masking need the framebuffer
302 // masking
    [all...]

Completed in 168 milliseconds