FFmpeg
|
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | TTAFilter |
struct | TTARice |
struct | TTAChannel |
Macros | |
#define | MAX_ORDER 16 |
Functions | |
void | ff_tta_rice_init (TTARice *c, uint32_t k0, uint32_t k1) |
void | ff_tta_filter_init (TTAFilter *c, int32_t shift) |
Variables | |
const uint32_t | ff_tta_shift_1 [] |
const uint32_t *const | ff_tta_shift_16 |
const uint8_t | ff_tta_filter_configs [] |
void ff_tta_rice_init | ( | TTARice * | c, |
uint32_t | k0, | ||
uint32_t | k1 | ||
) |
Definition at line 41 of file ttadata.c.
Referenced by tta_decode_frame(), and tta_encode_frame().
Definition at line 49 of file ttadata.c.
Referenced by tta_decode_frame(), and tta_encode_frame().
const uint32_t ff_tta_shift_1[] |
Definition at line 23 of file ttadata.c.
Referenced by ff_tta_filter_init(), tta_decode_frame(), and tta_encode_frame().
const uint32_t* const ff_tta_shift_16 |
Definition at line 37 of file ttadata.c.
Referenced by ff_tta_rice_init(), tta_decode_frame(), and tta_encode_frame().
const uint8_t ff_tta_filter_configs[] |
Definition at line 39 of file ttadata.c.
Referenced by tta_decode_frame(), and tta_encode_frame().