Home | History | Annotate | Download | only in neon

Lines Matching defs:q4

18                                           uint8x16_t q4,       // p2
38 q11u8 = vabdq_u8(q3, q4);
39 q12u8 = vabdq_u8(q4, q5);
70 q4 = veorq_u8(q4, q0u8);
137 q0s8 = vqaddq_s8(vreinterpretq_s8_u8(q4), q0s8);
157 uint8x16_t qblimit, qlimit, qthresh, q3, q4;
168 q4 = vld1q_u8(src);
182 vp8_mbloop_filter_neon(qblimit, qlimit, qthresh, q3, q4, q5, q6, q7, q8, q9,
183 q10, &q4, &q5, &q6, &q7, &q8, &q9);
186 vst1q_u8(src, q4);
205 uint8x16_t qblimit, qlimit, qthresh, q3, q4;
249 q4 = vcombine_u8(d8, d9);
257 vp8_mbloop_filter_neon(qblimit, qlimit, qthresh, q3, q4, q5, q6, q7, q8, q9,
258 q10, &q4, &q5, &q6, &q7, &q8, &q9);
262 vst1_u8(u, vget_low_u8(q4));
264 vst1_u8(v, vget_high_u8(q4));
292 uint8x16_t qblimit, qlimit, qthresh, q3, q4;
338 q4 = vcombine_u8(d8, d9);
347 q2tmp1 = vtrnq_u32(vreinterpretq_u32_u8(q4), vreinterpretq_u32_u8(q8));
370 q4 = q2tmp8.val[1];
378 vp8_mbloop_filter_neon(qblimit, qlimit, qthresh, q3, q4, q5, q6, q7, q8, q9,
379 q10, &q4, &q5, &q6, &q7, &q8, &q9);
382 q2tmp1 = vtrnq_u32(vreinterpretq_u32_u8(q4), vreinterpretq_u32_u8(q8));
405 q4 = q2tmp8.val[1];
420 vst1_u8(s1, vget_low_u8(q4));
422 vst1_u8(s2, vget_high_u8(q4));
456 uint8x16_t qblimit, qlimit, qthresh, q3, q4;
502 q4 = vcombine_u8(d8, d9);
511 q2tmp1 = vtrnq_u32(vreinterpretq_u32_u8(q4), vreinterpretq_u32_u8(q8));
534 q4 = q2tmp8.val[1];
542 vp8_mbloop_filter_neon(qblimit, qlimit, qthresh, q3, q4, q5, q6, q7, q8, q9,
543 q10, &q4, &q5, &q6, &q7, &q8, &q9);
546 q2tmp1 = vtrnq_u32(vreinterpretq_u32_u8(q4), vreinterpretq_u32_u8(q8));
569 q4 = q2tmp8.val[1];
580 vst1_u8(ud, vget_low_u8(q4));
597 vst1_u8(vd, vget_high_u8(q4));