Home
last modified time | relevance | path

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

/external/ruy/ruy/
Dpack_avx512.cc228 const __m256i r2_0 = _mm512_castsi512_si256(r2);
242 _mm512_add_epi16(sums_8x4_16bit, _mm512_cvtepi8_epi16(r2_0));
265 reinterpret_cast<__m256i*>(packed_ptr + 1 * 16 * 4), r2_0);
306 const __m256i r2_0 = _mm512_castsi512_si256(r2);
319 reinterpret_cast<__m256i*>(packed_ptr + 1 * 16 * 4), r2_0);
379 const __m256i r2_0 = _mm512_castsi512_si256(r2);
393 _mm512_add_epi16(sums_8x4_16bit, _mm512_cvtepi8_epi16(r2_0));
416 reinterpret_cast<__m256i*>(trailing_buf + 1 * 16 * 4), r2_0);
/external/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c570 const uint16x8_t r2_0 = vextq_u16(row_1, row_2, 5); in vpx_highbd_d135_predictor_16x16_neon() local
591 d135_store_16(&dst, stride, r2_0, r2_1); in vpx_highbd_d135_predictor_16x16_neon()
599 d135_store_16(&dst, stride, ra_0, r2_0); in vpx_highbd_d135_predictor_16x16_neon()