HomeSort by relevance Sort by last modified time
    Searched full:hi_0 (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_sse2.c 325 #define MULTIPLICATION_AND_ADD(lo_0, hi_0, lo_1, hi_1, \
329 tmp1 = _mm_madd_epi16(hi_0, cst0); \
331 tmp3 = _mm_madd_epi16(hi_0, cst1); \
361 #define MULTIPLICATION_AND_ADD_2(lo_0, hi_0, cst0, cst1, res0, res1) \
364 tmp1 = _mm_madd_epi16(hi_0, cst0); \
366 tmp3 = _mm_madd_epi16(hi_0, cst1); \
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 401 #define MULTIPLICATION_AND_ADD(lo_0, hi_0, lo_1, hi_1, \
405 tmp1 = _mm_madd_epi16(hi_0, cst0); \
407 tmp3 = _mm_madd_epi16(hi_0, cst1); \
437 #define MULTIPLICATION_AND_ADD_2(lo_0, hi_0, cst0, cst1, res0, res1) \
440 tmp1 = _mm_madd_epi16(hi_0, cst0); \
442 tmp3 = _mm_madd_epi16(hi_0, cst1); \
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 305 const __m128i hi_0 = _mm_unpackhi_epi8(zero, *x); local
307 const __m128i hi_1 = _mm_srai_epi16(hi_0, 3 + 8);
    [all...]

Completed in 150 milliseconds