Home
last modified time | relevance | path

Searched refs:_mm_sign_epi16 (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_ssse3.c61 qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0); in vpx_quantize_b_ssse3()
62 qcoeff1 = _mm_sign_epi16(qcoeff1, coeff1); in vpx_quantize_b_ssse3()
91 qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0); in vpx_quantize_b_ssse3()
92 qcoeff1 = _mm_sign_epi16(qcoeff1, coeff1); in vpx_quantize_b_ssse3()
195 qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0); in vpx_quantize_b_32x32_ssse3()
196 qcoeff1 = _mm_sign_epi16(qcoeff1, coeff1); in vpx_quantize_b_32x32_ssse3()
242 qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0); in vpx_quantize_b_32x32_ssse3()
243 qcoeff1 = _mm_sign_epi16(qcoeff1, coeff1); in vpx_quantize_b_32x32_ssse3()
Dquantize_avx.c84 qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0); in vpx_quantize_b_avx()
85 qcoeff1 = _mm_sign_epi16(qcoeff1, coeff1); in vpx_quantize_b_avx()
127 qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0); in vpx_quantize_b_avx()
128 qcoeff1 = _mm_sign_epi16(qcoeff1, coeff1); in vpx_quantize_b_avx()
223 qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0); in vpx_quantize_b_32x32_avx()
224 qcoeff1 = _mm_sign_epi16(qcoeff1, coeff1); in vpx_quantize_b_32x32_avx()
266 qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0); in vpx_quantize_b_32x32_avx()
267 qcoeff1 = _mm_sign_epi16(qcoeff1, coeff1); in vpx_quantize_b_32x32_avx()
/external/libaom/libaom/aom_dsp/x86/
Dquantize_ssse3.c128 qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0); in aom_quantize_b_64x64_ssse3()
129 qcoeff1 = _mm_sign_epi16(qcoeff1, coeff1); in aom_quantize_b_64x64_ssse3()
172 qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0); in aom_quantize_b_64x64_ssse3()
173 qcoeff1 = _mm_sign_epi16(qcoeff1, coeff1); in aom_quantize_b_64x64_ssse3()
/external/libavc/common/x86/
Dih264_resi_trans_quant_sse42.c283 temp0 = _mm_sign_epi16(temp0, sign_reg0); in ih264_resi_trans_quant_4x4_sse42()
284 temp2 = _mm_sign_epi16(temp2, sign_reg2); in ih264_resi_trans_quant_4x4_sse42()
566 temp0 = _mm_sign_epi16(temp0, sign_reg0); in ih264_resi_trans_quant_chroma_4x4_sse42()
567 temp2 = _mm_sign_epi16(temp2, sign_reg2); in ih264_resi_trans_quant_chroma_4x4_sse42()
797 temp0 = _mm_sign_epi16(temp0, sign_reg0); //Sign restoration in ih264_hadamard_quant_4x4_sse42()
798 temp2 = _mm_sign_epi16(temp2, sign_reg2); in ih264_hadamard_quant_4x4_sse42()
953 temp0 = _mm_sign_epi16(temp0, sign_reg0); //Sign restoration in ih264_hadamard_quant_2x2_uv_sse42()
/external/clang/test/CodeGen/
Dssse3-builtins.c103 return _mm_sign_epi16(a, b); in test_mm_sign_epi16()
/external/libhevc/common/x86/
Dihevc_deblk_ssse3_intr.c421 tmp3_const_8x16b = _mm_sign_epi16(consttc_8x16b, tmp1_const_8x16b); in ihevc_deblk_luma_vert_ssse3()
469 tmp1_const_8x16b = _mm_sign_epi16(consttc_8x16b, tmp1_const_8x16b); in ihevc_deblk_luma_vert_ssse3()
880 tmp1_const_8x16b = _mm_sign_epi16(consttc_8x16b, tmp2_const_8x16b); in ihevc_deblk_luma_horz_ssse3()
894 tmp1_const_8x16b = _mm_sign_epi16(consttc_8x16b, tmp2_const_8x16b); in ihevc_deblk_luma_horz_ssse3()
1067 min_0_16x8b = _mm_sign_epi16(mask_tc_16x8, const_16x8b); in ihevc_deblk_chroma_vert_ssse3()
1213 min_0_16x8b = _mm_sign_epi16(mask_tc_16x8, const_16x8b); in ihevc_deblk_chroma_horz_ssse3()
/external/webp/src/dsp/
Denc_sse41.c265 out0 = _mm_sign_epi16(out0, in0); in DoQuantizeBlock_SSE41()
266 out8 = _mm_sign_epi16(out8, in8); in DoQuantizeBlock_SSE41()
/external/libaom/libaom/av1/common/x86/
Dcfl_ssse3.c305 __m128i ac_sign = _mm_sign_epi16(alpha_sign, ac_q3); in CFL_GET_SUBSAMPLE_FUNCTION()
307 scaled_luma_q0 = _mm_sign_epi16(scaled_luma_q0, ac_sign); in CFL_GET_SUBSAMPLE_FUNCTION()
Dreconinter_sse4.c137 const __m128i diff_sign = _mm_sign_epi16(diff_clamp, add_sign); in av1_build_compound_diffwtd_mask_d16_sse4_1()
/external/clang/lib/Headers/
Dtmmintrin.h666 _mm_sign_epi16(__m128i __a, __m128i __b) in _mm_sign_epi16() function
/external/gemmlowp/fixedpoint/
Dfixedpoint_sse.h131 return int16x8_m128i(_mm_sign_epi16(a.v, _mm_set1_epi16(-1)));