FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | ADPCMChannelStatus |
Functions | |
int16_t | ff_adpcm_argo_expand_nibble (ADPCMChannelStatus *cs, int nibble, int shift, int flag) |
ADPCM encoder/decoder common header.
Definition in file adpcm.h.
int16_t ff_adpcm_argo_expand_nibble | ( | ADPCMChannelStatus * | cs, |
int | nibble, | ||
int | shift, | ||
int | flag | ||
) |
Definition at line 819 of file adpcm.c.
Referenced by adpcm_decode_frame(), and adpcm_encode_frame().