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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct_avx2.c 571 __m128i k_const_rounding = _mm_slli_epi16(kOne, bit_m02); local
572 res[0] = _mm_add_epi16(res[0], k_const_rounding);
573 res[1] = _mm_add_epi16(res[1], k_const_rounding);
574 res[2] = _mm_add_epi16(res[2], k_const_rounding);
575 res[3] = _mm_add_epi16(res[3], k_const_rounding);
576 res[4] = _mm_add_epi16(res[4], k_const_rounding);
577 res[5] = _mm_add_epi16(res[5], k_const_rounding);
578 res[6] = _mm_add_epi16(res[6], k_const_rounding);
579 res[7] = _mm_add_epi16(res[7], k_const_rounding);
    [all...]
vp9_dct_sse2.c 672 __m128i k_const_rounding = _mm_slli_epi16(kOne, bit_m02); local
673 res[0] = _mm_add_epi16(res[0], k_const_rounding);
674 res[1] = _mm_add_epi16(res[1], k_const_rounding);
675 res[2] = _mm_add_epi16(res[2], k_const_rounding);
676 res[3] = _mm_add_epi16(res[3], k_const_rounding);
677 res[4] = _mm_add_epi16(res[4], k_const_rounding);
678 res[5] = _mm_add_epi16(res[5], k_const_rounding);
679 res[6] = _mm_add_epi16(res[6], k_const_rounding);
680 res[7] = _mm_add_epi16(res[7], k_const_rounding);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 741 __m128i k_const_rounding = _mm_slli_epi16(kOne, bit_m02); local
742 res[0] = _mm_add_epi16(res[0], k_const_rounding);
743 res[1] = _mm_add_epi16(res[1], k_const_rounding)
    [all...]

Completed in 503 milliseconds