Searched defs:sub_lo (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/vpx_dsp/arm/ |
D | fdct_neon.h | 48 int32x4_t *add_lo, int32x4_t *add_hi, int32x4_t *sub_lo, in butterfly_one_coeff_s16_s32_fast() 68 int32x4_t add_lo, add_hi, sub_lo, sub_hi; in butterfly_one_coeff_s16_s32_fast_narrow() local 105 int32x4_t *add_lo, int32x4_t *add_hi, int32x4_t *sub_lo, in butterfly_one_coeff_s16_s32() 140 int32x4_t *add_hi, int32x4_t *sub_lo, int32x4_t *sub_hi) { in butterfly_one_coeff_s32_noround() 172 int32x4_t *add_hi, int32x4_t *sub_lo, int32x4_t *sub_hi) { in butterfly_one_coeff_s32_fast() 187 int32x4_t *add_hi, int32x4_t *sub_lo, int32x4_t *sub_hi) { in butterfly_one_coeff_s32_s64_narrow() 255 int64x2_t *add_hi /*[2]*/, int64x2_t *sub_lo /*[2]*/, in butterfly_two_coeff_s32_s64_noround() 293 int32x4_t *sub_lo, int32x4_t *sub_hi) { in butterfly_two_coeff_s32_s64_narrow() 340 int32x4_t *sub_lo, int32x4_t *sub_hi) { in butterfly_two_coeff_s16_s32_noround() 359 int32x4_t *sub_lo, int32x4_t *sub_hi) { in butterfly_two_coeff_s32_noround() [all …]
|
/external/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
|