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

  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_idct8x8_add_neon.c 130 int32x2_t input_1l, input_1h, input_3l, input_3h; local
142 input_3h = vget_high_s32(*io3);
151 t64[3] = vmull_lane_s32(input_3h, vget_high_s32(cospis1), 0);
153 t64[5] = vmull_lane_s32(input_3h, vget_low_s32(cospis1), 1);
431 int32x2_t input_1l, input_1h, input_3l, input_3h, input_5l, input_5h, local
444 input_3h = vget_high_s32(*io3);
461 t64[3] = vmull_lane_s32(input_3h, vget_high_s32(cospis1), 0);
463 t64[5] = vmull_lane_s32(input_3h, vget_low_s32(cospis1), 1);
idct_neon.h 435 int16x4_t input_1l, input_1h, input_3l, input_3h, input_5l, input_5h, local
448 input_3h = vget_high_s16(*io3);
465 t32[3] = vmull_lane_s16(input_3h, cospis1, 2);
467 t32[5] = vmull_lane_s16(input_3h, cospis1, 1);
    [all...]

Completed in 162 milliseconds