Home | History | Annotate | Download | only in aacdec

Lines Matching defs:pArray

186         *(pArray) = (Int32)temp;
188 pArray = pArray + 1;
249 pArray = pArray - 1;
251 *(pArray) = *(pArray)*inv_sqrt_power;
362 Int32* pArray = &random_array[0];
415 *pArray++ = temp;
419 *pArray++ = temp;
492 pArray = &random_array[0];
496 temp = *(pArray) * inv_sqrt_power;
497 *(pArray++) = temp;
498 temp = *(pArray) * inv_sqrt_power;
499 *(pArray++) = temp;