Searched refs:sbc_frame (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | sbc.h | 84 struct sbc_frame { struct 118 void ff_sbc_calculate_bits(const struct sbc_frame *frame, int (*bits)[8]);
|
H A D | sbcenc.c | 47 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 D | sbcdec.c | 49 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 D | sbc.c | 78 void ff_sbc_calculate_bits(const struct sbc_frame *frame, int (*bits)[8]) in ff_sbc_calculate_bits()
|
Completed in 3 milliseconds