HomeSort by relevance Sort by last modified time
    Searched defs:pData2 (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacdec/
fft_rx4_long.cpp 214 Int32 *pData2;
242 pData2 = pData1 + n1;
245 temp2 = *pData2;
259 *(pData2++) = (r1 - t1);
262 temp2 = *pData2;
274 *pData2 = (s1 - t1);
296 pData2 = pData1 + n1;
299 temp2 = *pData2++;
315 temp2 = *pData2;
332 *pData2-- = cmplx_mul32_by_16(s1, -r1, exp_jw2)
    [all...]
fft_rx4_short.cpp 217 Int32 *pData2;
263 pData2 = pData1 + n1;
267 temp2 = *(pData2);
283 *(pData2++) = (r1 - t1) >> exp;
286 temp2 = *pData2;
302 *pData2 = (s1 - t1) >> exp;
324 pData2 = pData1 + n1;
328 temp2 = *(pData2++);
346 temp2 = *pData2;
368 *pData2-- = cmplx_mul32_by_16(s1, -r1, exp_jw2) << 1
    [all...]

Completed in 35 milliseconds