Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddiracdec.c724 int slice_x, int slice_y, int bits_end, in decode_subband() argument
746 if (get_bits_count(gb) >= bits_end) in decode_subband()
752 PARSE_VALUES(int32_t, x, gb, bits_end, buf1, buf2); in decode_subband()
762 PARSE_VALUES(int16_t, x, gb, bits_end, buf1, buf2); in decode_subband()
870 int64_t bits_end = get_bits_count(gb) + 8*length; in decode_hq_slice() local
910 skip_bits_long(gb, bits_end - get_bits_count(gb)); in decode_hq_slice()