Home | History | Annotate | Download | only in dsp

Lines Matching refs:oq2

758     uint8x16_t* const oq0, uint8x16_t* const oq1, uint8x16_t* const oq2) {
785 *oq2 = FlipSignBack(vqsubq_s8(q2, a3)); // clip(q2 - a3)
794 uint8x16_t* const oq0, uint8x16_t* const oq1, uint8x16_t* const oq2) {
819 op2, op1, op0, oq0, oq1, oq2);
833 uint8x16_t op2, op1, op0, oq0, oq1, oq2;
835 &op2, &op1, &op0, &oq0, &oq1, &oq2);
838 Store16x2(oq1, oq2, p + 2 * stride, stride);
850 uint8x16_t op2, op1, op0, oq0, oq1, oq2;
852 &op2, &op1, &op0, &oq0, &oq1, &oq2);
855 Store2x16(oq1, oq2, p + 2, stride);
915 uint8x16_t op2, op1, op0, oq0, oq1, oq2;
917 &op2, &op1, &op0, &oq0, &oq1, &oq2);
920 Store8x2x2(oq1, oq2, u + 2 * stride, v + 2 * stride, stride);
948 uint8x16_t op2, op1, op0, oq0, oq1, oq2;
950 &op2, &op1, &op0, &oq0, &oq1, &oq2);
951 Store6x8x2(op2, op1, op0, oq0, oq1, oq2, u, v, stride);