Home
last modified time | relevance | path

Searched refs:sbc_frame (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsbc.h84 struct sbc_frame { struct
118 void ff_sbc_calculate_bits(const struct sbc_frame *frame, int (*bits)[8]);
H A Dsbcenc.c47 DECLARE_ALIGNED(SBC_ALIGN, struct sbc_frame, frame);
51 static int sbc_analyze_audio(SBCDSPContext *s, struct sbc_frame *frame) in sbc_analyze_audio()
98 static size_t sbc_pack_frame(AVPacket *avpkt, struct sbc_frame *frame, in sbc_pack_frame()
199 struct sbc_frame *frame = &sbc->frame; in sbc_encode_init()
282 struct sbc_frame *frame = &sbc->frame; in sbc_encode_frame()
H A Dsbcdec.c49 DECLARE_ALIGNED(SBC_ALIGN, struct sbc_frame, frame);
64 static int sbc_unpack_frame(const uint8_t *data, struct sbc_frame *frame, in sbc_unpack_frame()
215 struct sbc_frame *frame, in sbc_synthesize_four()
258 struct sbc_frame *frame, in sbc_synthesize_eight()
305 struct sbc_frame *frame, AVFrame *output_frame) in sbc_synthesize_audio()
H A Dsbc.c78 void ff_sbc_calculate_bits(const struct sbc_frame *frame, int (*bits)[8]) in ff_sbc_calculate_bits()

Completed in 3 milliseconds