FFmpeg
|
#include "sbc.h"
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.
uint8_t ff_sbc_crc8 | ( | const AVCRC * | ctx, |
const uint8_t * | data, | ||
size_t | len | ||
) |
Definition at line 54 of file sbc.c.
Referenced by sbc_pack_frame(), and sbc_unpack_frame().
Definition at line 78 of file sbc.c.
Referenced by sbc_pack_frame(), and sbc_unpack_frame().
|
static |
Definition at line 36 of file sbc.c.
Referenced by ff_sbc_calculate_bits().
|
static |
Definition at line 44 of file sbc.c.
Referenced by ff_sbc_calculate_bits().