FFmpeg
Functions
sbc.c File Reference

SBC common functions for the encoder and decoder. More...

#include "avcodec.h"
#include "sbc.h"

Functions

uint8_t 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])
 

Detailed Description

SBC common functions for the encoder and decoder.