40 #define BITSTREAM_WRITER_LE
141 #define MAX_CHANNELS 2
142 #define MAX_CODEBOOK_DIM 8
144 #define MAX_FLOOR_CLASS_DIM 4
145 #define NUM_FLOOR_PARTITIONS 8
146 #define MAX_FLOOR_VALUES (MAX_FLOOR_CLASS_DIM*NUM_FLOOR_PARTITIONS+2)
148 #define RESIDUE_SIZE 1600
149 #define RESIDUE_PART_SIZE 32
150 #define NUM_RESIDUE_PARTITIONS (RESIDUE_SIZE/RESIDUE_PART_SIZE)
168 else if (lookup == 2)
169 return dimensions *entries;
187 for (i = 0; i < cb->
nentries; i++) {
194 off = (i / div) % vals;
220 for (j = 0; j < 8; j++)
221 if (rc->
books[i][j] != -1)
229 for (j = 0; j < cb->
nentries; j++) {
234 if (a > rc->
maxes[i][0])
237 if (a > rc->
maxes[i][1])
243 rc->
maxes[i][0] += 0.8;
244 rc->
maxes[i][1] += 0.8;
289 for (book = 0; book < venc->
ncodebooks; book++) {
311 for (i = 0; i < vals; i++)
333 static const int a[] = {0, 1, 2, 2, 3, 3, 4, 4};
341 for (i = 0; i < fc->
nclasses; i++) {
351 for (j = 0; j < books; j++)
366 for (i = 2; i < fc->
values; i++) {
367 static const int a[] = {
368 93, 23,372, 6, 46,186,750, 14, 33, 65,
369 130,260,556, 3, 10, 18, 28, 39, 55, 79,
370 111,158,220,312,464,650,850
372 fc->
list[i].
x = a[i - 2];
394 static const int8_t
a[10][8] = {
395 { -1, -1, -1, -1, -1, -1, -1, -1, },
396 { -1, -1, 16, -1, -1, -1, -1, -1, },
397 { -1, -1, 17, -1, -1, -1, -1, -1, },
398 { -1, -1, 18, -1, -1, -1, -1, -1, },
399 { -1, -1, 19, -1, -1, -1, -1, -1, },
400 { -1, -1, 20, -1, -1, -1, -1, -1, },
401 { -1, -1, 21, -1, -1, -1, -1, -1, },
402 { 22, 23, -1, -1, -1, -1, -1, -1, },
403 { 24, 25, -1, -1, -1, -1, -1, -1, },
404 { 26, 27, 28, -1, -1, -1, -1, -1, },
406 memcpy(rc->
books, a,
sizeof a);
422 for (i = 0; i < venc->
channels; i++)
428 for (i = 0; i < mc->
submaps; i++) {
464 if ((ret =
dsp_init(avctx, venc)) < 0)
474 mant = (
int)ldexp(frexp(f, &exp), 20);
480 res |= mant | (exp << 21);
504 while (i < cb->nentries) {
506 for (j = 0; j+i < cb->
nentries; j++)
507 if (cb->
lens[j+i] != len)
522 for (i = 0; i < cb->
nentries; i++) {
535 for (i = 1; i <
tmp; i++)
544 for (i = 0; i <
tmp; i++)
560 for (i = 0; i < fc->
nclasses; i++) {
571 for (j = 0; j < books; j++)
578 for (i = 2; i < fc->
values; i++)
596 for (j = 0; j < 8; j++)
597 tmp |= (rc->
books[i][j] != -1) << j;
608 for (j = 0; j < 8; j++)
609 if (rc->
books[i][j] != -1)
619 int buffer_len = 50000;
627 for (i = 0;
"vorbis"[i]; i++)
641 buffer_len -= hlens[0];
647 for (i = 0;
"vorbis"[i]; i++)
655 buffer_len -= hlens[1];
661 for (i = 0;
"vorbis"[i]; i++)
675 for (i = 0; i < venc->
nfloors; i++)
706 for (j = 0; j < venc->
channels; j++)
709 for (j = 0; j < mc->
submaps; j++) {
718 for (i = 0; i < venc->
nmodes; i++) {
730 len = hlens[0] + hlens[1] + hlens[2];
739 for (i = 0; i < 3; i++) {
740 memcpy(p, buffer + buffer_len, hlens[i]);
742 buffer_len += hlens[i];
756 for (j = begin; j <
end; j++)
757 average += fabs(coeffs[j]);
758 return average / (end - begin);
762 float *coeffs, uint16_t *posts,
int samples)
766 float tot_average = 0.0;
768 for (i = 0; i < fc->
values; i++) {
770 tot_average += averages[i];
772 tot_average /= fc->
values;
775 for (i = 0; i < fc->
values; i++) {
777 float average = averages[i];
780 average = sqrt(tot_average * average) * pow(1.25
f, position*0.005
f);
781 for (j = 0; j < range - 1; j++)
790 return y0 + (x - x0) * (y1 - y0) / (x1 - x0);
795 float *floor,
int samples)
806 coded[0] = coded[1] = 1;
808 for (i = 2; i < fc->
values; i++) {
814 int highroom = range - predicted;
815 int lowroom = predicted;
816 int room =
FFMIN(highroom, lowroom);
817 if (predicted == posts[i]) {
826 if (posts[i] > predicted) {
827 if (posts[i] - predicted > room)
828 coded[i] = posts[i] - predicted + lowroom;
830 coded[i] = (posts[i] - predicted) << 1;
832 if (predicted - posts[i] > room)
833 coded[i] = predicted - posts[i] + highroom - 1;
835 coded[i] = ((predicted - posts[i]) << 1) - 1;
842 int k, cval = 0, csub = 1<<c->
subclass;
846 for (k = 0; k < c->
dim; k++) {
848 for (l = 0; l < csub; l++) {
850 if (c->
books[l] != -1)
853 if (coded[counter + k] < maxval)
863 for (k = 0; k < c->
dim; k++) {
864 int book = c->
books[cval & (csub-1)];
865 int entry = coded[counter++];
888 for (i = 0; i < book->
nentries; i++) {
894 d -= vec[j] * num[j];
909 int pass, i, j, p, k;
911 int partitions = (rc->
end - rc->
begin) / psize;
918 for (p = 0; p < partitions; p++) {
919 float max1 = 0.0, max2 = 0.0;
920 int s = rc->
begin + p * psize;
921 for (k = s; k < s + psize; k += 2) {
922 max1 =
FFMAX(max1, fabs(coeffs[ k / real_ch]));
923 max2 =
FFMAX(max2, fabs(coeffs[samples + k / real_ch]));
927 if (max1 < rc->maxes[i][0] && max2 < rc->maxes[i][1])
932 for (pass = 0; pass < 8; pass++) {
934 while (p < partitions) {
939 for (i = 0; i < classwords; i++) {
941 entry += classes[j][p + i];
946 for (i = 0; i < classwords && p < partitions; i++, p++) {
948 int nbook = rc->
books[classes[j][p]][
pass];
950 float *
buf = coeffs + samples*j + rc->
begin + p*psize;
954 assert(rc->
type == 0 || rc->
type == 2);
967 int s = rc->
begin + p * psize,
a1, b1;
968 a1 = (s % real_ch) * samples;
970 s = real_ch * samples;
975 *pv++ = coeffs[a2 + b2];
976 if ((a2 += samples) ==
s) {
985 coeffs[a1 + b1] -= *pv++;
986 if ((a1 += samples) == s) {
1003 const float *
win = venc->
win[1];
1008 for (channel = 0; channel < venc->
channels; channel++) {
1011 fdsp->
vector_fmul(offset, offset, win, window_len);
1014 offset += window_len;
1020 venc->
samples + channel * window_len * 2);
1043 for (ch = 0; ch <
channels; ch++) {
1055 int subframes = frame_size / sf_size;
1060 for (ch = 0; ch < venc->
channels; ch++)
1061 memcpy(venc->
samples + 2 * ch * frame_size,
1064 for (ch = 0; ch < venc->
channels; ch++)
1067 for (sf = 0; sf < subframes; sf++) {
1070 for (ch = 0; ch < venc->
channels; ch++) {
1076 memcpy(offset + sf*sf_size, input,
len);
1077 memcpy(save + sf*sf_size, input,
len);
1089 int i, ret, need_more;
1108 need_more = frame && need_more;
1118 for (i = 0; i < frames_needed; i++) {
1147 mode = &venc->
modes[1];
1154 for (i = 0; i < venc->
channels; i++) {
1157 floor_fit(venc, fc, &venc->
coeffs[i * frame_size], posts, frame_size);
1158 if (
floor_encode(venc, fc, &pb, posts, &venc->
floor[i * frame_size], frame_size)) {
1192 if (frame_size > avpkt->
duration) {
1199 *got_packet_ptr = 1;
1220 for (i = 0; i < venc->
nfloors; i++) {
1273 av_log(avctx,
AV_LOG_ERROR,
"Current FFmpeg Vorbis encoder only supports 2 channels.\n");
static AVFrame * ff_bufqueue_get(struct FFBufQueue *queue)
Get the first buffer from the queue and remove it.
static int ready_residue(vorbis_enc_residue *rc, vorbis_enc_context *venc)
void ff_af_queue_remove(AudioFrameQueue *afq, int nb_samples, int64_t *pts, int64_t *duration)
Remove frame(s) from the queue.
static void av_unused put_bits32(PutBitContext *s, uint32_t value)
Write exactly 32 bits into a bitstream.
unsigned int ff_vorbis_nth_root(unsigned int x, unsigned int n)
This structure describes decoded (raw) audio or video data.
void(* mdct_calc)(struct FFTContext *s, FFTSample *output, const FFTSample *input)
static int ready_codebook(vorbis_enc_codebook *cb)
static void put_bits(Jpeg2000EncoderContext *s, int val, int n)
put n times val bit
int64_t bit_rate
the average bitrate
static float win(SuperEqualizerContext *s, float n, int N)
static av_cold int init(AVCodecContext *avctx)
static int render_point(int x0, int y0, int x1, int y1, int x)
const float ff_vorbis_floor1_inverse_db_table[256]
static int floor_encode(vorbis_enc_context *venc, vorbis_enc_floor *fc, PutBitContext *pb, uint16_t *posts, float *floor, int samples)
#define AV_CODEC_CAP_EXPERIMENTAL
Codec is experimental and is thus avoided in favor of non experimental encoders.
void(* vector_fmul_reverse)(float *dst, const float *src0, const float *src1, int len)
Calculate the entry wise product of two vectors of floats, and store the result in a vector of floats...
void * av_mallocz(size_t size)
Allocate a memory block with alignment suitable for all memory accesses (including vectors if availab...
static av_cold int dsp_init(AVCodecContext *avctx, vorbis_enc_context *venc)
Structure holding the queue.
static void put_codebook_header(PutBitContext *pb, vorbis_enc_codebook *cb)
vorbis_floor1_entry * list
vorbis_enc_codebook * codebooks
static void move_audio(vorbis_enc_context *venc, int sf_size)
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
#define av_assert0(cond)
assert() equivalent, that is always enabled.
int ff_alloc_packet2(AVCodecContext *avctx, AVPacket *avpkt, int64_t size, int64_t min_size)
Check AVPacket size and/or allocate data.
static double cb(void *priv, double x, double y)
enum AVSampleFormat sample_fmt
audio sample format
AVFrame * av_frame_alloc(void)
Allocate an AVFrame and set its fields to default values.
#define av_assert2(cond)
assert() equivalent, that does lie in speed critical code.
static av_cold int vorbis_encode_close(AVCodecContext *avctx)
av_cold void ff_af_queue_init(AVCodecContext *avctx, AudioFrameQueue *afq)
Initialize AudioFrameQueue.
vorbis_enc_residue * residues
static av_cold int end(AVCodecContext *avctx)
int64_t duration
Duration of this packet in AVStream->time_base units, 0 if unknown.
#define NUM_FLOOR_PARTITIONS
uint8_t * extradata
some codecs need / can use extradata like Huffman tables.
static av_cold int vorbis_encode_init(AVCodecContext *avctx)
#define fc(width, name, range_min, range_max)
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
av_cold AVFloatDSPContext * avpriv_float_dsp_alloc(int bit_exact)
Allocate a float DSP context.
void(* vector_fmul)(float *dst, const float *src0, const float *src1, int len)
Calculate the entry wise product of two vectors of floats and store the result in a vector of floats...
vorbis_enc_mapping * mappings
void av_frame_free(AVFrame **frame)
Free the frame and any dynamically allocated objects in it, e.g.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
int flags
AV_CODEC_FLAG_*.
const char * name
Name of the codec implementation.
static const uint8_t offset[127][2]
int ff_af_queue_add(AudioFrameQueue *afq, const AVFrame *f)
Add a frame to the queue.
static void floor_fit(vorbis_enc_context *venc, vorbis_enc_floor *fc, float *coeffs, uint16_t *posts, int samples)
uint64_t channel_layout
Audio channel layout.
static int put_bits_count(PutBitContext *s)
static float distance(float x, float y, int band)
uint64_t channel_layout
Channel layout of the audio data.
static int cb_lookup_vals(int lookup, int dimensions, int entries)
#define AV_CODEC_FLAG_BITEXACT
Use only bitexact stuff (except (I)DCT).
#define AV_CODEC_FLAG_QSCALE
Use fixed qscale.
int ff_vorbis_len2vlc(uint8_t *bits, uint32_t *codes, unsigned num)
void(* vector_fmul_scalar)(float *dst, const float *src, float mul, int len)
Multiply a vector of floats by a scalar float.
static const struct @171 floor_classes[]
static void put_floor_header(PutBitContext *pb, vorbis_enc_floor *fc)
static float * put_vector(vorbis_enc_codebook *book, PutBitContext *pb, float *num)
static void ff_bufqueue_discard_all(struct FFBufQueue *queue)
Unref and remove all buffers from the queue.
static void error(const char *err)
AVFrame * av_frame_clone(const AVFrame *src)
Create a new frame that references the same data as src.
#define FF_ARRAY_ELEMS(a)
int format
format of the frame, -1 if unknown or unset Values correspond to enum AVPixelFormat for video frames...
vorbis_enc_floor_class * classes
int frame_size
Number of samples per channel in an audio frame.
static int apply_window_and_mdct(vorbis_enc_context *venc)
Libavcodec external API header.
AVSampleFormat
Audio sample formats.
static int create_vorbis_context(vorbis_enc_context *venc, AVCodecContext *avctx)
unsigned short available
number of available buffers
int sample_rate
samples per second
main external API structure.
static int put_codeword(PutBitContext *pb, vorbis_enc_codebook *cb, int entry)
#define AVERROR_BUG
Internal bug, also see AVERROR_BUG2.
unsigned int av_xiphlacing(unsigned char *s, unsigned int v)
Encode extradata length to a buffer.
static AVFrame * spawn_empty_frame(AVCodecContext *avctx, int channels)
Recommmends skipping the specified number of samples.
struct FFBufQueue bufqueue
vorbis_enc_floor * floors
const float *const ff_vorbis_vwin[8]
static int residue_encode(vorbis_enc_context *venc, vorbis_enc_residue *rc, PutBitContext *pb, float *coeffs, int samples, int real_ch)
int av_frame_get_buffer(AVFrame *frame, int align)
Allocate new buffer(s) for audio or video data.
int global_quality
Global quality for codecs which cannot change it per frame.
static const struct @170 cvectors[]
int av_get_bytes_per_sample(enum AVSampleFormat sample_fmt)
Return number of bytes per sample.
common internal api header.
static void flush_put_bits(PutBitContext *s)
Pad the end of the output stream with zeros.
static void put_residue_header(PutBitContext *pb, vorbis_enc_residue *rc)
static void put_float(PutBitContext *pb, float f)
channel
Use these values when setting the channel map with ebur128_set_channel().
static float get_floor_average(vorbis_enc_floor *fc, float *coeffs, int i)
static void init_put_bits(PutBitContext *s, uint8_t *buffer, int buffer_size)
Initialize the PutBitContext s.
static int vorbis_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
AVCodec ff_vorbis_encoder
int channels
number of audio channels
#define FF_QP2LAMBDA
factor to convert from H.263 QP to lambda
void ff_af_queue_close(AudioFrameQueue *afq)
Close AudioFrameQueue.
void ff_vorbis_floor1_render_list(vorbis_floor1_entry *list, int values, uint16_t *y_list, int *flag, int multiplier, float *out, int samples)
static enum AVSampleFormat sample_fmts[]
static int put_main_header(vorbis_enc_context *venc, uint8_t **out)
static void ff_bufqueue_add(void *log, struct FFBufQueue *queue, AVFrame *buf)
Add a buffer to the queue.
#define av_malloc_array(a, b)
uint8_t * av_packet_new_side_data(AVPacket *pkt, enum AVPacketSideDataType type, int size)
Allocate new information of a packet.
#define NUM_RESIDUE_PARTITIONS
uint8_t ** extended_data
pointers to the data planes/channels.
This structure stores compressed data.
mode
Use these values in ebur128_init (or'ed).
int nb_samples
number of audio samples (per channel) described by this frame
int64_t pts
Presentation timestamp in AVStream->time_base units; the time at which the decompressed packet will b...
uint8_t pi<< 24) CONV_FUNC(AV_SAMPLE_FMT_S64, int64_t, AV_SAMPLE_FMT_U8,(uint64_t)((*(constuint8_t *) pi-0x80U))<< 56) CONV_FUNC(AV_SAMPLE_FMT_FLT, float, AV_SAMPLE_FMT_U8,(*(constuint8_t *) pi-0x80)*(1.0f/(1<< 7))) CONV_FUNC(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_U8,(*(constuint8_t *) pi-0x80)*(1.0/(1<< 7))) CONV_FUNC(AV_SAMPLE_FMT_U8, uint8_t, AV_SAMPLE_FMT_S16,(*(constint16_t *) pi >>8)+0x80) CONV_FUNC(AV_SAMPLE_FMT_S64, int64_t, AV_SAMPLE_FMT_S16,(uint64_t)(*(constint16_t *) pi)<< 48) CONV_FUNC(AV_SAMPLE_FMT_FLT, float, AV_SAMPLE_FMT_S16,*(constint16_t *) pi *(1.0f/(1<< 15))) CONV_FUNC(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_S16,*(constint16_t *) pi *(1.0/(1<< 15))) CONV_FUNC(AV_SAMPLE_FMT_U8, uint8_t, AV_SAMPLE_FMT_S32,(*(constint32_t *) pi >>24)+0x80) CONV_FUNC(AV_SAMPLE_FMT_S64, int64_t, AV_SAMPLE_FMT_S32,(uint64_t)(*(constint32_t *) pi)<< 32) CONV_FUNC(AV_SAMPLE_FMT_FLT, float, AV_SAMPLE_FMT_S32,*(constint32_t *) pi *(1.0f/(1U<< 31))) CONV_FUNC(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_S32,*(constint32_t *) pi *(1.0/(1U<< 31))) CONV_FUNC(AV_SAMPLE_FMT_U8, uint8_t, AV_SAMPLE_FMT_S64,(*(constint64_t *) pi >>56)+0x80) CONV_FUNC(AV_SAMPLE_FMT_FLT, float, AV_SAMPLE_FMT_S64,*(constint64_t *) pi *(1.0f/(INT64_C(1)<< 63))) CONV_FUNC(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_S64,*(constint64_t *) pi *(1.0/(INT64_C(1)<< 63))) CONV_FUNC(AV_SAMPLE_FMT_U8, uint8_t, AV_SAMPLE_FMT_FLT, av_clip_uint8(lrintf(*(constfloat *) pi *(1<< 7))+0x80)) CONV_FUNC(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_FLT, av_clip_int16(lrintf(*(constfloat *) pi *(1<< 15)))) CONV_FUNC(AV_SAMPLE_FMT_S32, int32_t, AV_SAMPLE_FMT_FLT, av_clipl_int32(llrintf(*(constfloat *) pi *(1U<< 31)))) CONV_FUNC(AV_SAMPLE_FMT_S64, int64_t, AV_SAMPLE_FMT_FLT, llrintf(*(constfloat *) pi *(INT64_C(1)<< 63))) CONV_FUNC(AV_SAMPLE_FMT_U8, uint8_t, AV_SAMPLE_FMT_DBL, av_clip_uint8(lrint(*(constdouble *) pi *(1<< 7))+0x80)) CONV_FUNC(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_DBL, av_clip_int16(lrint(*(constdouble *) pi *(1<< 15)))) CONV_FUNC(AV_SAMPLE_FMT_S32, int32_t, AV_SAMPLE_FMT_DBL, av_clipl_int32(llrint(*(constdouble *) pi *(1U<< 31)))) CONV_FUNC(AV_SAMPLE_FMT_S64, int64_t, AV_SAMPLE_FMT_DBL, llrint(*(constdouble *) pi *(INT64_C(1)<< 63)))#defineFMT_PAIR_FUNC(out, in) staticconv_func_type *constfmt_pair_to_conv_functions[AV_SAMPLE_FMT_NB *AV_SAMPLE_FMT_NB]={FMT_PAIR_FUNC(AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_U8), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_U8), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_U8), FMT_PAIR_FUNC(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_U8), FMT_PAIR_FUNC(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_U8), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S64, AV_SAMPLE_FMT_U8), FMT_PAIR_FUNC(AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_S16), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S16), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_S16), FMT_PAIR_FUNC(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S16), FMT_PAIR_FUNC(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_S16), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S64, AV_SAMPLE_FMT_S16), FMT_PAIR_FUNC(AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_S32), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S32), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_S32), FMT_PAIR_FUNC(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S32), FMT_PAIR_FUNC(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_S32), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S64, AV_SAMPLE_FMT_S32), FMT_PAIR_FUNC(AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_FLT), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_FLT), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_FLT), FMT_PAIR_FUNC(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_FLT), FMT_PAIR_FUNC(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_FLT), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S64, AV_SAMPLE_FMT_FLT), FMT_PAIR_FUNC(AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_DBL), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_DBL), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_DBL), FMT_PAIR_FUNC(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_DBL), FMT_PAIR_FUNC(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_DBL), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S64, AV_SAMPLE_FMT_DBL), FMT_PAIR_FUNC(AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_S64), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S64), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_S64), FMT_PAIR_FUNC(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S64), FMT_PAIR_FUNC(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_S64), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S64, AV_SAMPLE_FMT_S64),};staticvoidcpy1(uint8_t **dst, constuint8_t **src, intlen){memcpy(*dst,*src, len);}staticvoidcpy2(uint8_t **dst, constuint8_t **src, intlen){memcpy(*dst,*src, 2 *len);}staticvoidcpy4(uint8_t **dst, constuint8_t **src, intlen){memcpy(*dst,*src, 4 *len);}staticvoidcpy8(uint8_t **dst, constuint8_t **src, intlen){memcpy(*dst,*src, 8 *len);}AudioConvert *swri_audio_convert_alloc(enumAVSampleFormatout_fmt, enumAVSampleFormatin_fmt, intchannels, constint *ch_map, intflags){AudioConvert *ctx;conv_func_type *f=fmt_pair_to_conv_functions[av_get_packed_sample_fmt(out_fmt)+AV_SAMPLE_FMT_NB *av_get_packed_sample_fmt(in_fmt)];if(!f) returnNULL;ctx=av_mallocz(sizeof(*ctx));if(!ctx) returnNULL;if(channels==1){in_fmt=av_get_planar_sample_fmt(in_fmt);out_fmt=av_get_planar_sample_fmt(out_fmt);}ctx->channels=channels;ctx->conv_f=f;ctx->ch_map=ch_map;if(in_fmt==AV_SAMPLE_FMT_U8||in_fmt==AV_SAMPLE_FMT_U8P) memset(ctx->silence, 0x80, sizeof(ctx->silence));if(out_fmt==in_fmt &&!ch_map){switch(av_get_bytes_per_sample(in_fmt)){case1:ctx->simd_f=cpy1;break;case2:ctx->simd_f=cpy2;break;case4:ctx->simd_f=cpy4;break;case8:ctx->simd_f=cpy8;break;}}if(HAVE_X86ASM &&1) swri_audio_convert_init_x86(ctx, out_fmt, in_fmt, channels);if(ARCH_ARM) swri_audio_convert_init_arm(ctx, out_fmt, in_fmt, channels);if(ARCH_AARCH64) swri_audio_convert_init_aarch64(ctx, out_fmt, in_fmt, channels);returnctx;}voidswri_audio_convert_free(AudioConvert **ctx){av_freep(ctx);}intswri_audio_convert(AudioConvert *ctx, AudioData *out, AudioData *in, intlen){intch;intoff=0;constintos=(out->planar?1:out->ch_count)*out->bps;unsignedmisaligned=0;av_assert0(ctx->channels==out->ch_count);if(ctx->in_simd_align_mask){intplanes=in->planar?in->ch_count:1;unsignedm=0;for(ch=0;ch< planes;ch++) m|=(intptr_t) in->ch[ch];misaligned|=m &ctx->in_simd_align_mask;}if(ctx->out_simd_align_mask){intplanes=out->planar?out->ch_count:1;unsignedm=0;for(ch=0;ch< planes;ch++) m|=(intptr_t) out->ch[ch];misaligned|=m &ctx->out_simd_align_mask;}if(ctx->simd_f &&!ctx->ch_map &&!misaligned){off=len &~15;av_assert1(off >=0);av_assert1(off<=len);av_assert2(ctx->channels==SWR_CH_MAX||!in->ch[ctx->channels]);if(off >0){if(out->planar==in->planar){intplanes=out->planar?out->ch_count:1;for(ch=0;ch< planes;ch++){ctx->simd_f(out-> ch ch
void * av_mallocz_array(size_t nmemb, size_t size)
int ff_vorbis_ready_floor1_list(AVCodecContext *avctx, vorbis_floor1_entry *list, int values)