Searched refs:qIn0 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct32x32_1024_add_neon.c | 87 static INLINE void do_butterfly(const int32x4x2_t qIn0, const int32x4x2_t qIn1, in do_butterfly() argument 99 q[0].val[0] = vmull_s32(vget_low_s32(qIn0.val[0]), d[4]); in do_butterfly() 100 q[0].val[1] = vmull_s32(vget_high_s32(qIn0.val[0]), d[4]); in do_butterfly() 101 q[1].val[0] = vmull_s32(vget_low_s32(qIn0.val[1]), d[4]); in do_butterfly() 102 q[1].val[1] = vmull_s32(vget_high_s32(qIn0.val[1]), d[4]); in do_butterfly() 108 q[2].val[0] = vmull_s32(vget_low_s32(qIn0.val[0]), d[5]); in do_butterfly() 109 q[2].val[1] = vmull_s32(vget_high_s32(qIn0.val[0]), d[5]); in do_butterfly() 110 q[3].val[0] = vmull_s32(vget_low_s32(qIn0.val[1]), d[5]); in do_butterfly() 111 q[3].val[1] = vmull_s32(vget_high_s32(qIn0.val[1]), d[5]); in do_butterfly()
|
D | idct32x32_add_neon.c | 115 static INLINE void do_butterfly(const int16x8_t qIn0, const int16x8_t qIn1, in do_butterfly() argument 123 d[0] = vget_low_s16(qIn0); in do_butterfly() 124 d[1] = vget_high_s16(qIn0); in do_butterfly()
|