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

  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 247 void etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask,
262 if (inMask & (1 << i)) {
279 if (inMask & (1 << i)) {
335 void etc_encode_subblock_helper(const etc1_byte* pIn, etc1_uint32 inMask,
348 if (inMask & (1 << i)) {
363 if (inMask & (1 << i)) {
433 void etc_encode_block_helper(const etc1_byte* pIn, etc1_uint32 inMask,
451 etc_encode_subblock_helper(pIn, inMask, &temp, flipped, false,
462 etc_encode_subblock_helper(pIn, inMask, &temp, flipped, true,
480 // inmask is a 16-bit mask where bit (1 << (x + y * 4)) tells whether the corresponding (x,y
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 247 void etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask,
262 if (inMask & (1 << i)) {
279 if (inMask & (1 << i)) {
335 void etc_encode_subblock_helper(const etc1_byte* pIn, etc1_uint32 inMask,
348 if (inMask & (1 << i)) {
363 if (inMask & (1 << i)) {
433 void etc_encode_block_helper(const etc1_byte* pIn, etc1_uint32 inMask,
451 etc_encode_subblock_helper(pIn, inMask, &temp, flipped, false,
462 etc_encode_subblock_helper(pIn, inMask, &temp, flipped, true,
480 // inmask is a 16-bit mask where bit (1 << (x + y * 4)) tells whether the corresponding (x,y
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 863 int inMask = ((unsigned) ii < imgMos.Y.width &&
866 if(!inMask)
946 int inMask = ((unsigned) ii < imgMos.Y.width &&
949 if(inMask && imgMos.Y.ptr[jj][ii] != site_idx &&
962 if(inMask && imgMos.Y.ptr[jj][ii] != 255)
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.cpp 863 int inMask = ((unsigned) ii < imgMos.Y.width &&
866 if(!inMask)
946 int inMask = ((unsigned) ii < imgMos.Y.width &&
949 if(inMask && imgMos.Y.ptr[jj][ii] != site_idx &&
962 if(inMask && imgMos.Y.ptr[jj][ii] != 255)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 843 int inMask = ((unsigned) ii < imgMos.Y.width &&
846 if(!inMask)
926 int inMask = ((unsigned) ii < imgMos.Y.width &&
929 if(inMask && imgMos.Y.ptr[jj][ii] != site_idx &&
942 if(inMask && imgMos.Y.ptr[jj][ii] != 255)
    [all...]

Completed in 73 milliseconds