Searched defs:sub_lo (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | fdct32x32_neon.c | 568 int32x4_t *add_lo, int32x4_t *add_hi, int32x4_t *sub_lo, in butterfly_one_coeff_s16_s32() 594 int32x4_t *add_hi, int32x4_t *sub_lo, int32x4_t *sub_hi) { in butterfly_one_coeff_s32() 620 int32x4_t *add_lo, int32x4_t *add_hi, int32x4_t *sub_lo, in butterfly_two_coeff_s32()
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_highbd_iht8x8_add_neon.c | 81 const int64x2_t sub_lo = vsubq_s64(in0[0], in1[0]); in highbd_sub_dct_const_round_shift_low_8() local
|
D | vp9_highbd_iht16x16_add_neon.c | 135 const int64x2x2_t sub_lo = vsubq_s64_dual(in0[0], in1[0]); in highbd_sub_dct_const_round_shift_low_8() local
|