Home | History | Annotate | Download | only in arm

Lines Matching refs:DCT_CONST_BITS

22   t32[0].val[0] = vrshrn_n_s64(t[0].val[0], DCT_CONST_BITS);
23 t32[0].val[1] = vrshrn_n_s64(t[0].val[1], DCT_CONST_BITS);
24 t32[1].val[0] = vrshrn_n_s64(t[1].val[0], DCT_CONST_BITS);
25 t32[1].val[1] = vrshrn_n_s64(t[1].val[1], DCT_CONST_BITS);
26 t32[2].val[0] = vrshrn_n_s64(t[2].val[0], DCT_CONST_BITS);
27 t32[2].val[1] = vrshrn_n_s64(t[2].val[1], DCT_CONST_BITS);
28 t32[3].val[0] = vrshrn_n_s64(t[3].val[0], DCT_CONST_BITS);
29 t32[3].val[1] = vrshrn_n_s64(t[3].val[1], DCT_CONST_BITS);
41 t32[0].val[0] = vrshrn_n_s64(t[0].val[0], DCT_CONST_BITS);
42 t32[0].val[1] = vrshrn_n_s64(t[0].val[1], DCT_CONST_BITS);
43 t32[1].val[0] = vrshrn_n_s64(t[1].val[0], DCT_CONST_BITS);
44 t32[1].val[1] = vrshrn_n_s64(t[1].val[1], DCT_CONST_BITS);
54 t32[0].val[0] = vrshrn_n_s64(t[0].val[0], DCT_CONST_BITS);
55 t32[0].val[1] = vrshrn_n_s64(t[0].val[1], DCT_CONST_BITS);
56 t32[1].val[0] = vrshrn_n_s64(t[1].val[0], DCT_CONST_BITS);
57 t32[1].val[1] = vrshrn_n_s64(t[1].val[1], DCT_CONST_BITS);
66 t32.val[0] = vrshrn_n_s64(t.val[0], DCT_CONST_BITS);
67 t32.val[1] = vrshrn_n_s64(t.val[1], DCT_CONST_BITS);