Lines Matching defs:src0
160 float *src0 = buf + 0*128 + 64;
169 temp2 = src0[0];
177 temp0 = src0[128];
182 temp2 = src0[256];
189 temp0 = src0[384];
194 src0++;
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
296 src0 += count - 1;
330 [ptr1]"+r"(dst), [ptr2]"+r"(src0), [ptr3]"+r"(src1)