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

  /external/chromium_org/third_party/android_opengl/etc1/
etc1.cpp 195 void etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask,
210 if (inMask & (1 << i)) {
227 if (inMask & (1 << i)) {
283 void etc_encode_subblock_helper(const etc1_byte* pIn, etc1_uint32 inMask,
296 if (inMask & (1 << i)) {
311 if (inMask & (1 << i)) {
381 void etc_encode_block_helper(const etc1_byte* pIn, etc1_uint32 inMask,
399 etc_encode_subblock_helper(pIn, inMask, &temp, flipped, false,
410 etc_encode_subblock_helper(pIn, inMask, &temp, flipped, true,
428 // inmask is a 16-bit mask where bit (1 << (x + y * 4)) tells whether the corresponding (x,y
    [all...]
  /external/chromium_org/third_party/skia/third_party/etc1/
etc1.cpp 255 void etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask,
270 if (inMask & (1 << i)) {
287 if (inMask & (1 << i)) {
343 void etc_encode_subblock_helper(const etc1_byte* pIn, etc1_uint32 inMask,
356 if (inMask & (1 << i)) {
371 if (inMask & (1 << i)) {
441 void etc_encode_block_helper(const etc1_byte* pIn, etc1_uint32 inMask,
459 etc_encode_subblock_helper(pIn, inMask, &temp, flipped, false,
470 etc_encode_subblock_helper(pIn, inMask, &temp, flipped, true,
488 // inmask is a 16-bit mask where bit (1 << (x + y * 4)) tells whether the corresponding (x,y
    [all...]
  /external/skia/third_party/etc1/
etc1.cpp 255 void etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask,
270 if (inMask & (1 << i)) {
287 if (inMask & (1 << i)) {
343 void etc_encode_subblock_helper(const etc1_byte* pIn, etc1_uint32 inMask,
356 if (inMask & (1 << i)) {
371 if (inMask & (1 << i)) {
441 void etc_encode_block_helper(const etc1_byte* pIn, etc1_uint32 inMask,
459 etc_encode_subblock_helper(pIn, inMask, &temp, flipped, false,
470 etc_encode_subblock_helper(pIn, inMask, &temp, flipped, true,
488 // inmask is a 16-bit mask where bit (1 << (x + y * 4)) tells whether the corresponding (x,y
    [all...]
  /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...]
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp 845 int inMask = ((unsigned) ii < imgMos.Y.width &&
848 if(!inMask)
928 int inMask = ((unsigned) ii < imgMos.Y.width &&
931 if(inMask && imgMos.Y.ptr[jj][ii] != site_idx &&
944 if(inMask && imgMos.Y.ptr[jj][ii] != 255)
971 if(inMask)
    [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/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 307 milliseconds