Go to the source code of this file.
Functions | |
| static int | mpc8_dec_base (GetBitContext *gb, int k, int n) |
| static int | mpc8_dec_enum (GetBitContext *gb, int k, int n) |
| static int | mpc8_get_mod_golomb (GetBitContext *gb, int m) |
| static int | mpc8_get_mask (GetBitContext *gb, int size, int t) |
| static int | mpc8_decode_init (AVCodecContext *avctx) |
| static int | mpc8_decode_frame (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size) |
Variables | |
| static VLC | band_vlc |
| static VLC | scfi_vlc [2] |
| static VLC | dscf_vlc [2] |
| static VLC | res_vlc [2] |
| static VLC | q1_vlc |
| static VLC | q2_vlc [2] |
| static VLC | q3_vlc [2] |
| static VLC | quant_vlc [4][2] |
| static VLC | q9up_vlc |
| static const int | q3_offsets [2] = { MPC8_Q3_OFFSET, MPC8_Q4_OFFSET } |
| static const int | quant_offsets [6] = { MPC8_Q5_OFFSET, MPC8_Q6_OFFSET, MPC8_Q7_OFFSET, MPC8_Q8_OFFSET } |
| AVCodec | mpc8_decoder |
| static int mpc8_dec_base | ( | GetBitContext * | gb, | |
| int | k, | |||
| int | n | |||
| ) | [inline, static] |
Definition at line 49 of file libavcodec/mpc8.c.
Referenced by mpc8_dec_enum(), and mpc8_get_mod_golomb().
| static int mpc8_dec_enum | ( | GetBitContext * | gb, | |
| int | k, | |||
| int | n | |||
| ) | [inline, static] |
| static int mpc8_get_mod_golomb | ( | GetBitContext * | gb, | |
| int | m | |||
| ) | [inline, static] |
| static int mpc8_get_mask | ( | GetBitContext * | gb, | |
| int | size, | |||
| int | t | |||
| ) | [static] |
| static int mpc8_decode_init | ( | AVCodecContext * | avctx | ) | [static] |
Definition at line 95 of file libavcodec/mpc8.c.
| static int mpc8_decode_frame | ( | AVCodecContext * | avctx, | |
| void * | data, | |||
| int * | data_size, | |||
| uint8_t * | buf, | |||
| int | buf_size | |||
| ) | [static] |
Definition at line 183 of file libavcodec/mpc8.c.
Definition at line 43 of file libavcodec/mpc8.c.
Definition at line 43 of file libavcodec/mpc8.c.
Definition at line 43 of file libavcodec/mpc8.c.
Definition at line 43 of file libavcodec/mpc8.c.
Definition at line 44 of file libavcodec/mpc8.c.
Definition at line 44 of file libavcodec/mpc8.c.
Definition at line 44 of file libavcodec/mpc8.c.
Definition at line 44 of file libavcodec/mpc8.c.
Definition at line 44 of file libavcodec/mpc8.c.
const int q3_offsets[2] = { MPC8_Q3_OFFSET, MPC8_Q4_OFFSET } [static] |
const int quant_offsets[6] = { MPC8_Q5_OFFSET, MPC8_Q6_OFFSET, MPC8_Q7_OFFSET, MPC8_Q8_OFFSET } [static] |
Initial value:
{
"mpc sv8",
CODEC_TYPE_AUDIO,
CODEC_ID_MUSEPACK8,
sizeof(MPCContext),
mpc8_decode_init,
NULL,
NULL,
mpc8_decode_frame,
}
Definition at line 355 of file libavcodec/mpc8.c.
1.5.5