Home
last modified time | relevance | path

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

/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/clang/lib/Headers/
Dsmmintrin.h343 _mm_cvtepu16_epi32(__m128i __V) in _mm_cvtepu16_epi32() function