Searched refs:BCDEFGH0 (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/dsp/ |
D | dec_sse2.c | 899 const __m128i BCDEFGH0 = _mm_srli_si128(ABCDEFGH, 1); in VE4() local 904 const __m128i avg = _mm_avg_epu8(b, BCDEFGH0); in VE4() 915 const __m128i BCDEFGH0 = _mm_srli_si128(ABCDEFGH, 1); in LD4() local 921 const __m128i abcdefg = _mm_avg_epu8(avg2, BCDEFGH0); in LD4()
|
D | enc_sse2.c | 715 const __m128i BCDEFGH0 = _mm_srli_si128(ABCDEFGH, 1); in VE4() local 720 const __m128i avg = _mm_avg_epu8(b, BCDEFGH0); in VE4() 750 const __m128i BCDEFGH0 = _mm_srli_si128(ABCDEFGH, 1); in LD4() local 756 const __m128i abcdefg = _mm_avg_epu8(avg2, BCDEFGH0); in LD4()
|
D | dec_neon.c | 1333 const uint8x8_t BCDEFGH0 = vreinterpret_u8_u64(A1); in VE4() local 1336 const uint8x8_t avg = vrhadd_u8(b, BCDEFGH0); in VE4() 1374 const uint8x8_t BCDEFGH0 = vld1_u8(dst - BPS + 1); in LD4() local 1378 const uint8x8_t avg2 = vrhadd_u8(avg1, BCDEFGH0); in LD4()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | intrapred_neon.c | 268 const uint8x8_t BCDEFGH0 = vreinterpret_u8_u64(A1); in vpx_d45_predictor_4x4_neon() local 271 const uint8x8_t avg2 = vrhadd_u8(avg1, BCDEFGH0); in vpx_d45_predictor_4x4_neon()
|
D | highbd_intrapred_neon.c | 293 const uint16x8_t BCDEFGH0 = vld1q_u16(above + 1); in vpx_highbd_d45_predictor_4x4_neon() local 296 const uint16x8_t avg2 = vrhaddq_u16(avg1, BCDEFGH0); in vpx_highbd_d45_predictor_4x4_neon()
|