Lines Matching refs:oq1
716 uint8x16_t* const oq0, uint8x16_t* const oq1) { in ApplyFilter4_NEON() argument
727 *oq1 = FlipSignBack_NEON(vqsubq_s8(q1, a3)); // clip(q1 - a3) 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
795 *oq1 = FlipSignBack_NEON(vqsubq_s8(q1, a2)); // clip(q1 - a2) 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()
850 Store16x2_NEON(oq1, oq2, p + 2 * 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()
867 Store2x16_NEON(oq1, oq2, p + 2, 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()
932 Store8x2x2_NEON(oq1, oq2, u + 2 * stride, v + 2 * 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()