Home
last modified time | relevance | path

Searched refs:qIn1 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct32x32_1024_add_neon.c87 static INLINE void do_butterfly(const int32x4x2_t qIn0, const int32x4x2_t qIn1, in do_butterfly() argument
103 q[0].val[0] = vmlsl_s32(q[0].val[0], vget_low_s32(qIn1.val[0]), d[5]); in do_butterfly()
104 q[0].val[1] = vmlsl_s32(q[0].val[1], vget_high_s32(qIn1.val[0]), d[5]); in do_butterfly()
105 q[1].val[0] = vmlsl_s32(q[1].val[0], vget_low_s32(qIn1.val[1]), d[5]); in do_butterfly()
106 q[1].val[1] = vmlsl_s32(q[1].val[1], vget_high_s32(qIn1.val[1]), d[5]); in do_butterfly()
112 q[2].val[0] = vmlal_s32(q[2].val[0], vget_low_s32(qIn1.val[0]), d[4]); in do_butterfly()
113 q[2].val[1] = vmlal_s32(q[2].val[1], vget_high_s32(qIn1.val[0]), d[4]); in do_butterfly()
114 q[3].val[0] = vmlal_s32(q[3].val[0], vget_low_s32(qIn1.val[1]), d[4]); in do_butterfly()
115 q[3].val[1] = vmlal_s32(q[3].val[1], vget_high_s32(qIn1.val[1]), d[4]); in do_butterfly()
Didct32x32_add_neon.c115 static INLINE void do_butterfly(const int16x8_t qIn0, const int16x8_t qIn1, in do_butterfly() argument
125 d[2] = vget_low_s16(qIn1); in do_butterfly()
126 d[3] = vget_high_s16(qIn1); in do_butterfly()