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

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
transform.c 474 Word32 *outData0, *outData1;
494 outData0 = realOut + FRAME_LEN_LONG/2;
505 *outData0++ = (ws1 >> 2) - (ws2 >> 2);
513 outData0 = realOut + FRAME_LEN_LONG/2 - 1;
522 *outData0-- = -((ws1 >> 2) + (ws2 >> 2));
541 outData0 = realOut + FRAME_LEN_LONG/2;
551 *outData0++ = (ws1 >> 2) - (ws2 >> 2); /* shift 2 to avoid overflow next */
556 outData0 = realOut + FRAME_LEN_LONG/2 - 1;
558 *outData0-- = -mdctDelayBuffer[i] << (15 - 2 + minSf);
564 outData0 = realOut + FRAME_LEN_LONG/2 - 1 -LS_TRANS
    [all...]
  /cts/suite/audio_quality/test/
SignalProcessingInterfaceTest.cpp 68 char* outdata0 = out0->getData(); local
70 outdata0[i] = 0xaa;
176 char* outdata0 = out0->getData(); local
178 outdata0[i] = 0xaa;

Completed in 70 milliseconds