Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct_neon.h241 int32x2_t step1l[4], step1h[4]; in idct8x8_64_half1d_bd12() local
257 step1l[0] = vget_low_s32(*io0); in idct8x8_64_half1d_bd12()
259 step1l[1] = vget_low_s32(*io2); in idct8x8_64_half1d_bd12()
261 step1l[2] = vget_low_s32(*io4); in idct8x8_64_half1d_bd12()
263 step1l[3] = vget_low_s32(*io6); in idct8x8_64_half1d_bd12()
296 t64[2] = vmull_lane_s32(step1l[0], vget_high_s32(cospis0), 0); in idct8x8_64_half1d_bd12()
298 t64[4] = vmull_lane_s32(step1l[1], vget_high_s32(cospis0), 1); in idct8x8_64_half1d_bd12()
300 t64[6] = vmull_lane_s32(step1l[1], vget_low_s32(cospis0), 1); in idct8x8_64_half1d_bd12()
302 t64[0] = vmlal_lane_s32(t64[2], step1l[2], vget_high_s32(cospis0), 0); in idct8x8_64_half1d_bd12()
304 t64[2] = vmlsl_lane_s32(t64[2], step1l[2], vget_high_s32(cospis0), 0); in idct8x8_64_half1d_bd12()
[all …]
Didct_neon.h425 int16x4_t step1l[4], step1h[4]; in idct8x8_64_1d_bd8_kernel() local
438 step1l[0] = vget_low_s16(io[0]); in idct8x8_64_1d_bd8_kernel()
440 step1l[1] = vget_low_s16(io[2]); in idct8x8_64_1d_bd8_kernel()
442 step1l[2] = vget_low_s16(io[4]); in idct8x8_64_1d_bd8_kernel()
444 step1l[3] = vget_low_s16(io[6]); in idct8x8_64_1d_bd8_kernel()
467 t32[2] = vmull_lane_s16(step1l[0], cospis0, 2); in idct8x8_64_1d_bd8_kernel()
469 t32[4] = vmull_lane_s16(step1l[1], cospis0, 3); in idct8x8_64_1d_bd8_kernel()
471 t32[6] = vmull_lane_s16(step1l[1], cospis0, 1); in idct8x8_64_1d_bd8_kernel()
473 t32[0] = vmlal_lane_s16(t32[2], step1l[2], cospis0, 2); in idct8x8_64_1d_bd8_kernel()
475 t32[2] = vmlsl_lane_s16(t32[2], step1l[2], cospis0, 2); in idct8x8_64_1d_bd8_kernel()
[all …]
Dhighbd_idct8x8_add_neon.c132 int32x2_t step1l[2], step1h[2]; in idct8x8_12_half1d_bd12() local
144 step1l[0] = vget_low_s32(*io0); in idct8x8_12_half1d_bd12()
146 step1l[1] = vget_low_s32(*io2); in idct8x8_12_half1d_bd12()
171 t64[2] = vmull_lane_s32(step1l[0], vget_high_s32(cospis0), 0); in idct8x8_12_half1d_bd12()
173 t64[4] = vmull_lane_s32(step1l[1], vget_high_s32(cospis0), 1); in idct8x8_12_half1d_bd12()
175 t64[6] = vmull_lane_s32(step1l[1], vget_low_s32(cospis0), 1); in idct8x8_12_half1d_bd12()