HomeSort by relevance Sort by last modified time
    Searched full:step1h (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_idct8x8_add_neon.c 131 int32x2_t step1l[2], step1h[2]; local
144 step1h[0] = vget_high_s32(*io0);
146 step1h[1] = vget_high_s32(*io2);
171 t64[3] = vmull_lane_s32(step1h[0], vget_high_s32(cospis0), 0);
173 t64[5] = vmull_lane_s32(step1h[1], vget_high_s32(cospis0), 1);
175 t64[7] = vmull_lane_s32(step1h[1], vget_low_s32(cospis0), 1);
433 int32x2_t step1l[4], step1h[4]; local
450 step1h[0] = vget_high_s32(*io0);
452 step1h[1] = vget_high_s32(*io2);
454 step1h[2] = vget_high_s32(*io4)
    [all...]
idct_neon.h 437 int16x4_t step1l[4], step1h[4]; local
454 step1h[0] = vget_high_s16(*io0);
456 step1h[1] = vget_high_s16(*io2);
458 step1h[2] = vget_high_s16(*io4);
460 step1h[3] = vget_high_s16(*io6);
493 t32[3] = vmull_lane_s16(step1h[0], cospis0, 2);
495 t32[5] = vmull_lane_s16(step1h[1], cospis0, 3);
497 t32[7] = vmull_lane_s16(step1h[1], cospis0, 1);
499 t32[1] = vmlal_lane_s16(t32[3], step1h[2], cospis0, 2);
501 t32[3] = vmlsl_lane_s16(t32[3], step1h[2], cospis0, 2)
    [all...]

Completed in 67 milliseconds