Home
last modified time | relevance | path

Searched refs:_mm256_blend_epi32 (Results 1 – 12 of 12) sorted by relevance

/external/libaom/libaom/aom_dsp/x86/
Dhighbd_adaptive_quantize_avx2.c72 *p = _mm256_blend_epi32(prod_lo, prod_hi, 0xaa); in highbd_mul_shift_avx2()
133 threshold[0] = _mm256_blend_epi32(threshold[0], threshold[1], 0xfe); in aom_highbd_quantize_b_adaptive_avx2()
305 threshold[0] = _mm256_blend_epi32(threshold[0], threshold[1], 0xfe); in aom_highbd_quantize_b_32x32_adaptive_avx2()
Dadaptive_quantize_avx2.c122 threshold[0] = _mm256_blend_epi32(threshold[0], threshold[1], 0xfe); in aom_quantize_b_adaptive_avx2()
/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm2d_avx2.c2330 x3[2] = _mm256_blend_epi32(x2[7], x2[6], 0xf0); in fdct8x16_new_avx2()
2341 x4[0] = _mm256_blend_epi32(x3[0], x3[1], 0xf0); in fdct8x16_new_avx2()
2489 x2[0] = _mm256_blend_epi32(x1[0], x1[1], 0xf0); in fadst8x16_new_avx2()
2490 x2[3] = _mm256_blend_epi32(x1[3], x1[2], 0xf0); in fadst8x16_new_avx2()
2491 x2[4] = _mm256_blend_epi32(x1[4], x1[5], 0xf0); in fadst8x16_new_avx2()
2492 x2[7] = _mm256_blend_epi32(x1[7], x1[6], 0xf0); in fadst8x16_new_avx2()
2493 in0 = _mm256_blend_epi32(x1[1], x1[0], 0xf0); in fadst8x16_new_avx2()
2494 in1 = _mm256_blend_epi32(x1[2], x1[3], 0xf0); in fadst8x16_new_avx2()
/external/ruy/ruy/
Dkernel_avx2_fma.cc502 _mm256_blend_epi32(scaled_v_low, scaled_v_high, 0xaa);
915 __m256i results = _mm256_blend_epi32(scaled_v_low, scaled_v_high, 0xaa);
/external/clang/test/CodeGen/
Davx2-builtins.c135 return _mm256_blend_epi32(a, b, 0x35); in test_mm256_blend_epi32()
/external/llvm-project/clang/test/CodeGen/X86/
Davx2-builtins.c135 return _mm256_blend_epi32(a, b, 0x35); in test_mm256_blend_epi32()
/external/libaom/libaom/av1/common/x86/
Dwarp_plane_avx2.c1229 horz_out[row] = _mm256_blend_epi32(temp_0, temp_1, 0xf0); in av1_warp_affine_avx2()
1246 horz_out[row] = _mm256_blend_epi32(temp_0, temp_1, 0xf0); in av1_warp_affine_avx2()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbackend_impl.h355 packedSampleCoverage = _mm256_blend_epi32(packedCoverage0, packedCoverage1, 0x0C); in generateInputCoverage()
/external/llvm-project/clang/lib/Headers/
Davx2intrin.h749 #define _mm256_blend_epi32(V1, V2, M) \ macro
/external/clang/lib/Headers/
Davx2intrin.h876 #define _mm256_blend_epi32(V1, V2, M) __extension__ ({ \ macro
/external/libgav1/libgav1/src/dsp/x86/
Dloop_restoration_10bit_avx2.cc1618 ma[0] = _mm256_blend_epi32(ma[0], ma[2], 0xfc); // 0-7 8-15 16-23 24-31 in CalculateIntermediate()
Dloop_restoration_avx2.cc1622 ma[0] = _mm256_blend_epi32(ma[0], ma[2], 0xfc); // 0-7 8-15 16-23 24-31 in CalculateIntermediate()