Searched refs:_mm_abs_epi16 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dquantize_ssse3.c65 x0 = _mm_abs_epi16(z0);
66 x1 = _mm_abs_epi16(z1);
/external/clang/lib/Headers/
H A Dtmmintrin.h52 _mm_abs_epi16(__m128i __a) function
/external/libhevc/common/x86/
H A Dihevc_deblk_ssse3_intr.c178 mask_de_result_8x16b = _mm_abs_epi16(mask_de_result_8x16b);
447 tmp_delta2_8x16b = _mm_abs_epi16(tmp_delta0_8x16b);
638 mask_de_result_8x16b = _mm_abs_epi16(mask_de_result_8x16b);
884 tmp_pq_str1_8x16b = _mm_abs_epi16(tmp_delta0_8x16b);

Completed in 433 milliseconds