Home | History | Annotate | Download | only in neon

Lines Matching defs:q6

21                                         uint8x16_t q6,       // p0
38 q13u8 = vabdq_u8(q5, q6);
48 q9 = vabdq_u8(q6, q7);
65 q6 = veorq_u8(q6, q10);
74 vget_low_s8(vreinterpretq_s8_u8(q6)));
76 vget_high_s8(vreinterpretq_s8_u8(q6)));
108 q11s8 = vqaddq_s8(vreinterpretq_s8_u8(q6), q2s8);
130 uint8x16_t q5, q6, q7, q8, q9, q10;
143 q6 = vld1q_u8(src);
153 vp8_loop_filter_neon(qblimit, qlimit, qthresh, q3, q4, q5, q6, q7, q8, q9,
154 q10, &q5, &q6, &q7, &q8);
159 vst1q_u8(src, q6);
173 uint8x16_t q5, q6, q7, q8, q9, q10;
218 q6 = vcombine_u8(d12, d13);
224 vp8_loop_filter_neon(qblimit, qlimit, qthresh, q3, q4, q5, q6, q7, q8, q9,
225 q10, &q5, &q6, &q7, &q8);
230 vst1_u8(u, vget_low_u8(q6));
239 vst1_u8(v, vget_high_u8(q6));
321 uint8x16_t q5, q6, q7, q8, q9, q10;
369 q6 = vcombine_u8(d12, d13);
378 q2tmp3 = vtrnq_u32(vreinterpretq_u32_u8(q6), vreinterpretq_u32_u8(q10));
401 q6 = q2tmp9.val[1];
407 vp8_loop_filter_neon(qblimit, qlimit, qthresh, q3, q4, q5, q6, q7, q8, q9,
408 q10, &q5, &q6, &q7, &q8);
411 q4ResultL.val[1] = vget_low_u8(q6); // d12
415 q4ResultH.val[1] = vget_high_u8(q6); // d13
433 uint8x16_t q5, q6, q7, q8, q9, q10;
482 q6 = vcombine_u8(d12, d13);
491 q2tmp3 = vtrnq_u32(vreinterpretq_u32_u8(q6), vreinterpretq_u32_u8(q10));
514 q6 = q2tmp9.val[1];
520 vp8_loop_filter_neon(qblimit, qlimit, qthresh, q3, q4, q5, q6, q7, q8, q9,
521 q10, &q5, &q6, &q7, &q8);
524 q4ResultL.val[1] = vget_low_u8(q6); // d12
531 q4ResultH.val[1] = vget_high_u8(q6); // d13