• Home
  • Raw
  • Download

Lines Matching refs:coefsN

77         const int16_t* coefsN,  in ProcessNeonIntrinsic()  argument
90 coefsN = (const int16_t*)__builtin_assume_aligned(coefsN, 16); in ProcessNeonIntrinsic()
110 int16x8_t negCoef = vld1q_s16(coefsN); in ProcessNeonIntrinsic()
111 coefsN += 8; in ProcessNeonIntrinsic()
185 const int32_t* coefsN, in ProcessNeonIntrinsic() argument
198 coefsN = (const int32_t*)__builtin_assume_aligned(coefsN, 16); in ProcessNeonIntrinsic()
218 int32x4x2_t negCoef = vld1q_s32_x2(coefsN); in ProcessNeonIntrinsic()
219 coefsN += 8; in ProcessNeonIntrinsic()
227 negCoef.val[0] = vld1q_s32(coefsN); in ProcessNeonIntrinsic()
228 coefsN += 4; in ProcessNeonIntrinsic()
229 negCoef.val[1] = vld1q_s32(coefsN); in ProcessNeonIntrinsic()
230 coefsN += 4; in ProcessNeonIntrinsic()
360 const float* coefsN, in ProcessNeonIntrinsic() argument
373 coefsN = (const float*)__builtin_assume_aligned(coefsN, 16); in ProcessNeonIntrinsic()
393 float32x4x2_t negCoef = vld1q_f32_x2(coefsN); in ProcessNeonIntrinsic()
394 coefsN += 8; in ProcessNeonIntrinsic()
402 negCoef.val[0] = vld1q_f32(coefsN); in ProcessNeonIntrinsic()
403 coefsN += 4; in ProcessNeonIntrinsic()
404 negCoef.val[1] = vld1q_f32(coefsN); in ProcessNeonIntrinsic()
405 coefsN += 4; in ProcessNeonIntrinsic()
529 const int16_t* coefsN,
535 ProcessNeonIntrinsic<1, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
571 [coefsN0] "+r" (coefsN),
586 const int16_t* coefsN,
592 ProcessNeonIntrinsic<2, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
633 [coefsN0] "+r" (coefsN),
649 const int16_t* coefsN,
658 ProcessNeonIntrinsic<1, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,
707 [coefsN0] "+r" (coefsN),
725 const int16_t* coefsN,
734 ProcessNeonIntrinsic<2, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,
787 [coefsN0] "+r" (coefsN),
806 const int32_t* coefsN,
812 ProcessNeonIntrinsic<1, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
856 [coefsN0] "+r" (coefsN),
872 const int32_t* coefsN,
878 ProcessNeonIntrinsic<2, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
940 [coefsN0] "+r" (coefsN),
957 const int32_t* coefsN,
966 ProcessNeonIntrinsic<1, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,
1028 [coefsN0] "+r" (coefsN),
1047 const int32_t* coefsN,
1056 ProcessNeonIntrinsic<2, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,
1136 [coefsN0] "+r" (coefsN),
1156 const float* coefsN,
1161 ProcessNeonIntrinsic<1, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
1169 const float* coefsN,
1174 ProcessNeonIntrinsic<2, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
1182 const float* coefsN,
1190 ProcessNeonIntrinsic<1, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,
1198 const float* coefsN,
1206 ProcessNeonIntrinsic<2, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,