Home
last modified time | relevance | path

Searched refs:io7 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct_neon.h170 int32x4_t *const io7) { in idct8x8_64_half1d_bd10() argument
173 transpose_s32_8x4(io0, io1, io2, io3, io4, io5, io6, io7); in idct8x8_64_half1d_bd10()
181 step1[4] = vmlsq_lane_s32(step1[4], *io7, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd10()
184 step1[7] = vmlaq_lane_s32(step1[7], *io7, vget_high_s32(cospis1), 1); in idct8x8_64_half1d_bd10()
231 *io7 = vsubq_s32(step1[0], step2[7]); in idct8x8_64_half1d_bd10()
238 int32x4_t *const io7) { in idct8x8_64_half1d_bd12() argument
246 transpose_s32_8x4(io0, io1, io2, io3, io4, io5, io6, io7); in idct8x8_64_half1d_bd12()
255 input7l = vget_low_s32(*io7); in idct8x8_64_half1d_bd12()
256 input7h = vget_high_s32(*io7); in idct8x8_64_half1d_bd12()
359 *io7 = vsubq_s32(step1[0], step2[7]); in idct8x8_64_half1d_bd12()
Dhighbd_idct8x8_add_neon.c75 int32x4_t *const io7) { in idct8x8_12_half1d_bd10() argument
123 *io7 = vsubq_s32(step1[0], step2[7]); in idct8x8_12_half1d_bd10()
130 int32x4_t *const io7) { in idct8x8_12_half1d_bd12() argument
223 *io7 = vsubq_s32(step1[0], step2[7]); in idct8x8_12_half1d_bd12()
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_highbd_iht8x8_add_neon.c91 int32x4_t *const io6, int32x4_t *const io7) { in highbd_iadst8() argument
101 x[0] = *io7; in highbd_iadst8()
159 *io7 = vnegq_s32(x[1]); in highbd_iadst8()