Home | History | Annotate | Download | only in dsp

Lines Matching refs:c0

86   // a0 a1 a2 a3 | b0 b1 b2 b3   => a0 b0 c0 d0 | a1 b1 c1 d1
87 // c0 c1 c2 c3 | d0 d1 d2 d3 a2 b2 c2 d2 | a3 b3 c3 d3
88 const int16x8x2_t tmp0 = vzipq_s16(in0, in1); // a0 c0 a1 c1 a2 c2 ...
99 // C0 = kC1 * in4 | kC1 * in12
101 const int16x8_t C0 = vsraq_n_s16(B1, vqdmulhq_n_s16(B1, kC1), 1);
109 const int16x4_t c = vqsub_s16(vget_low_s16(C1), vget_high_s16(C0));
110 const int16x4_t d = vqadd_s16(vget_low_s16(C0), vget_high_s16(C1));
993 const uint16x8_t c0 = vcombine_u16(vshrn_n_u32(m2, 16),
995 const uint16x8_t c1 = vminq_u16(c0, vdupq_n_u16(MAX_LEVEL));