HomeSort by relevance Sort by last modified time
    Searched refs:flat2_q0 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_loopfilter_sse2.c 64 __m128i flat2_q0, flat2_p0; local
268 flat2_q0 =
470 flat2_q0 = _mm_and_si128(flat2, flat2_q0);
472 q0 = _mm_or_si128(q0, flat2_q0); // full list of q0 values
    [all...]
loopfilter_avx2.c 475 flat2_p0, flat2_q0, flat2_q1, flat2_q2, flat2_q3, flat2_q4, flat2_q5, local
628 flat2_q0 = _mm256_castsi256_si128(
    [all...]

Completed in 79 milliseconds