Home
last modified time | relevance | path

Searched refs:res_01 (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_had_compute_neon.c380 int16x8_t res_01, res_23; in ihevce_HAD_4x4_8bit_plane_neon() local
401 res_01 = vreinterpretq_s16_u16(vsubl_u8(vget_low_u8(src_u8), vget_low_u8(pred_u8))); in ihevce_HAD_4x4_8bit_plane_neon()
404 h[0] = vadd_s16(vget_low_s16(res_01), vget_high_s16(res_23)); in ihevce_HAD_4x4_8bit_plane_neon()
405 h[1] = vadd_s16(vget_high_s16(res_01), vget_low_s16(res_23)); in ihevce_HAD_4x4_8bit_plane_neon()
406 h[2] = vsub_s16(vget_high_s16(res_01), vget_low_s16(res_23)); in ihevce_HAD_4x4_8bit_plane_neon()
407 h[3] = vsub_s16(vget_low_s16(res_01), vget_high_s16(res_23)); in ihevce_HAD_4x4_8bit_plane_neon()
/external/libaom/libaom/aom_dsp/x86/
Dconvolve_avx2.h294 const __m256i res_01 = _mm256_maddubs_epi16(s[0], coeffs[0]); in convolve_lowbd() local
300 const __m256i res = _mm256_add_epi16(_mm256_add_epi16(res_01, res_45), in convolve_lowbd()