|
TUT HEVC Encoder
|
#include <immintrin.h>Go to the source code of this file.
Macros | |
| #define | _mm_bsrli_si128(a, imm8) _mm_srli_si128((a), (imm8)) |
| #define | _andn_u32(x, y) ((~(x)) & (y)) |
| #define _andn_u32 | ( | x, | |
| y | |||
| ) | ((~(x)) & (y)) |
| #define _mm_bsrli_si128 | ( | a, | |
| imm8 | |||
| ) | _mm_srli_si128((a), (imm8)) |