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

  /frameworks/av/media/libaudioprocessing/
AudioResamplerFirProcessNeon.h 83 const int16_t* coefsN1)
97 coefsN1 = (const int16_t*)__builtin_assume_aligned(coefsN1, 16);
115 int16x8_t negCoef1 = vld1q_s16(coefsN1);
116 coefsN1 += 8;
191 const int32_t* coefsN1)
204 coefsN1 = (const int32_t*)__builtin_assume_aligned(coefsN1, 16);
236 int32x4x2_t negCoef1 = vld1q_s32_x2(coefsN1);
237 coefsN1 += 8
    [all...]
AudioResamplerFirProcessSSE.h 47 const float* coefsN1)
73 __m128 negCoef1 = _mm_load_ps(coefsN1);
75 coefsN1 += 4;
163 0 /*lerpP*/, NULL /*coefsP1*/, NULL /*coefsN1*/);
176 0 /*lerpP*/, NULL /*coefsP1*/, NULL /*coefsN1*/);
185 const float* coefsN1,
192 lerpP, coefsP1, coefsN1);
201 const float* coefsN1,
208 lerpP, coefsP1, coefsN1);
AudioResamplerSinc.cpp 444 int32_t const* coefsN1 = coefsN + offset;
462 coefsN1 = (const int32_t*)__builtin_assume_aligned(coefsN1, 16);
469 coefsNV1 = vld1q_s32(coefsN1);
475 coefsN1 += 4;
512 int32_t const* coefsN1 = coefsN + offset;
532 coefsN1 = (const int32_t*)__builtin_assume_aligned(coefsN1, 16);
539 coefsNV1 = vld1q_s32(coefsN1);
545 coefsN1 += 4
    [all...]
AudioResamplerFirProcess.h 279 * @param coefsN1 is the next phase of coefsN (used for interpolation).
302 const TC* coefsN1 __unused,
407 const TC* coefsN1 = coefsN + halfNumCoefs;
426 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR);
432 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR);

Completed in 231 milliseconds