Lines Matching defs:MLPDecodeContext
138 typedef struct MLPDecodeContext {
177 } MLPDecodeContext;
234 static inline int32_t calculate_sign_huff(MLPDecodeContext *m,
255 static inline int read_huff_channels(MLPDecodeContext *m, GetBitContext *gbp,
294 MLPDecodeContext *m = avctx->priv_data;
320 static int read_major_sync(MLPDecodeContext *m, GetBitContext *gb)
502 static int read_restart_header(MLPDecodeContext *m, GetBitContext *gbp,
674 static int read_filter_params(MLPDecodeContext *m, GetBitContext *gbp,
749 static int read_matrix_params(MLPDecodeContext *m, unsigned int substr, GetBitContext *gbp)
817 static int read_channel_params(MLPDecodeContext *m, unsigned int substr,
874 static int read_decoding_params(MLPDecodeContext *m, GetBitContext *gbp,
957 static void filter_channel(MLPDecodeContext *m, unsigned int substr,
984 static int read_block_data(MLPDecodeContext *m, GetBitContext *gbp,
1055 static void generate_2_noise_channels(MLPDecodeContext *m, unsigned int substr)
1075 static void fill_noise_buffer(MLPDecodeContext *m, unsigned int substr)
1092 static int output_data(MLPDecodeContext *m, unsigned int substr,
1172 MLPDecodeContext *m = avctx->priv_data;
1385 MLPDecodeContext *m = avctx->priv_data;
1396 #define OFFSET(x) offsetof(MLPDecodeContext, x)
1424 .priv_data_size = sizeof(MLPDecodeContext),
1439 .priv_data_size = sizeof(MLPDecodeContext),