Searched refs:v1 (Results 1 – 3 of 3) sorted by relevance
151 const int8_t *v1 = weights_time_data; in arm_svdf_s8() local166 v1 = read_and_pad_reordered(v1, &r1_1, &r1_2); in arm_svdf_s8()175 sum += *v1 * *v2; in arm_svdf_s8()176 v1++; in arm_svdf_s8()182 sum += *v1 * *v2; in arm_svdf_s8()183 v1++; in arm_svdf_s8()
138 const int16_t *v1 = weights_time_data; in arm_svdf_state_s16_s8() local151 int32_t r1 = arm_nn_read_q15x2_ia(&v1); in arm_svdf_state_s16_s8()160 sum += *v1 * *v2; in arm_svdf_state_s16_s8()161 v1++; in arm_svdf_state_s16_s8()167 sum += *v1 * *v2; in arm_svdf_state_s16_s8()168 v1++; in arm_svdf_state_s16_s8()
78 #define PACK_S8x4_32x1(v0, v1, v2, v3) … argument79 …((((int32_t)(v0) << 0) & (int32_t)0x000000FF) | (((int32_t)(v1) << 8) & (int32_t)0x0000FF00) | …85 #define PACK_Q15x2_32x1(v0, v1) (((int32_t)v0 & (int32_t)0xFFFF) | ((int32_t)v1 << 16)) argument