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