Home
last modified time | relevance | path

Searched refs:MLPDecodeContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmlpdec.c131 typedef struct MLPDecodeContext { struct
167 } MLPDecodeContext; argument
222 static inline int32_t calculate_sign_huff(MLPDecodeContext *m, in calculate_sign_huff()
243 static inline int read_huff_channels(MLPDecodeContext *m, GetBitContext *gbp, in read_huff_channels()
282 MLPDecodeContext *m = avctx->priv_data; in mlp_decode_init()
300 static int read_major_sync(MLPDecodeContext *m, GetBitContext *gb) in read_major_sync()
474 static int read_restart_header(MLPDecodeContext *m, GetBitContext *gbp, in read_restart_header()
645 static int read_filter_params(MLPDecodeContext *m, GetBitContext *gbp, in read_filter_params()
720 static int read_matrix_params(MLPDecodeContext *m, unsigned int substr, GetBitContext *gbp) in read_matrix_params()
788 static int read_channel_params(MLPDecodeContext *m, unsigned int substr, in read_channel_params()
[all …]