• Home
  • Raw
  • Download

Lines Matching refs:coefsP

76         const int16_t* coefsP,  in ProcessNeonIntrinsic()  argument
89 coefsP = (const int16_t*)__builtin_assume_aligned(coefsP, 16); in ProcessNeonIntrinsic()
108 int16x8_t posCoef = vld1q_s16(coefsP); in ProcessNeonIntrinsic()
109 coefsP += 8; in ProcessNeonIntrinsic()
184 const int32_t* coefsP, in ProcessNeonIntrinsic() argument
197 coefsP = (const int32_t*)__builtin_assume_aligned(coefsP, 16); in ProcessNeonIntrinsic()
216 int32x4x2_t posCoef = vld1q_s32_x2(coefsP); in ProcessNeonIntrinsic()
217 coefsP += 8; in ProcessNeonIntrinsic()
222 posCoef.val[0] = vld1q_s32(coefsP); in ProcessNeonIntrinsic()
223 coefsP += 4; in ProcessNeonIntrinsic()
224 posCoef.val[1] = vld1q_s32(coefsP); in ProcessNeonIntrinsic()
225 coefsP += 4; in ProcessNeonIntrinsic()
359 const float* coefsP, in ProcessNeonIntrinsic() argument
372 coefsP = (const float*)__builtin_assume_aligned(coefsP, 16); in ProcessNeonIntrinsic()
391 float32x4x2_t posCoef = vld1q_f32_x2(coefsP); in ProcessNeonIntrinsic()
392 coefsP += 8; in ProcessNeonIntrinsic()
397 posCoef.val[0] = vld1q_f32(coefsP); in ProcessNeonIntrinsic()
398 coefsP += 4; in ProcessNeonIntrinsic()
399 posCoef.val[1] = vld1q_f32(coefsP); in ProcessNeonIntrinsic()
400 coefsP += 4; in ProcessNeonIntrinsic()
528 const int16_t* coefsP,
535 ProcessNeonIntrinsic<1, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
570 [coefsP0] "+r" (coefsP),
585 const int16_t* coefsP,
592 ProcessNeonIntrinsic<2, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
632 [coefsP0] "+r" (coefsP),
648 const int16_t* coefsP,
658 ProcessNeonIntrinsic<1, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,
706 [coefsP0] "+r" (coefsP),
724 const int16_t* coefsP,
734 ProcessNeonIntrinsic<2, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,
786 [coefsP0] "+r" (coefsP),
805 const int32_t* coefsP,
812 ProcessNeonIntrinsic<1, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
855 [coefsP0] "+r" (coefsP),
871 const int32_t* coefsP,
878 ProcessNeonIntrinsic<2, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
939 [coefsP0] "+r" (coefsP),
956 const int32_t* coefsP,
966 ProcessNeonIntrinsic<1, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,
1027 [coefsP0] "+r" (coefsP),
1046 const int32_t* coefsP,
1056 ProcessNeonIntrinsic<2, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,
1135 [coefsP0] "+r" (coefsP),
1155 const float* coefsP,
1161 ProcessNeonIntrinsic<1, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
1168 const float* coefsP,
1174 ProcessNeonIntrinsic<2, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
1181 const float* coefsP,
1190 ProcessNeonIntrinsic<1, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,
1197 const float* coefsP,
1206 ProcessNeonIntrinsic<2, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,