Searched defs:horizontal_long_add_16x8 (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
H A Dsad4d_neon.c17 static INLINE unsigned int horizontal_long_add_16x8(const uint16x8_t vec_lo, function
123 res[0] = horizontal_long_add_16x8(vec_sum_ref0_lo, vec_sum_ref0_hi);
124 res[1] = horizontal_long_add_16x8(vec_sum_ref1_lo, vec_sum_ref1_hi);
125 res[2] = horizontal_long_add_16x8(vec_sum_ref2_lo, vec_sum_ref2_hi);
126 res[3] = horizontal_long_add_16x8(vec_sum_ref3_lo, vec_sum_ref3_hi);
167 res[0] = horizontal_long_add_16x8(vec_sum_ref0_lo, vec_sum_ref0_hi);
168 res[1] = horizontal_long_add_16x8(vec_sum_ref1_lo, vec_sum_ref1_hi);
169 res[2] = horizontal_long_add_16x8(vec_sum_ref2_lo, vec_sum_ref2_hi);
170 res[3] = horizontal_long_add_16x8(vec_sum_ref3_lo, vec_sum_ref3_hi);
222 res[0] = horizontal_long_add_16x8(vec_sum_ref0_l
[all...]
H A Dsad_neon.c119 static INLINE unsigned int horizontal_long_add_16x8(const uint16x8_t vec_lo, function
172 return horizontal_long_add_16x8(vec_accum_lo, vec_accum_hi);

Completed in 1370 milliseconds