Lines Matching refs:coefsP1
82 const int16_t* coefsP1, in ProcessNeonIntrinsic() argument
96 coefsP1 = (const int16_t*)__builtin_assume_aligned(coefsP1, 16); in ProcessNeonIntrinsic()
113 int16x8_t posCoef1 = vld1q_s16(coefsP1); in ProcessNeonIntrinsic()
114 coefsP1 += 8; in ProcessNeonIntrinsic()
190 const int32_t* coefsP1, in ProcessNeonIntrinsic() argument
203 coefsP1 = (const int32_t*)__builtin_assume_aligned(coefsP1, 16); in ProcessNeonIntrinsic()
234 int32x4x2_t posCoef1 = vld1q_s32_x2(coefsP1); in ProcessNeonIntrinsic()
235 coefsP1 += 8; in ProcessNeonIntrinsic()
240 posCoef1.val[0] = vld1q_s32(coefsP1); in ProcessNeonIntrinsic()
241 coefsP1 += 4; in ProcessNeonIntrinsic()
242 posCoef1.val[1] = vld1q_s32(coefsP1); in ProcessNeonIntrinsic()
243 coefsP1 += 4; in ProcessNeonIntrinsic()
365 const float* coefsP1, in ProcessNeonIntrinsic() argument
378 coefsP1 = (const float*)__builtin_assume_aligned(coefsP1, 16); in ProcessNeonIntrinsic()
409 float32x4x2_t posCoef1 = vld1q_f32_x2(coefsP1); in ProcessNeonIntrinsic()
410 coefsP1 += 8; in ProcessNeonIntrinsic()
415 posCoef1.val[0] = vld1q_f32(coefsP1); in ProcessNeonIntrinsic()
416 coefsP1 += 4; in ProcessNeonIntrinsic()
417 posCoef1.val[1] = vld1q_f32(coefsP1); in ProcessNeonIntrinsic()
418 coefsP1 += 4; in ProcessNeonIntrinsic()
650 const int16_t* coefsP1,
659 lerpP, coefsP1, coefsN1);
708 [coefsP1] "+r" (coefsP1),
726 const int16_t* coefsP1,
735 lerpP, coefsP1, coefsN1);
788 [coefsP1] "+r" (coefsP1),
958 const int32_t* coefsP1,
967 lerpP, coefsP1, coefsN1);
1029 [coefsP1] "+r" (coefsP1),
1048 const int32_t* coefsP1,
1057 lerpP, coefsP1, coefsN1);
1137 [coefsP1] "+r" (coefsP1),
1183 const float* coefsP1,
1191 lerpP, coefsP1, coefsN1);
1199 const float* coefsP1,
1207 lerpP, coefsP1, coefsN1);