Searched defs:WavPackEncodeContext (Results 1 – 1 of 1) sorted by relevance
78 typedef struct WavPackEncodeContext { struct79 AVClass *class;80 AVCodecContext *avctx;81 PutBitContext pb;82 int block_samples;83 int buffer_size;84 int sample_index;85 int stereo, stereo_in;86 int ch_offset;88 int32_t *samples[2];[all …]