Home | History | Annotate | Download | only in arm

Lines Matching refs:DCT_CONST_BITS

64       const int16x4_t a = vrshrn_n_s32(v_t0_lo, DCT_CONST_BITS);
65 const int16x4_t b = vrshrn_n_s32(v_t0_hi, DCT_CONST_BITS);
66 const int16x4_t c = vrshrn_n_s32(v_t1_lo, DCT_CONST_BITS);
67 const int16x4_t d = vrshrn_n_s32(v_t1_hi, DCT_CONST_BITS);
68 const int16x4_t e = vrshrn_n_s32(v_t2_lo, DCT_CONST_BITS);
69 const int16x4_t f = vrshrn_n_s32(v_t2_hi, DCT_CONST_BITS);
70 const int16x4_t g = vrshrn_n_s32(v_t3_lo, DCT_CONST_BITS);
71 const int16x4_t h = vrshrn_n_s32(v_t3_hi, DCT_CONST_BITS);
85 const int16x4_t a = vrshrn_n_s32(v_t0_lo, DCT_CONST_BITS);
86 const int16x4_t b = vrshrn_n_s32(v_t0_hi, DCT_CONST_BITS);
87 const int16x4_t c = vrshrn_n_s32(v_t1_lo, DCT_CONST_BITS);
88 const int16x4_t d = vrshrn_n_s32(v_t1_hi, DCT_CONST_BITS);
115 const int16x4_t a = vrshrn_n_s32(v_t0_lo, DCT_CONST_BITS);
116 const int16x4_t b = vrshrn_n_s32(v_t0_hi, DCT_CONST_BITS);
117 const int16x4_t c = vrshrn_n_s32(v_t1_lo, DCT_CONST_BITS);
118 const int16x4_t d = vrshrn_n_s32(v_t1_hi, DCT_CONST_BITS);
119 const int16x4_t e = vrshrn_n_s32(v_t2_lo, DCT_CONST_BITS);
120 const int16x4_t f = vrshrn_n_s32(v_t2_hi, DCT_CONST_BITS);
121 const int16x4_t g = vrshrn_n_s32(v_t3_lo, DCT_CONST_BITS);
122 const int16x4_t h = vrshrn_n_s32(v_t3_hi, DCT_CONST_BITS);