Searched refs:all_one (Results 1 – 2 of 2) sorted by relevance
/external/libavc/encoder/x86/ |
D | ime_distortion_metrics_sse42.c | 1732 __m128i all_one = _mm_set1_epi8(0xFF); in ime_compute_satqd_16x16_lumainter_sse42() local 1828 temp0 = _mm_xor_si128(temp0, all_one); //Xor with 1 => NOT operation in ime_compute_satqd_16x16_lumainter_sse42() 1829 temp1 = _mm_xor_si128(temp1, all_one); in ime_compute_satqd_16x16_lumainter_sse42() 1831 test1 = _mm_test_all_zeros(temp0, all_one); in ime_compute_satqd_16x16_lumainter_sse42() 1832 test2 = _mm_test_all_zeros(temp1, all_one); in ime_compute_satqd_16x16_lumainter_sse42() 1927 temp0 = _mm_xor_si128(temp0, all_one); //Xor with 1 => NOT operation in ime_compute_satqd_16x16_lumainter_sse42() 1928 temp1 = _mm_xor_si128(temp1, all_one); in ime_compute_satqd_16x16_lumainter_sse42() 1930 test1 = _mm_test_all_zeros(temp0, all_one); in ime_compute_satqd_16x16_lumainter_sse42() 1931 test2 = _mm_test_all_zeros(temp1, all_one); in ime_compute_satqd_16x16_lumainter_sse42()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 2876 LLVMValueRef all_one = lp_build_const_int_vec(gallivm, bld->type, 1); in lp_build_sin_or_cos() local 2877 LLVMValueRef emm2_add = LLVMBuildAdd(b, emm2_i, all_one, "emm2_add"); in lp_build_sin_or_cos()
|