Home | History | Annotate | Download | only in aacdec

Lines Matching defs:pMask

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 */
313 * *(pMask++) =
342 *(pMask++) = (Int)((tempMask & bitmask) >> (sfb - 1));
359 pv_memset(pMask,
361 nCall*sizeof(*pMask));
363 pMask += nCall;