Home | History | Annotate | Download | only in dsp

Lines Matching defs:in3

24 #define IDCT_1D_W(in0, in1, in2, in3, out0, out1, out2, out3) {  \
33 c_tmp2_m = in3 + ((in3 * cospi8sqrt2minus1) >> 16); \
36 d_tmp2_m = (in3 * sinpi8sqrt2) >> 16; \
45 v4i32 in0, in1, in2, in3, hz0, hz1, hz2, hz3, vt0, vt1, vt2, vt3;
52 UNPCK_SH_SW(input1, in2, in3);
53 IDCT_1D_W(in0, in1, in2, in3, hz0, hz1, hz2, hz3);
130 const int in3 = MULT1(in[1]);
140 INSERT_W4_SW(in3, in2, -in2, -in3, tmp0);
164 #define FLIP_SIGN4(in0, in1, in2, in3, out0, out1, out2, out3) { \
166 FLIP_SIGN2(in2, in3, out2, out3); \