Lines Matching refs:src1
161 float *src1 = buf + 1*128 + 63;
170 temp3 = src1[0];
178 temp1 = src1[128];
183 temp3 = src1[256];
190 temp1 = src1[384];
195 src1--;
287 static av_always_inline void fmul_and_reverse(float *dst, const float *src0, const float *src1, int count)
289 /* Multiply 'count' floats in src0 by src1 and store the results in dst in reverse */
295 // move src0 and src1 to the last element of their arrays
297 src1 += count - 1;
330 [ptr1]"+r"(dst), [ptr2]"+r"(src0), [ptr3]"+r"(src1)