FFmpeg
4.0
|
SBC common functions for the encoder and decoder. More...
Go to the source code of this file.
Functions | |
uint8_t | ff_sbc_crc8 (const AVCRC *ctx, const uint8_t *data, size_t len) |
void | ff_sbc_calculate_bits (const struct sbc_frame *frame, int(*bits)[8]) |
Variables | |
static const int | sbc_offset4 [4][4] |
static const int | sbc_offset8 [4][8] |
SBC common functions for the encoder and decoder.
Definition in file sbc.c.
Definition at line 55 of file sbc.c.
Referenced by sbc_pack_frame(), and sbc_unpack_frame().
Definition at line 79 of file sbc.c.
Referenced by sbc_pack_frame(), and sbc_unpack_frame().
|
static |
Definition at line 37 of file sbc.c.
Referenced by ff_sbc_calculate_bits().
|
static |
Definition at line 45 of file sbc.c.
Referenced by ff_sbc_calculate_bits().