Searched refs:r3_0 (Results 1 – 2 of 2) sorted by relevance
/external/ruy/ruy/ |
D | pack_avx512.cc | 230 const __m256i r3_0 = _mm512_castsi512_si256(r3); 246 _mm512_add_epi16(sums_8x4_16bit, _mm512_cvtepi8_epi16(r3_0)); 269 reinterpret_cast<__m256i*>(packed_ptr + 5 * 16 * 4), r3_0); 308 const __m256i r3_0 = _mm512_castsi512_si256(r3); 323 reinterpret_cast<__m256i*>(packed_ptr + 5 * 16 * 4), r3_0); 381 const __m256i r3_0 = _mm512_castsi512_si256(r3); 397 _mm512_add_epi16(sums_8x4_16bit, _mm512_cvtepi8_epi16(r3_0)); 420 reinterpret_cast<__m256i*>(trailing_buf + 5 * 16 * 4), r3_0);
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_intrapred_neon.c | 572 const uint16x8_t r3_0 = vextq_u16(row_1, row_2, 4); in vpx_highbd_d135_predictor_16x16_neon() local 592 d135_store_16(&dst, stride, r3_0, r3_1); in vpx_highbd_d135_predictor_16x16_neon() 600 d135_store_16(&dst, stride, rb_0, r3_0); in vpx_highbd_d135_predictor_16x16_neon()
|