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

  /external/opencore/codecs_v2/audio/mp3/dec/src/
pvmp3_crc.cpp 146 uint32 masking = 1 << length; local
148 while ((masking >>= 1))
152 if (!carry ^ !(data & masking))
  /frameworks/base/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 155 const int masking = GGL_READ_NEEDS(MASK_ARGB, needs.n); local
163 info.masked = !!(masking & mask);
239 // blending / logic_op / masking need the framebuffer
299 // masking
    [all...]
  /external/libpng/
CHANGES     [all...]

Completed in 551 milliseconds