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

  /frameworks/av/media/libaudioprocessing/
AudioResamplerFirProcessSSE.h 59 __m128 accL, accR;
60 accL = _mm_setzero_ps();
100 accL = _mm_add_ps(accL, posSamp);
101 accL = _mm_add_ps(accL, negSamp);
122 accL = _mm_add_ps(accL, posSampL);
124 accL = _mm_add_ps(accL, negSampL)
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Math.c 528 int32 accL[ 4 ], t1L, t2L, t3L;
552 : "0" ( vec1A ), "1" ( vec2A ), "r" ( iL ), "r" ( accL )
556 resultL += accL[ 0 ] + accL[ 1 ] + accL[ 2 ] + accL[ 3 ];
    [all...]

Completed in 67 milliseconds