Searched refs:sbc_frame (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | sbc.h | 83 struct sbc_frame { struct 117 void ff_sbc_calculate_bits(const struct sbc_frame *frame, int (*bits)[8]); argument
|
D | sbcenc.c | 45 DECLARE_ALIGNED(SBC_ALIGN, struct sbc_frame, frame); 49 static int sbc_analyze_audio(SBCDSPContext *s, struct sbc_frame *frame) in sbc_analyze_audio() 96 static size_t sbc_pack_frame(AVPacket *avpkt, struct sbc_frame *frame, in sbc_pack_frame() 197 struct sbc_frame *frame = &sbc->frame; in sbc_encode_init() 280 struct sbc_frame *frame = &sbc->frame; in sbc_encode_frame()
|
D | sbcdec.c | 47 DECLARE_ALIGNED(SBC_ALIGN, struct sbc_frame, frame); 62 static int sbc_unpack_frame(const uint8_t *data, struct sbc_frame *frame, in sbc_unpack_frame() 213 struct sbc_frame *frame, in sbc_synthesize_four() 256 struct sbc_frame *frame, in sbc_synthesize_eight() 303 struct sbc_frame *frame, AVFrame *output_frame) in sbc_synthesize_audio()
|
D | sbc.c | 79 void ff_sbc_calculate_bits(const struct sbc_frame *frame, int (*bits)[8]) in ff_sbc_calculate_bits()
|