Lines Matching refs:oq0
472 int8x16_t* const oq0) { in ApplyFilter2NoFlip_NEON() argument
480 *oq0 = vqsubq_s8(q0s, delta4); in ApplyFilter2NoFlip_NEON()
487 uint8x16_t* const op0, uint8x16_t* const oq0) { in ApplyFilter2_NEON() argument
497 *oq0 = FlipSignBack_NEON(sq0); in ApplyFilter2_NEON()
503 uint8x16_t* const op0, uint8x16_t* const oq0) { in DoFilter2_NEON() argument
510 ApplyFilter2_NEON(p0s, q0s, delta1, op0, oq0); in DoFilter2_NEON()
514 uint8x16_t p1, p0, q0, q1, op0, oq0; in SimpleVFilter16_NEON() local
518 DoFilter2_NEON(p1, p0, q0, q1, mask, &op0, &oq0); in SimpleVFilter16_NEON()
520 Store16x2_NEON(op0, oq0, p, stride); in SimpleVFilter16_NEON()
524 uint8x16_t p1, p0, q0, q1, oq0, op0; in SimpleHFilter16_NEON() local
528 DoFilter2_NEON(p1, p0, q0, q1, mask, &op0, &oq0); in SimpleHFilter16_NEON()
530 Store2x16_NEON(op0, oq0, p, stride); in SimpleHFilter16_NEON()
716 uint8x16_t* const oq0, uint8x16_t* const oq1) { in ApplyFilter4_NEON() argument
725 *oq0 = FlipSignBack_NEON(vqsubq_s8(q0, a1)); // clip(q0 - a1) in ApplyFilter4_NEON()
735 uint8x16_t* const oq0, uint8x16_t* const oq1) { in DoFilter4_NEON() argument
758 ApplyFilter4_NEON(p1s, p0s, q0s, q1s, complex_lf_delta, op1, op0, oq0, oq1); in DoFilter4_NEON()
769 uint8x16_t* const oq0, uint8x16_t* const oq1, uint8x16_t* const oq2) { in ApplyFilter6_NEON() argument
794 *oq0 = FlipSignBack_NEON(vqsubq_s8(q0, a1)); // clip(q0 - q1) in ApplyFilter6_NEON()
806 uint8x16_t* const oq0, uint8x16_t* const oq1, uint8x16_t* const oq2) { in DoFilter6_NEON() argument
831 op2, op1, op0, oq0, oq1, oq2); in DoFilter6_NEON()
845 uint8x16_t op2, op1, op0, oq0, oq1, oq2; in VFilter16_NEON() local
847 &op2, &op1, &op0, &oq0, &oq1, &oq2); in VFilter16_NEON()
849 Store16x2_NEON(op0, oq0, p + 0 * stride, stride); in VFilter16_NEON()
862 uint8x16_t op2, op1, op0, oq0, oq1, oq2; in HFilter16_NEON() local
864 &op2, &op1, &op0, &oq0, &oq1, &oq2); in HFilter16_NEON()
866 Store2x16_NEON(op0, oq0, p + 0, stride); in HFilter16_NEON()
927 uint8x16_t op2, op1, op0, oq0, oq1, oq2; in VFilter8_NEON() local
929 &op2, &op1, &op0, &oq0, &oq1, &oq2); in VFilter8_NEON()
931 Store8x2x2_NEON(op0, oq0, u + 0 * stride, v + 0 * stride, stride); in VFilter8_NEON()
945 uint8x16_t op1, op0, oq0, oq1; in VFilter8i_NEON() local
946 DoFilter4_NEON(p1, p0, q0, q1, mask, hev_mask, &op1, &op0, &oq0, &oq1); in VFilter8i_NEON()
947 Store8x4x2_NEON(op1, op0, oq0, oq1, u, v, stride); in VFilter8i_NEON()
960 uint8x16_t op2, op1, op0, oq0, oq1, oq2; in HFilter8_NEON() local
962 &op2, &op1, &op0, &oq0, &oq1, &oq2); in HFilter8_NEON()
963 Store6x8x2_NEON(op2, op1, op0, oq0, oq1, oq2, u, v, stride); in HFilter8_NEON()
977 uint8x16_t op1, op0, oq0, oq1; in HFilter8i_NEON() local
978 DoFilter4_NEON(p1, p0, q0, q1, mask, hev_mask, &op1, &op0, &oq0, &oq1); in HFilter8i_NEON()
979 Store4x8x2_NEON(op1, op0, oq0, oq1, u, v, stride); in HFilter8i_NEON()