Home
last modified time | relevance | path

Searched refs:mm_dqcoeff (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/x86/
Dhighbd_block_error_intrin_sse2.c31 __m128i mm_dqcoeff = _mm_load_si128((__m128i *)(dqcoeff + i)); in av1_highbd_block_error_sse2() local
40 cmp2 = _mm_xor_si128(_mm_cmpgt_epi32(mm_dqcoeff, max), in av1_highbd_block_error_sse2()
41 _mm_cmplt_epi32(mm_dqcoeff, min)); in av1_highbd_block_error_sse2()
50 mm_dqcoeff = _mm_packs_epi32(mm_dqcoeff, mm_dqcoeff2); in av1_highbd_block_error_sse2()
51 mm_diff = _mm_sub_epi16(mm_coeff, mm_dqcoeff); in av1_highbd_block_error_sse2()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_highbd_block_error_intrin_sse2.c31 __m128i mm_dqcoeff = _mm_load_si128((const __m128i *)(dqcoeff + i)); in vp9_highbd_block_error_sse2() local
40 cmp2 = _mm_xor_si128(_mm_cmpgt_epi32(mm_dqcoeff, max), in vp9_highbd_block_error_sse2()
41 _mm_cmplt_epi32(mm_dqcoeff, min)); in vp9_highbd_block_error_sse2()
50 mm_dqcoeff = _mm_packs_epi32(mm_dqcoeff, mm_dqcoeff2); in vp9_highbd_block_error_sse2()
51 mm_diff = _mm_sub_epi16(mm_coeff, mm_dqcoeff); in vp9_highbd_block_error_sse2()