Searched defs:pMask (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
H A Dgetmask.cpp36 (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; local
274 pMask = mask;
296 *(pMask
[all...]
/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.h79 static const uint32_t pMask = ((1<<pLerpBits)-1) << pShift; // 0x7fff << 11 member in class:android::AudioResamplerSinc
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.cpp135 uint64_t helper_bit_select(uint64_t pA, uint64_t pB, uint64_t pMask) argument
137 return (pA & ~pMask) | (pB & pMask) ;

Completed in 176 milliseconds