Searched refs:BCDEFGH0 (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_intrapred_intrin_sse2.c | 517 const __m128i BCDEFGH0 = _mm_srli_si128(ABCDEFGH, 2); in vpx_highbd_d63_predictor_4x4_sse2() local 519 const __m128i avg3 = avg3_epu16(&ABCDEFGH, &BCDEFGH0, &CDEFGH00); in vpx_highbd_d63_predictor_4x4_sse2() 520 const __m128i avg2 = _mm_avg_epu16(ABCDEFGH, BCDEFGH0); in vpx_highbd_d63_predictor_4x4_sse2()
|
D | highbd_intrapred_intrin_ssse3.c | 42 const __m128i BCDEFGH0 = _mm_srli_si128(ABCDEFGH, 2); in vpx_highbd_d45_predictor_4x4_ssse3() local 44 const __m128i avg3 = avg3_epu16(&ABCDEFGH, &BCDEFGH0, &CDEFGH00); in vpx_highbd_d45_predictor_4x4_ssse3() 339 const __m128i BCDEFGH0 = _mm_srli_si128(ABCDEFGH, 2); in vpx_highbd_d135_predictor_8x8_ssse3() local 345 const __m128i avg3 = avg3_epu16(&XABCDEFG, &ABCDEFGH, &BCDEFGH0); in vpx_highbd_d135_predictor_8x8_ssse3()
|
/external/webp/src/dsp/ |
D | dec_sse2.c | 905 const __m128i BCDEFGH0 = _mm_srli_si128(ABCDEFGH, 1); in VE4_SSE2() local 910 const __m128i avg = _mm_avg_epu8(b, BCDEFGH0); in VE4_SSE2() 921 const __m128i BCDEFGH0 = _mm_srli_si128(ABCDEFGH, 1); in LD4_SSE2() local 927 const __m128i abcdefg = _mm_avg_epu8(avg2, BCDEFGH0); in LD4_SSE2()
|
D | enc_sse2.c | 719 const __m128i BCDEFGH0 = _mm_srli_si128(ABCDEFGH, 1); in VE4_SSE2() local 724 const __m128i avg = _mm_avg_epu8(b, BCDEFGH0); in VE4_SSE2() 756 const __m128i BCDEFGH0 = _mm_srli_si128(ABCDEFGH, 1); in LD4_SSE2() local 762 const __m128i abcdefg = _mm_avg_epu8(avg2, BCDEFGH0); in LD4_SSE2()
|
D | dec_neon.c | 1346 const uint8x8_t BCDEFGH0 = vreinterpret_u8_u64(A1); in VE4_NEON() local 1349 const uint8x8_t avg = vrhadd_u8(b, BCDEFGH0); in VE4_NEON() 1387 const uint8x8_t BCDEFGH0 = vld1_u8(dst - BPS + 1); in LD4_NEON() local 1391 const uint8x8_t avg2 = vrhadd_u8(avg1, BCDEFGH0); in LD4_NEON()
|
/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()
|