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

  /frameworks/av/media/libstagefright/codecs/aacdec/
getmask.cpp 179 tempMask =
186 *(pMask++) = (tempMask & bitmask) >> (sfb - 1);
271 UInt32 tempMask;
334 tempMask =
342 *(pMask++) = (Int)((tempMask & bitmask) >> (sfb - 1));
  /external/webkit/Source/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 433 uint32_t tempMask = m_bitMasks[i];
434 if (!tempMask) {
441 if (tempMask & m_bitMasks[j])
446 for (m_bitShiftsRight[i] = 0; !(tempMask & 1); tempMask >>= 1)
450 for (m_bitShiftsLeft[i] = 8; tempMask & 1; tempMask >>= 1)
454 if (tempMask)
  /external/opencv/cv/src/
cvfundam.cpp 582 CvMat *m = 0, *M = 0, *tempMask = 0;
608 tempMask = mask;
611 tempMask = cvCreateMat( 1, count, CV_8U );
612 if( tempMask )
613 cvSet( tempMask, cvScalarAll(1.) );
620 result = estimator.runLMeDS( M, m, &_H, tempMask, confidence );
622 result = estimator.runRANSAC( M, m, &_H, tempMask, ransacReprojThreshold, confidence );
628 icvCompressPoints( (CvPoint2D64f*)M->data.ptr, tempMask->data.ptr, 1, count );
629 count = icvCompressPoints( (CvPoint2D64f*)m->data.ptr, tempMask->data.ptr, 1, count );
642 if( tempMask != mask
    [all...]
cvfloodfill.cpp     [all...]

Completed in 138 milliseconds