Home
last modified time | relevance | path

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

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