Lines Matching refs:dcval
101 int16x8_t dcval = row0; in jsimd_idct_ifast_neon() local
102 row1 = dcval; in jsimd_idct_ifast_neon()
103 row2 = dcval; in jsimd_idct_ifast_neon()
104 row3 = dcval; in jsimd_idct_ifast_neon()
105 row4 = dcval; in jsimd_idct_ifast_neon()
106 row5 = dcval; in jsimd_idct_ifast_neon()
107 row6 = dcval; in jsimd_idct_ifast_neon()
108 row7 = dcval; in jsimd_idct_ifast_neon()
113 int16x4_t dcval = vget_low_s16(row0); in jsimd_idct_ifast_neon() local
176 row0 = vcombine_s16(dcval, vadd_s16(tmp0, tmp7)); in jsimd_idct_ifast_neon()
177 row7 = vcombine_s16(dcval, vsub_s16(tmp0, tmp7)); in jsimd_idct_ifast_neon()
178 row1 = vcombine_s16(dcval, vadd_s16(tmp1, tmp6)); in jsimd_idct_ifast_neon()
179 row6 = vcombine_s16(dcval, vsub_s16(tmp1, tmp6)); in jsimd_idct_ifast_neon()
180 row2 = vcombine_s16(dcval, vadd_s16(tmp2, tmp5)); in jsimd_idct_ifast_neon()
181 row5 = vcombine_s16(dcval, vsub_s16(tmp2, tmp5)); in jsimd_idct_ifast_neon()
182 row4 = vcombine_s16(dcval, vadd_s16(tmp3, tmp4)); in jsimd_idct_ifast_neon()
183 row3 = vcombine_s16(dcval, vsub_s16(tmp3, tmp4)); in jsimd_idct_ifast_neon()
188 int16x4_t dcval = vget_high_s16(row0); in jsimd_idct_ifast_neon() local
251 row0 = vcombine_s16(vadd_s16(tmp0, tmp7), dcval); in jsimd_idct_ifast_neon()
252 row7 = vcombine_s16(vsub_s16(tmp0, tmp7), dcval); in jsimd_idct_ifast_neon()
253 row1 = vcombine_s16(vadd_s16(tmp1, tmp6), dcval); in jsimd_idct_ifast_neon()
254 row6 = vcombine_s16(vsub_s16(tmp1, tmp6), dcval); in jsimd_idct_ifast_neon()
255 row2 = vcombine_s16(vadd_s16(tmp2, tmp5), dcval); in jsimd_idct_ifast_neon()
256 row5 = vcombine_s16(vsub_s16(tmp2, tmp5), dcval); in jsimd_idct_ifast_neon()
257 row4 = vcombine_s16(vadd_s16(tmp3, tmp4), dcval); in jsimd_idct_ifast_neon()
258 row3 = vcombine_s16(vsub_s16(tmp3, tmp4), dcval); in jsimd_idct_ifast_neon()