FFmpeg
|
#include "dirac_arith.h"
Go to the source code of this file.
Functions | |
av_cold void | ff_dirac_init_arith_tables (void) |
void | ff_dirac_init_arith_decoder (DiracArith *c, GetBitContext *gb, int length) |
Variables | |
const uint16_t | ff_dirac_prob [256] |
const uint8_t | ff_dirac_next_ctx [DIRAC_CTX_COUNT] |
int16_t | ff_dirac_prob_branchless [256][2] |
Arithmetic decoder for Dirac
Definition in file dirac_arith.c.
av_cold void ff_dirac_init_arith_tables | ( | void | ) |
Definition at line 86 of file dirac_arith.c.
Referenced by dirac_decode_init().
void ff_dirac_init_arith_decoder | ( | DiracArith * | c, |
GetBitContext * | gb, | ||
int | length | ||
) |
Definition at line 96 of file dirac_arith.c.
Referenced by decode_subband_internal(), and dirac_unpack_block_motion_data().
const uint16_t ff_dirac_prob[256] |
Definition at line 31 of file dirac_arith.c.
Referenced by ff_dirac_init_arith_tables().
const uint8_t ff_dirac_next_ctx[DIRAC_CTX_COUNT] |
Definition at line 66 of file dirac_arith.c.
Referenced by dirac_get_arith_uint().
int16_t ff_dirac_prob_branchless[256][2] |
Definition at line 84 of file dirac_arith.c.
Referenced by dirac_get_arith_bit(), and ff_dirac_init_arith_tables().