Searched refs:r0_0 (Results 1 – 2 of 2) sorted by relevance
/external/ruy/ruy/ |
D | pack_avx512.cc | 224 const __m256i r0_0 = _mm512_castsi512_si256(r0); 234 sums_8x4_16bit = _mm512_cvtepi8_epi16(r0_0); 257 reinterpret_cast<__m256i*>(packed_ptr + 0 * 16 * 4), r0_0); 302 const __m256i r0_0 = _mm512_castsi512_si256(r0); 311 reinterpret_cast<__m256i*>(packed_ptr + 0 * 16 * 4), r0_0); 375 const __m256i r0_0 = _mm512_castsi512_si256(r0); 385 sums_8x4_16bit = _mm512_cvtepi8_epi16(r0_0); 408 reinterpret_cast<__m256i*>(trailing_buf + 0 * 16 * 4), r0_0);
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_intrapred_neon.c | 566 const uint16x8_t r0_0 = vextq_u16(row_1, row_2, 7); in vpx_highbd_d135_predictor_16x16_neon() local 589 d135_store_16(&dst, stride, r0_0, r0_1); in vpx_highbd_d135_predictor_16x16_neon() 597 d135_store_16(&dst, stride, r8_0, r0_0); in vpx_highbd_d135_predictor_16x16_neon()
|