Lines Matching refs:s5

47                             int16x8_t *const s4, int16x8_t *const s5,
59 *s5 = vld1q_s16(s);
69 const uint16x8_t s4, const uint16x8_t s5,
81 vst1q_u16(s, s5);
90 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5,
101 sum = vmlal_lane_s16(sum, s5, filters_hi, 1);
109 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5,
122 sum0 = vmlal_lane_s16(sum0, vget_low_s16(s5), filters_hi, 1);
130 sum1 = vmlal_lane_s16(sum1, vget_high_s16(s5), filters_hi, 1);
157 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10;
172 s5 = vreinterpret_s16_u16(vget_high_u16(t1));
184 d0 = highbd_convolve8_4(s0, s1, s2, s3, s4, s5, s6, s7, filters);
185 d1 = highbd_convolve8_4(s1, s2, s3, s4, s5, s6, s7, s8, filters);
186 d2 = highbd_convolve8_4(s2, s3, s4, s5, s6, s7, s8, s9, filters);
187 d3 = highbd_convolve8_4(s3, s4, s5, s6, s7, s8, s9, s10, filters);
201 s1 = s5;
205 s5 = s9;
213 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10;
219 &s5, &s6, &s7);
220 transpose_s16_8x8(&s0, &s1, &s2, &s3, &s4, &s5, &s6, &s7);
243 d0 = highbd_convolve8_8(s0, s1, s2, s3, s4, s5, s6, s7, filters, max);
244 d1 = highbd_convolve8_8(s1, s2, s3, s4, s5, s6, s7, s8, filters, max);
245 d2 = highbd_convolve8_8(s2, s3, s4, s5, s6, s7, s8, s9, filters, max);
247 highbd_convolve8_8(s3, s4, s5, s6, s7, s8, s9, s10, filters, max);
285 &s5, &s6, &s7);
286 transpose_s16_8x8(&s0, &s1, &s2, &s3, &s4, &s5, &s6, &s7);
305 d0 = highbd_convolve8_8(s0, s1, s2, s3, s4, s5, s6, s7, filters,
307 d1 = highbd_convolve8_8(s1, s2, s3, s4, s5, s6, s7, s8, filters,
309 d2 = highbd_convolve8_8(s2, s3, s4, s5, s6, s7, s8, s9, filters,
311 d3 = highbd_convolve8_8(s3, s4, s5, s6, s7, s8, s9, s10, filters,
313 d4 = highbd_convolve8_8(s4, s5, s6, s7, s8, s9, s10, s11, filters,
315 d5 = highbd_convolve8_8(s5, s6, s7, s8, s9, s10, s11, s12, filters,
330 s5 = s13;
366 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10;
381 s5 = vreinterpret_s16_u16(vget_high_u16(t1));
393 d0 = highbd_convolve8_4(s0, s1, s2, s3, s4, s5, s6, s7, filters);
394 d1 = highbd_convolve8_4(s1, s2, s3, s4, s5, s6, s7, s8, filters);
395 d2 = highbd_convolve8_4(s2, s3, s4, s5, s6, s7, s8, s9, filters);
396 d3 = highbd_convolve8_4(s3, s4, s5, s6, s7, s8, s9, s10, filters);
417 s1 = s5;
421 s5 = s9;
429 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10;
435 &s5, &s6, &s7);
436 transpose_s16_8x8(&s0, &s1, &s2, &s3, &s4, &s5, &s6, &s7);
459 t0 = highbd_convolve8_8(s0, s1, s2, s3, s4, s5, s6, s7, filters, max);
460 t1 = highbd_convolve8_8(s1, s2, s3, s4, s5, s6, s7, s8, filters, max);
461 t2 = highbd_convolve8_8(s2, s3, s4, s5, s6, s7, s8, s9, filters, max);
463 highbd_convolve8_8(s3, s4, s5, s6, s7, s8, s9, s10, filters, max);
514 &s5, &s6, &s7);
515 transpose_s16_8x8(&s0, &s1, &s2, &s3, &s4, &s5, &s6, &s7);
534 d0 = highbd_convolve8_8(s0, s1, s2, s3, s4, s5, s6, s7, filters,
536 d1 = highbd_convolve8_8(s1, s2, s3, s4, s5, s6, s7, s8, filters,
538 d2 = highbd_convolve8_8(s2, s3, s4, s5, s6, s7, s8, s9, filters,
540 d3 = highbd_convolve8_8(s3, s4, s5, s6, s7, s8, s9, s10, filters,
542 d4 = highbd_convolve8_8(s4, s5, s6, s7, s8, s9, s10, s11, filters,
544 d5 = highbd_convolve8_8(s5, s6, s7, s8, s9, s10, s11, s12, filters,
569 s5 = s13;
602 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10;
616 s5 = vreinterpret_s16_u16(vld1_u16(src));
639 d0 = highbd_convolve8_4(s0, s1, s2, s3, s4, s5, s6, s7, filters);
640 d1 = highbd_convolve8_4(s1, s2, s3, s4, s5, s6, s7, s8, filters);
641 d2 = highbd_convolve8_4(s2, s3, s4, s5, s6, s7, s8, s9, filters);
642 d3 = highbd_convolve8_4(s3, s4, s5, s6, s7, s8, s9, s10, filters);
658 s1 = s5;
662 s5 = s9;
670 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10;
692 s5 = vreinterpretq_s16_u16(vld1q_u16(s));
717 d0 = highbd_convolve8_8(s0, s1, s2, s3, s4, s5, s6, s7, filters, max);
718 d1 = highbd_convolve8_8(s1, s2, s3, s4, s5, s6, s7, s8, filters, max);
719 d2 = highbd_convolve8_8(s2, s3, s4, s5, s6, s7, s8, s9, filters, max);
721 highbd_convolve8_8(s3, s4, s5, s6, s7, s8, s9, s10, filters, max);
733 s1 = s5;
737 s5 = s9;
769 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10;
783 s5 = vreinterpret_s16_u16(vld1_u16(src));
806 d0 = highbd_convolve8_4(s0, s1, s2, s3, s4, s5, s6, s7, filters);
807 d1 = highbd_convolve8_4(s1, s2, s3, s4, s5, s6, s7, s8, filters);
808 d2 = highbd_convolve8_4(s2, s3, s4, s5, s6, s7, s8, s9, filters);
809 d3 = highbd_convolve8_4(s3, s4, s5, s6, s7, s8, s9, s10, filters);
833 s1 = s5;
837 s5 = s9;
845 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10;
867 s5 = vreinterpretq_s16_u16(vld1q_u16(s));
892 t0 = highbd_convolve8_8(s0, s1, s2, s3, s4, s5, s6, s7, filters, max);
893 t1 = highbd_convolve8_8(s1, s2, s3, s4, s5, s6, s7, s8, filters, max);
894 t2 = highbd_convolve8_8(s2, s3, s4, s5, s6, s7, s8, s9, filters, max);
896 highbd_convolve8_8(s3, s4, s5, s6, s7, s8, s9, s10, filters, max);
917 s1 = s5;
921 s5 = s9;