Home
last modified time | relevance | path

Searched refs:gbp (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmlpdec.c255 static inline int read_huff_channels(MLPDecodeContext *m, GetBitContext *gbp, in read_huff_channels() argument
263 m->bypassed_lsbs[pos + s->blockpos][mat] = get_bits1(gbp); in read_huff_channels()
273 result = get_vlc2(gbp, huff_vlc[codebook-1].table, in read_huff_channels()
280 result = (result << lsb_bits) + get_bits_long(gbp, lsb_bits); in read_huff_channels()
502 static int read_restart_header(MLPDecodeContext *m, GetBitContext *gbp, in read_restart_header() argument
510 int start_count = get_bits_count(gbp); in read_restart_header()
516 sync_word = get_bits(gbp, 13); in read_restart_header()
524 noise_type = get_bits1(gbp); in read_restart_header()
531 skip_bits(gbp, 16); /* Output timestamp */ in read_restart_header()
533 min_channel = get_bits(gbp, in read_restart_header()
674 read_filter_params(MLPDecodeContext *m, GetBitContext *gbp, unsigned int substr, unsigned int channel, unsigned int filter) read_filter_params() argument
749 read_matrix_params(MLPDecodeContext *m, unsigned int substr, GetBitContext *gbp) read_matrix_params() argument
817 read_channel_params(MLPDecodeContext *m, unsigned int substr, GetBitContext *gbp, unsigned int ch) read_channel_params() argument
874 read_decoding_params(MLPDecodeContext *m, GetBitContext *gbp, unsigned int substr) read_decoding_params() argument
984 read_block_data(MLPDecodeContext *m, GetBitContext *gbp, unsigned int substr) read_block_data() argument
[all...]
H A Dmwsc.c42 static int rle_uncompress(GetByteContext *gb, PutByteContext *pb, GetByteContext *gbp, in rle_uncompress() argument
65 bytestream2_seek(gbp, pos, SEEK_SET); in rle_uncompress()
70 bytestream2_seek(gbp, -(gbp_linesize + stride), SEEK_CUR); in rle_uncompress()
72 bytestream2_put_le24(pb, bytestream2_get_le24(gbp)); in rle_uncompress()
98 GetByteContext gbp; in decode_frame() local
121 bytestream2_init(&gbp, s->prev_frame->data[0], avctx->height * s->prev_frame->linesize[0]); in decode_frame()
124 frame->key_frame = rle_uncompress(&gb, &pb, &gbp, avctx->width, avctx->height, avctx->width * 3, in decode_frame()

Completed in 2 milliseconds