Searched refs:_mm_cvtepu8_epi32 (Results 1 – 4 of 4) sorted by relevance
235 pred_r0 = _mm_cvtepu8_epi32(pred_r0); //p00 p01 p02 p03 -- all 32 bits in ih264_iquant_itrans_recon_4x4_sse42()236 pred_r1 = _mm_cvtepu8_epi32(pred_r1); //p10 p11 p12 p13 -- all 32 bits in ih264_iquant_itrans_recon_4x4_sse42()237 pred_r2 = _mm_cvtepu8_epi32(pred_r2); //p20 p21 p22 p23 -- all 32 bits in ih264_iquant_itrans_recon_4x4_sse42()238 pred_r3 = _mm_cvtepu8_epi32(pred_r3); //p30 p31 p32 p33 -- all 32 bits in ih264_iquant_itrans_recon_4x4_sse42()
120 return _mm_cvtepu8_epi32(a); in test_mm_cvtepu8_epi32()
22 return _mm_cvtepu8_epi32(_mm_cvtsi32_si128(p)); in expand()
332 _mm_cvtepu8_epi32(__m128i __V) in _mm_cvtepu8_epi32() function