Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c725 int slice_x, int slice_y, int bits_end, in decode_subband()
747 if (get_bits_count(gb) >= bits_end) in decode_subband()
753 PARSE_VALUES(int32_t, x, gb, bits_end, buf1, buf2); in decode_subband()
763 PARSE_VALUES(int16_t, x, gb, bits_end, buf1, buf2); in decode_subband()
871 int64_t bits_end = get_bits_count(gb) + 8*length; in decode_hq_slice() local
911 skip_bits_long(gb, bits_end - get_bits_count(gb)); in decode_hq_slice()
724 decode_subband(DiracContext *s, GetBitContext *gb, int quant, int slice_x, int slice_y, int bits_end, SubBand *b1, SubBand *b2) decode_subband() argument

Completed in 5 milliseconds