Lines Matching refs:coefsN1
83 const int16_t* coefsN1) in ProcessNeonIntrinsic() argument
97 coefsN1 = (const int16_t*)__builtin_assume_aligned(coefsN1, 16); in ProcessNeonIntrinsic()
115 int16x8_t negCoef1 = vld1q_s16(coefsN1); in ProcessNeonIntrinsic()
116 coefsN1 += 8; in ProcessNeonIntrinsic()
191 const int32_t* coefsN1) in ProcessNeonIntrinsic() argument
204 coefsN1 = (const int32_t*)__builtin_assume_aligned(coefsN1, 16); in ProcessNeonIntrinsic()
236 int32x4x2_t negCoef1 = vld1q_s32_x2(coefsN1); in ProcessNeonIntrinsic()
237 coefsN1 += 8; in ProcessNeonIntrinsic()
245 negCoef1.val[0] = vld1q_s32(coefsN1); in ProcessNeonIntrinsic()
246 coefsN1 += 4; in ProcessNeonIntrinsic()
247 negCoef1.val[1] = vld1q_s32(coefsN1); in ProcessNeonIntrinsic()
248 coefsN1 += 4; in ProcessNeonIntrinsic()
366 const float* coefsN1) in ProcessNeonIntrinsic() argument
379 coefsN1 = (const float*)__builtin_assume_aligned(coefsN1, 16); in ProcessNeonIntrinsic()
411 float32x4x2_t negCoef1 = vld1q_f32_x2(coefsN1); in ProcessNeonIntrinsic()
412 coefsN1 += 8; in ProcessNeonIntrinsic()
420 negCoef1.val[0] = vld1q_f32(coefsN1); in ProcessNeonIntrinsic()
421 coefsN1 += 4; in ProcessNeonIntrinsic()
422 negCoef1.val[1] = vld1q_f32(coefsN1); in ProcessNeonIntrinsic()
423 coefsN1 += 4; in ProcessNeonIntrinsic()
651 const int16_t* coefsN1,
659 lerpP, coefsP1, coefsN1);
709 [coefsN1] "+r" (coefsN1),
727 const int16_t* coefsN1,
735 lerpP, coefsP1, coefsN1);
789 [coefsN1] "+r" (coefsN1),
959 const int32_t* coefsN1,
967 lerpP, coefsP1, coefsN1);
1030 [coefsN1] "+r" (coefsN1),
1049 const int32_t* coefsN1,
1057 lerpP, coefsP1, coefsN1);
1138 [coefsN1] "+r" (coefsN1),
1184 const float* coefsN1,
1191 lerpP, coefsP1, coefsN1);
1200 const float* coefsN1,
1207 lerpP, coefsP1, coefsN1);