Home
last modified time | relevance | path

Searched refs:_mm_cvtepu16_epi32 (Results 1 – 25 of 28) sorted by relevance

12

/external/libavc/common/x86/
Dih264_resi_trans_quant_sse42.c252 src_r0 = _mm_cvtepu16_epi32(src_r0); in ih264_resi_trans_quant_4x4_sse42()
253 src_r1 = _mm_cvtepu16_epi32(src_r1); in ih264_resi_trans_quant_4x4_sse42()
255 src_r2 = _mm_cvtepu16_epi32(src_r2); in ih264_resi_trans_quant_4x4_sse42()
256 src_r3 = _mm_cvtepu16_epi32(src_r3); in ih264_resi_trans_quant_4x4_sse42()
258 temp0 = _mm_cvtepu16_epi32(scalemat_r0_r1); in ih264_resi_trans_quant_4x4_sse42()
260 temp2 = _mm_cvtepu16_epi32(scalemat_r2_r3); in ih264_resi_trans_quant_4x4_sse42()
262 temp1 = _mm_cvtepu16_epi32(scalemat_r0_r1); in ih264_resi_trans_quant_4x4_sse42()
263 temp3 = _mm_cvtepu16_epi32(scalemat_r2_r3); in ih264_resi_trans_quant_4x4_sse42()
535 src_r0 = _mm_cvtepu16_epi32(src_r0); in ih264_resi_trans_quant_chroma_4x4_sse42()
536 src_r1 = _mm_cvtepu16_epi32(src_r1); in ih264_resi_trans_quant_chroma_4x4_sse42()
[all …]
Dih264_iquant_itrans_recon_sse42.c490 pred_r0 = _mm_cvtepu16_epi32(pred_r0); //p00 p01 p02 p03 -- all 32 bits in ih264_iquant_itrans_recon_chroma_4x4_sse42()
491 pred_r1 = _mm_cvtepu16_epi32(pred_r1); //p10 p11 p12 p13 -- all 32 bits in ih264_iquant_itrans_recon_chroma_4x4_sse42()
492 pred_r2 = _mm_cvtepu16_epi32(pred_r2); //p20 p21 p22 p23 -- all 32 bits in ih264_iquant_itrans_recon_chroma_4x4_sse42()
493 pred_r3 = _mm_cvtepu16_epi32(pred_r3); //p30 p31 p32 p33 -- all 32 bits in ih264_iquant_itrans_recon_chroma_4x4_sse42()
/external/libmpeg2/common/x86/
Dimpeg2_idct_recon_sse42_intr.c1873 pred_half0 = _mm_cvtepu16_epi32(pred_r); in impeg2_idct_recon_dc_mismatch_sse42()
1882 pred_half1 = _mm_cvtepu16_epi32(pred_r); in impeg2_idct_recon_dc_mismatch_sse42()
1899 pred_half0 = _mm_cvtepu16_epi32(pred_r); in impeg2_idct_recon_dc_mismatch_sse42()
1908 pred_half1 = _mm_cvtepu16_epi32(pred_r); in impeg2_idct_recon_dc_mismatch_sse42()
1925 pred_half0 = _mm_cvtepu16_epi32(pred_r); in impeg2_idct_recon_dc_mismatch_sse42()
1934 pred_half1 = _mm_cvtepu16_epi32(pred_r); in impeg2_idct_recon_dc_mismatch_sse42()
1951 pred_half0 = _mm_cvtepu16_epi32(pred_r); in impeg2_idct_recon_dc_mismatch_sse42()
1960 pred_half1 = _mm_cvtepu16_epi32(pred_r); in impeg2_idct_recon_dc_mismatch_sse42()
1977 pred_half0 = _mm_cvtepu16_epi32(pred_r); in impeg2_idct_recon_dc_mismatch_sse42()
1986 pred_half1 = _mm_cvtepu16_epi32(pred_r); in impeg2_idct_recon_dc_mismatch_sse42()
[all …]
/external/libaom/libaom/aom_dsp/x86/
Dobmc_sad_sse4.c165 const __m128i v_p_d = _mm_cvtepu16_epi32(v_p_w); in hbd_obmc_sad_w4()
207 const __m128i v_p0_d = _mm_cvtepu16_epi32(v_p0_w); in hbd_obmc_sad_w8n()
208 const __m128i v_p1_d = _mm_cvtepu16_epi32(v_p1_w); in hbd_obmc_sad_w8n()
Dobmc_variance_sse4.c186 const __m128i v_p_d = _mm_cvtepu16_epi32(v_p_w); in hbd_obmc_variance_w4()
231 const __m128i v_p0_d = _mm_cvtepu16_epi32(v_p0_w); in hbd_obmc_variance_w8n()
232 const __m128i v_p1_d = _mm_cvtepu16_epi32(v_p1_w); in hbd_obmc_variance_w8n()
/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_cfl_sse4.cc173 sum = _mm_cvtepu16_epi32(sum); in CflSubsampler444_4xH_SSE4_1()
274 _mm_cvtepu16_epi32(sum_even)); in CflSubsampler444_8xH_SSE4_1()
276 sum = _mm_add_epi32(sum, _mm_cvtepu16_epi32(sum_odd)); in CflSubsampler444_8xH_SSE4_1()
380 inner_sum_lo = _mm_cvtepu16_epi32(inner_sum); in CflSubsampler444_SSE4_1()
484 final_sum = _mm_add_epi32(final_sum, _mm_cvtepu16_epi32(sum)); in CflSubsampler420_4xH_SSE4_1()
489 const __m128i final_fill_to_sum = _mm_cvtepu16_epi32(final_fill); in CflSubsampler420_4xH_SSE4_1()
587 final_sum = _mm_add_epi32(final_sum, _mm_cvtepu16_epi32(sum)); in CflSubsampler420Impl_8xH_SSE4_1()
688 final_sum = _mm_add_epi32(final_sum, _mm_cvtepu16_epi32(sum)); in CflSubsampler420Impl_WxH_SSE4_1()
710 const __m128i final_inner_sum0 = _mm_cvtepu16_epi32(final_inner_sum); in CflSubsampler420Impl_WxH_SSE4_1()
1049 sum = _mm_add_epi32(_mm_unpackhi_epi16(sum, zero), _mm_cvtepu16_epi32(sum)); in CflSubsampler444_4xH_SSE4_1()
[all …]
Dweight_mask_sse4.cc480 const __m128i pred_lo_00 = _mm_cvtepu16_epi32(pred_00); in WeightMask16_10bpp_SSE4()
481 const __m128i pred_lo_10 = _mm_cvtepu16_epi32(pred_10); in WeightMask16_10bpp_SSE4()
495 const __m128i pred_lo_01 = _mm_cvtepu16_epi32(pred_01); in WeightMask16_10bpp_SSE4()
496 const __m128i pred_lo_11 = _mm_cvtepu16_epi32(pred_11); in WeightMask16_10bpp_SSE4()
Daverage_blend_sse4.cc160 const __m128i pred_00 = _mm_cvtepu16_epi32(pred_0); in AverageBlendRow()
162 const __m128i pred_10 = _mm_cvtepu16_epi32(pred_1); in AverageBlendRow()
Ddistance_weighted_blend_sse4.cc238 __m128i prediction0 = _mm_cvtepu16_epi32(pred0); in ComputeWeightedAverage8()
240 __m128i prediction1 = _mm_cvtepu16_epi32(pred1); in ComputeWeightedAverage8()
Dmotion_vector_search_sse4.cc72 const __m128i temporal_mv_0 = _mm_cvtepu16_epi32(temporal_mv); in MvProjectionCompoundClip()
Dinverse_transform_sse4.cc976 const __m128i zero_x1 = _mm_cvtepu16_epi32(x[1]); in Adst4_SSE4_1()
977 const __m128i zero_x2 = _mm_cvtepu16_epi32(x[2]); in Adst4_SSE4_1()
978 const __m128i zero_x3 = _mm_cvtepu16_epi32(x[3]); in Adst4_SSE4_1()
Dintrapred_smooth_sse4.cc516 const __m128i scaled_top_right_lo = _mm_cvtepu16_epi32(scaled_top_right); in SmoothWxH()
/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c29 return _mm_cvtepu16_epi32(xx_loadl_64(p)); in xx_load_extend_16_32()
296 highbd ? _mm_cvtepu16_epi32(raw) : _mm_cvtepu8_epi32(raw); in final_filter()
477 highbd ? _mm_cvtepu16_epi32(raw) : _mm_cvtepu8_epi32(raw); in final_filter_fast()
492 highbd ? _mm_cvtepu16_epi32(raw) : _mm_cvtepu8_epi32(raw); in final_filter_fast()
619 const __m128i u_0 = _mm_cvtepu16_epi32(u); in av1_apply_selfguided_restoration_sse4_1()
620 const __m128i u_1 = _mm_cvtepu16_epi32(_mm_srli_si128(u, 8)); in av1_apply_selfguided_restoration_sse4_1()
Dhighbd_convolve_2d_sse4.c362 const __m128i data_ref_0 = _mm_cvtepu16_epi32(data_0); in av1_highbd_dist_wtd_convolve_2d_sse4_1()
394 const __m128i data_ref_0_lo = _mm_cvtepu16_epi32(data_lo); in av1_highbd_dist_wtd_convolve_2d_sse4_1()
395 const __m128i data_ref_0_hi = _mm_cvtepu16_epi32(data_hi); in av1_highbd_dist_wtd_convolve_2d_sse4_1()
Dhighbd_warp_plane_sse4.c546 __m128i p_32 = _mm_cvtepu16_epi32(_mm_loadl_epi64(p)); in av1_highbd_warp_affine_sse4_1()
579 __m128i p4_32 = _mm_cvtepu16_epi32(_mm_loadl_epi64(p4)); in av1_highbd_warp_affine_sse4_1()
Dav1_convolve_scale_sse4.c408 _mm_cvtepu16_epi32(_mm_loadl_epi64((__m128i *)dst_16_x)); in highbd_vfilter8()
/external/clang/test/CodeGen/
Dsse41-builtins.c145 return _mm_cvtepu16_epi32(a); in test_mm_cvtepu16_epi32()
/external/llvm-project/clang/test/CodeGen/X86/
Dsse41-builtins.c143 return _mm_cvtepu16_epi32(a); in test_mm_cvtepu16_epi32()
/external/libaom/libaom/av1/encoder/x86/
Dpickrst_sse4.c658 const __m128i u0l = _mm_cvtepu16_epi32(u0); in av1_highbd_pixel_proj_error_sse4_1()
659 const __m128i u0h = _mm_cvtepu16_epi32(_mm_srli_si128(u0, 8)); in av1_highbd_pixel_proj_error_sse4_1()
738 const __m128i d0h = _mm_cvtepu16_epi32(_mm_srli_si128(d0, 8)); in av1_highbd_pixel_proj_error_sse4_1()
739 const __m128i d0l = _mm_cvtepu16_epi32(d0); in av1_highbd_pixel_proj_error_sse4_1()
Dtemporal_filter_sse4.c176 pred_0_u32 = _mm_cvtepu16_epi32(pred_u16); in accumulate_and_store_8()
211 pred_0_u32 = _mm_cvtepu16_epi32(pred_0_u16); in accumulate_and_store_16()
213 pred_2_u32 = _mm_cvtepu16_epi32(pred_1_u16); in accumulate_and_store_16()
1060 const __m128i a_first = _mm_cvtepu16_epi32(a_reg); in highbd_store_dist_8()
1062 const __m128i b_first = _mm_cvtepu16_epi32(b_reg); in highbd_store_dist_8()
1178 pred_0_u32 = _mm_cvtepu16_epi32(pred_u16); in highbd_accumulate_and_store_8()
/external/libvpx/libvpx/vp9/encoder/x86/
Dtemporal_filter_sse4.c116 pred_0_u32 = _mm_cvtepu16_epi32(pred_u16); in accumulate_and_store_8()
151 pred_0_u32 = _mm_cvtepu16_epi32(pred_0_u16); in accumulate_and_store_16()
153 pred_2_u32 = _mm_cvtepu16_epi32(pred_1_u16); in accumulate_and_store_16()
Dhighbd_temporal_filter_sse4.c28 const __m128i a_first = _mm_cvtepu16_epi32(a_reg); in highbd_store_dist_8()
30 const __m128i b_first = _mm_cvtepu16_epi32(b_reg); in highbd_store_dist_8()
146 pred_0_u32 = _mm_cvtepu16_epi32(pred_u16); in highbd_accumulate_and_store_8()
/external/llvm-project/clang/lib/Headers/
Dsmmintrin.h1408 _mm_cvtepu16_epi32(__m128i __V) in _mm_cvtepu16_epi32() function
/external/clang/lib/Headers/
Dsmmintrin.h343 _mm_cvtepu16_epi32(__m128i __V) in _mm_cvtepu16_epi32() function
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_types.h346 __m128i resLo = _mm_cvtepu16_epi32(src);

12