ADPCMChannelStatus   87 libavcodec/adpcm.c     ADPCMChannelStatus status[6];
ADPCMChannelStatus  163 libavcodec/adpcm.c static inline short adpcm_ima_expand_nibble(ADPCMChannelStatus *c, char nibble, int shift)
ADPCMChannelStatus  189 libavcodec/adpcm.c static inline int16_t adpcm_ima_wav_expand_nibble(ADPCMChannelStatus *c, GetBitContext *gb, int bps)
ADPCMChannelStatus  212 libavcodec/adpcm.c static inline int adpcm_ima_qt_expand_nibble(ADPCMChannelStatus *c, int nibble, int shift)
ADPCMChannelStatus  238 libavcodec/adpcm.c static inline short adpcm_ms_expand_nibble(ADPCMChannelStatus *c, int nibble)
ADPCMChannelStatus  257 libavcodec/adpcm.c static inline short adpcm_ima_oki_expand_nibble(ADPCMChannelStatus *c, int nibble)
ADPCMChannelStatus  278 libavcodec/adpcm.c static inline short adpcm_ct_expand_nibble(ADPCMChannelStatus *c, char nibble)
ADPCMChannelStatus  299 libavcodec/adpcm.c static inline short adpcm_sbpro_expand_nibble(ADPCMChannelStatus *c, char nibble, int size, int shift)
ADPCMChannelStatus  319 libavcodec/adpcm.c static inline short adpcm_yamaha_expand_nibble(ADPCMChannelStatus *c, unsigned char nibble)
ADPCMChannelStatus  334 libavcodec/adpcm.c                      const uint8_t *in, ADPCMChannelStatus *left,
ADPCMChannelStatus  335 libavcodec/adpcm.c                      ADPCMChannelStatus *right, int channels, int sample_offset)
ADPCMChannelStatus  668 libavcodec/adpcm.c     ADPCMChannelStatus *cs;
ADPCMChannelStatus   52 libavcodec/adpcmenc.c     ADPCMChannelStatus status[6];
ADPCMChannelStatus  165 libavcodec/adpcmenc.c static inline uint8_t adpcm_ima_compress_sample(ADPCMChannelStatus *c,
ADPCMChannelStatus  178 libavcodec/adpcmenc.c static inline uint8_t adpcm_ima_qt_compress_sample(ADPCMChannelStatus *c,
ADPCMChannelStatus  215 libavcodec/adpcmenc.c static inline uint8_t adpcm_ms_compress_sample(ADPCMChannelStatus *c,
ADPCMChannelStatus  244 libavcodec/adpcmenc.c static inline uint8_t adpcm_yamaha_compress_sample(ADPCMChannelStatus *c,
ADPCMChannelStatus  268 libavcodec/adpcmenc.c                                    ADPCMChannelStatus *c, int n, int stride)
ADPCMChannelStatus  501 libavcodec/adpcmenc.c             ADPCMChannelStatus *status = &c->status[ch];
ADPCMChannelStatus  529 libavcodec/adpcmenc.c                     ADPCMChannelStatus *status = &c->status[ch];
ADPCMChannelStatus  547 libavcodec/adpcmenc.c             ADPCMChannelStatus *status = &c->status[ch];