Searched refs:_mm_cvtepi16_epi32 (Results 1 – 7 of 7) sorted by relevance
170 src_temp0_4x32b = _mm_cvtepi16_epi32(src_temp0_4x32b); in ihevc_weighted_pred_uni_sse42()171 src_temp1_4x32b = _mm_cvtepi16_epi32(src_temp1_4x32b); in ihevc_weighted_pred_uni_sse42()172 src_temp2_4x32b = _mm_cvtepi16_epi32(src_temp2_4x32b); in ihevc_weighted_pred_uni_sse42()173 src_temp3_4x32b = _mm_cvtepi16_epi32(src_temp3_4x32b); in ihevc_weighted_pred_uni_sse42()188 src_temp4_4x32b = _mm_cvtepi16_epi32(src_temp4_4x32b); in ihevc_weighted_pred_uni_sse42()189 src_temp5_4x32b = _mm_cvtepi16_epi32(src_temp5_4x32b); in ihevc_weighted_pred_uni_sse42()190 src_temp6_4x32b = _mm_cvtepi16_epi32(src_temp6_4x32b); in ihevc_weighted_pred_uni_sse42()191 src_temp7_4x32b = _mm_cvtepi16_epi32(src_temp7_4x32b); in ihevc_weighted_pred_uni_sse42()286 src_temp0_4x32b = _mm_cvtepi16_epi32(src_temp0_4x32b); in ihevc_weighted_pred_uni_sse42()287 src_temp1_4x32b = _mm_cvtepi16_epi32(src_temp1_4x32b); in ihevc_weighted_pred_uni_sse42()[all …]
163 m_temp_reg_0 = _mm_cvtepi16_epi32(m_temp_reg_0); in ihevc_itrans_recon_4x4_ttype1_sse42()164 m_temp_reg_2 = _mm_cvtepi16_epi32(m_temp_reg_2); in ihevc_itrans_recon_4x4_ttype1_sse42()166 m_temp_reg_1 = _mm_cvtepi16_epi32(m_temp_reg_1); in ihevc_itrans_recon_4x4_ttype1_sse42()167 m_temp_reg_3 = _mm_cvtepi16_epi32(m_temp_reg_3); in ihevc_itrans_recon_4x4_ttype1_sse42()259 m_temp_reg_20 = _mm_cvtepi16_epi32(m_temp_reg_20); in ihevc_itrans_recon_4x4_ttype1_sse42()261 m_temp_reg_21 = _mm_cvtepi16_epi32(m_temp_reg_21); in ihevc_itrans_recon_4x4_ttype1_sse42()262 m_temp_reg_22 = _mm_cvtepi16_epi32(m_temp_reg_22); in ihevc_itrans_recon_4x4_ttype1_sse42()263 m_temp_reg_23 = _mm_cvtepi16_epi32(m_temp_reg_23); in ihevc_itrans_recon_4x4_ttype1_sse42()492 m_temp_reg_0 = _mm_cvtepi16_epi32(m_temp_reg_0); in ihevc_itrans_recon_4x4_sse42()493 m_temp_reg_2 = _mm_cvtepi16_epi32(m_temp_reg_2); in ihevc_itrans_recon_4x4_sse42()[all …]
356 src_temp4 = _mm_cvtepi16_epi32(src_temp4); in ihevc_intra_pred_chroma_dc_sse42()385 src_temp4 = _mm_cvtepi16_epi32(src_temp4); in ihevc_intra_pred_chroma_dc_sse42()406 src_temp4 = _mm_cvtepi16_epi32(src_temp4); in ihevc_intra_pred_chroma_dc_sse42()
106 src_r0 = _mm_cvtepi16_epi32(src_r0_r1); in ih264_ihadamard_scaling_4x4_sse42()108 src_r1 = _mm_cvtepi16_epi32(src_r0_r1); in ih264_ihadamard_scaling_4x4_sse42()110 src_r2 = _mm_cvtepi16_epi32(src_r2_r3); in ih264_ihadamard_scaling_4x4_sse42()112 src_r3 = _mm_cvtepi16_epi32(src_r2_r3); in ih264_ihadamard_scaling_4x4_sse42()
1871 temp0 = _mm_cvtepi16_epi32(mismatch_stg2_additive); in impeg2_idct_recon_dc_mismatch_sse42()1874 temp1 = _mm_cvtepi16_epi32(mismatch_stg2_additive); in impeg2_idct_recon_dc_mismatch_sse42()1897 temp0 = _mm_cvtepi16_epi32(mismatch_stg2_additive); in impeg2_idct_recon_dc_mismatch_sse42()1900 temp1 = _mm_cvtepi16_epi32(mismatch_stg2_additive); in impeg2_idct_recon_dc_mismatch_sse42()1923 temp0 = _mm_cvtepi16_epi32(mismatch_stg2_additive); in impeg2_idct_recon_dc_mismatch_sse42()1926 temp1 = _mm_cvtepi16_epi32(mismatch_stg2_additive); in impeg2_idct_recon_dc_mismatch_sse42()1949 temp0 = _mm_cvtepi16_epi32(mismatch_stg2_additive); in impeg2_idct_recon_dc_mismatch_sse42()1952 temp1 = _mm_cvtepi16_epi32(mismatch_stg2_additive); in impeg2_idct_recon_dc_mismatch_sse42()1975 temp0 = _mm_cvtepi16_epi32(mismatch_stg2_additive); in impeg2_idct_recon_dc_mismatch_sse42()1978 temp1 = _mm_cvtepi16_epi32(mismatch_stg2_additive); in impeg2_idct_recon_dc_mismatch_sse42()[all …]
96 return _mm_cvtepi16_epi32(a); in test_mm_cvtepi16_epi32()
307 _mm_cvtepi16_epi32(__m128i __V) in _mm_cvtepi16_epi32() function