Home
last modified time | relevance | path

Searched defs:hi_0 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dinv_txfm_sse2.c325 #define MULTIPLICATION_AND_ADD(lo_0, hi_0, lo_1, hi_1, \ argument
361 #define MULTIPLICATION_AND_ADD_2(lo_0, hi_0, cst0, cst1, res0, res1) \ argument
/external/webp/src/dsp/
Ddec_sse2.c305 const __m128i hi_0 = _mm_unpackhi_epi8(zero, *x); in SignedShift8b() local