Home | History | Annotate | Download | only in dec

Lines Matching refs:e2

517   //                e0 e1 | e2 e3
527 // q1 = f3 e3 d3 c3 b3 a3 93 83 f2 e2 d2 c2 b2 a2 92 82
535 // q0 = f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02
563 // q1 = f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
575 // q1 = f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1 c0
647 #define LOAD_H_EDGES4(p, stride, e1, e2, e3, e4) { \
649 e2 = _mm_loadu_si128((__m128i*)&(p)[1 * stride]); \
659 #define LOADUV_H_EDGES4(u, v, stride, e1, e2, e3, e4) { \
661 LOADUV_H_EDGE(e2, u, v, 1 * stride); \