Lines Matching refs:coefsN1

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;
245 negCoef1.val[0] = vld1q_s32(coefsN1);
246 coefsN1 += 4;
247 negCoef1.val[1] = vld1q_s32(coefsN1);
248 coefsN1 += 4;
366 const float* coefsN1)
379 coefsN1 = (const float*)__builtin_assume_aligned(coefsN1, 16);
411 float32x4x2_t negCoef1 = vld1q_f32_x2(coefsN1);
412 coefsN1 += 8;
420 negCoef1.val[0] = vld1q_f32(coefsN1);
421 coefsN1 += 4;
422 negCoef1.val[1] = vld1q_f32(coefsN1);
423 coefsN1 += 4;
536 0 /*lerpP*/, NULL /*coefsP1*/, NULL /*coefsN1*/);
593 0 /*lerpP*/, NULL /*coefsP1*/, NULL /*coefsN1*/);
651 const int16_t* coefsN1,
659 lerpP, coefsP1, coefsN1);
675 "vld1.16 {q10}, [%[coefsN1]:128]! \n"// (1) load 8 16-bits coefs
709 [coefsN1] "+r" (coefsN1),
727 const int16_t* coefsN1,
735 lerpP, coefsP1, coefsN1);
751 "vld1.16 {q10}, [%[coefsN1]:128]! \n"// (1) load 8 16-bits coefs
789 [coefsN1] "+r" (coefsN1),
813 0 /*lerpP*/, NULL /*coefsP1*/, NULL /*coefsN1*/);
879 0 /*lerpP*/, NULL /*coefsP1*/, NULL /*coefsN1*/);
959 const int32_t* coefsN1,
967 lerpP, coefsP1, coefsN1);
982 "vld1.32 {q10, q11}, [%[coefsN1]:128]! \n"// load 8 32-bits coefs
1030 [coefsN1] "+r" (coefsN1),
1049 const int32_t* coefsN1,
1057 lerpP, coefsP1, coefsN1);
1073 "vld1.32 {q10, q11}, [%[coefsN1]:128]! \n"// load 8 32-bits coefs
1138 [coefsN1] "+r" (coefsN1),
1162 0 /*lerpP*/, NULL /*coefsP1*/, NULL /*coefsN1*/);
1175 0 /*lerpP*/, NULL /*coefsP1*/, NULL /*coefsN1*/);
1184 const float* coefsN1,
1191 lerpP, coefsP1, coefsN1);
1200 const float* coefsN1,
1207 lerpP, coefsP1, coefsN1);