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

  /frameworks/base/media/libstagefright/codecs/aacdec/
getmask.cpp 36 (2) increment pointer pMask after memset
81 pMask contents replaced by MS information of each scalefactor band
107 This function shall replace the contents of pMask with the MS information
158 *(pMask++) = 1;
186 *(pMask++) = (tempMask & bitmask) >> (sfb - 1);
194 pMask,
196 (pFrameInfo->sfb_per_win[win]-max_sfb)*sizeof(*pMask));
266 Int *pMask;
274 pMask = mask;
296 *(pMask++) = 1; /* cannot use memset for Int type *
    [all...]
huffman.h 227 Int *pMask);
  /frameworks/base/services/audioflinger/
AudioResamplerSinc.h 79 static const uint32_t pMask = ((1<<pLerpBits)-1) << pShift; // 0x7fff << 11
AudioResamplerSinc.cpp 310 uint16_t lerpP = (phase & pMask) >> pShift;
312 uint16_t lerpN = (-phase & pMask) >> pShift;
315 lerpN = pMask >> pShift;
  /hardware/ti/omap3/dspbridge/inc/
DSPStream.h 289 * pMask: Pointer to the mask of ready streams.
294 * DSP_EPOINTER: Invalid aStreamTab or pMask pointer.
302 UINT nStreams, OUT UINT * pMask,
wcdioctl.h 377 UINT *pMask;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPStream.h 291 * pMask: Pointer to the mask of ready streams.
296 * DSP_EPOINTER: Invalid aStreamTab or pMask pointer.
304 UINT nStreams, OUT UINT * pMask,
wcdioctl.h 377 UINT *pMask;
  /external/opencv/cvaux/src/
cvsegment.cpp 85 uchar* pMask, int maskStep,
92 uchar* mask = pMask + maskStep * (seed.y + 1);
104 mask = pMask + seed.y*maskStep;
146 mask = pMask + (YC + flag) * maskStep;
207 uchar* pMask, int maskStep,
212 uchar* mask = pMask + maskStep * rect.y + rect.x;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPStrm.c 55 *! Also set *pMask to 0 if nStreams is 0.
753 UINT nStreams, OUT UINT *pMask, UINT uTimeout)
760 if ((aStreamTab) && (pMask)) {
766 tempStruct.ARGS_STRM_SELECT.pMask = pMask;
772 *pMask = 0;
  /external/opencv/cv/src/
cvfloodfill.cpp 373 icvFloodFill_Grad_8u_CnIR( uchar* pImage, int step, uchar* pMask, int maskStep,
379 uchar* mask = (pMask += maskStep + 1) + maskStep*seed.y;
482 mask = pMask + (YC + dir) * maskStep;
570 mask = pMask + (YC + dir) * maskStep;
679 icvFloodFill_Grad_32f_CnIR( float* pImage, int step, uchar* pMask, int maskStep,
685 uchar* mask = (pMask += maskStep + 1) + maskStep*seed.y;
788 mask = pMask + (YC + dir) * maskStep;
877 mask = pMask + (YC + dir) * maskStep;
    [all...]
_cvipp.h     [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 269 milliseconds