#include "celt_types.h" #if !defined(_entcode_H) # define _entcode_H (1) # include # include "ecintrin.h" typedef celt_uint32_t ec_uint32; typedef celt_uint64_t ec_uint64; typedef struct ec_byte_buffer ec_byte_buffer; /*The number of bits to code at a time when coding bits directly.*/ # define EC_UNIT_BITS (8) /*The mask for the given bits.*/ # define EC_UNIT_MASK ((1U<