![]() |
MPEG CDVA Experimentation Model (CXM)
1.0
Compact Descriptors for Visual Analisys
|
Data Structures | |
class | bitstream |
class | entropy_coder |
Typedefs | |
typedef int64_t | int64 |
typedef int32_t | int32 |
typedef int16_t | int16 |
typedef int8_t | int8 |
typedef u_int64_t | uint64 |
typedef u_int32_t | uint32 |
typedef u_int16_t | uint16 |
typedef u_int8_t | uint8 |
typedef float | float32 |
typedef double | float64 |
typedef wchar_t | wchar |
typedef uint8 | evx_status |
Functions | |
uint32 | post_error_i (uint8 error, const char *error_string, const char *function, const char *filename, uint32 line) |
uint8 | log2 (uint8 value) |
uint8 | log2 (uint16 value) |
uint8 | log2 (uint32 value) |
int8 | abs (int8 value) |
int16 | abs (int16 value) |
int32 | abs (int32 value) |
int16 | clip_range (int16 value, int16 min, int16 max) |
uint32 | greater_multiple (uint32 value, uint32 multiple) |
uint32 | align (uint32 value, uint32 alignment) |
uint32 | aligned_bit_copy (uint8 *dest, uint32 dest_bit_offset, uint8 *source, uint32 source_bit_offset, uint32 copy_bit_count) |
uint32 | unaligned_bit_copy (uint8 *dest, uint32 dest_offset, uint8 *source, uint32 source_offset, uint32 copy_bit_count) |
Variables | |
const uint8 | log2_byte_lut [] |
typedef uint8 evx::evx_status |
typedef float evx::float32 |
typedef double evx::float64 |
typedef int16_t evx::int16 |
typedef int32_t evx::int32 |
typedef int64_t evx::int64 |
typedef int8_t evx::int8 |
typedef u_int16_t evx::uint16 |
typedef u_int32_t evx::uint32 |
typedef u_int64_t evx::uint64 |
typedef u_int8_t evx::uint8 |
typedef wchar_t evx::wchar |
uint32 evx::aligned_bit_copy | ( | uint8 * | dest, |
uint32 | dest_bit_offset, | ||
uint8 * | source, | ||
uint32 | source_bit_offset, | ||
uint32 | copy_bit_count | ||
) |
|
inline |
References evx_err.
uint32 evx::unaligned_bit_copy | ( | uint8 * | dest, |
uint32 | dest_offset, | ||
uint8 * | source, | ||
uint32 | source_offset, | ||
uint32 | copy_bit_count | ||
) |
const uint8 evx::log2_byte_lut[] |