Searched refs:r_b (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Renderer/ |
D | Surface.cpp | 5847 static const ushort8 r_b = {0xF81F, 0xF81F, 0xF81F, 0xF81F, 0xF81F, 0xF81F, 0xF81F, 0xF81F}; in resolve() local 5849 __m128i c0_r_b = _mm_and_si128(c0, reinterpret_cast<const __m128i&>(r_b)); in resolve() 5851 __m128i c1_r_b = _mm_and_si128(c1, reinterpret_cast<const __m128i&>(r_b)); in resolve() 5855 c0 = _mm_and_si128(c0, reinterpret_cast<const __m128i&>(r_b)); in resolve() 5878 static const ushort8 r_b = {0xF81F, 0xF81F, 0xF81F, 0xF81F, 0xF81F, 0xF81F, 0xF81F, 0xF81F}; in resolve() local 5880 __m128i c0_r_b = _mm_and_si128(c0, reinterpret_cast<const __m128i&>(r_b)); in resolve() 5882 __m128i c1_r_b = _mm_and_si128(c1, reinterpret_cast<const __m128i&>(r_b)); in resolve() 5884 __m128i c2_r_b = _mm_and_si128(c2, reinterpret_cast<const __m128i&>(r_b)); in resolve() 5886 __m128i c3_r_b = _mm_and_si128(c3, reinterpret_cast<const __m128i&>(r_b)); in resolve() 5892 c0 = _mm_and_si128(c0, reinterpret_cast<const __m128i&>(r_b)); in resolve() [all …]
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | intrapred_neon.c | 503 const uint8x16_t r_b = vextq_u8(row_0, row_1, 4); in vpx_d135_predictor_16x16_neon() local 509 d135_store_16x8(&dst, stride, r_8, r_9, r_a, r_b, r_c, r_d, r_e, row_0); in vpx_d135_predictor_16x16_neon()
|