Home | History | Annotate | Download | only in dsp

Lines Matching defs:c3

88     const __m128i c3 = _mm_sub_epi16(in1, in3);
90 const __m128i c = _mm_add_epi16(c3, c4);
146 const __m128i c3 = _mm_sub_epi16(T1, T3);
148 const __m128i c = _mm_add_epi16(c3, c4);
533 // q1 = f3 e3 d3 c3 b3 a3 93 83 f2 e2 d2 c2 b2 a2 92 82
542 // q1 = f3 e3 d3 c3 b3 a3 93 83 73 63 53 43 33 23 13 03
570 // q1 = f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
582 // q1 = f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1 c0