FFmpeg
|
#include "ttadata.h"
Go to the source code of this file.
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 = ff_tta_shift_1 + 4 |
const uint8_t | ff_tta_filter_configs [] = { 10, 9, 10, 12 } |
Definition at line 40 of file ttadata.c.
Referenced by tta_decode_frame(), and tta_encode_frame().
Definition at line 48 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 = ff_tta_shift_1 + 4 |
Definition at line 36 of file ttadata.c.
Referenced by ff_tta_rice_init(), tta_decode_frame(), and tta_encode_frame().
const uint8_t ff_tta_filter_configs[] = { 10, 9, 10, 12 } |
Definition at line 38 of file ttadata.c.
Referenced by tta_decode_frame(), and tta_encode_frame().