Home
last modified time | relevance | path

Searched defs:sbc_frame (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsbc.h83 struct sbc_frame { struct
84 uint8_t frequency;
85 uint8_t blocks;
86 enum {
91 } mode;
92 uint8_t channels;
93 enum {
117 void ff_sbc_calculate_bits(const struct sbc_frame *frame, int (*bits)[8]); argument