Searched defs:b_hi (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
H A Dsad_neon.c195 const uint8x16_t b_hi = vld1q_u8(b + 16); local
200 abs = vabal_u8(abs, vget_low_u8(a_hi), vget_low_u8(b_hi));
201 abs = vabal_u8(abs, vget_high_u8(a_hi), vget_high_u8(b_hi));
216 const uint8x16_t b_hi = vld1q_u8(b + 16); local
220 const uint8x16_t avg_hi = vrhaddq_u8(b_hi, c_hi);
H A Dfdct32x32_neon.c593 const int32x4_t b_hi, const int32_t constant, int32x4_t *add_lo,
598 const int32x4_t sum1 = vmlaq_n_s32(a_hi_0, b_hi, constant);
600 const int32x4_t diff1 = vmlsq_n_s32(a_hi_0, b_hi, constant);
619 const int32x4_t b_hi, const int32_t constant0, const int32_t constant1,
627 const int32x4_t sum1 = vmlaq_n_s32(a3, b_hi, constant0);
629 const int32x4_t diff1 = vmlsq_n_s32(a1, b_hi, constant1);
659 const int16x4_t b_hi = local
661 return vcombine_s16(b_lo, b_hi);
591 butterfly_one_coeff_s32( const int32x4_t a_lo, const int32x4_t a_hi, const int32x4_t b_lo, const int32x4_t b_hi, const int32_t constant, int32x4_t *add_lo, int32x4_t *add_hi, int32x4_t *sub_lo, int32x4_t *sub_hi) argument
617 butterfly_two_coeff_s32( const int32x4_t a_lo, const int32x4_t a_hi, const int32x4_t b_lo, const int32x4_t b_hi, const int32_t constant0, const int32_t constant1, int32x4_t *add_lo, int32x4_t *add_hi, int32x4_t *sub_lo, int32x4_t *sub_hi) argument
/external/webp/src/dsp/
H A Dyuv_neon.c36 const uint16x4_t b_hi = vget_high_u16(b); local
42 const uint32x4_t tmp2_hi = vmlal_n_u16(tmp1_hi, b_hi, 6420u);
96 const int16x4_t b_hi = vreinterpret_s16_u16(vget_high_u16(b))
104 const int32x4_t tmp2_hi = vmlal_n_s16(tmp1_hi, b_hi, C2); \

Completed in 356 milliseconds