Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dalsdec.c296 uint64_t ht_size; in read_specific_config() local
419 ht_size = ((int64_t)(header_size) + (int64_t)(trailer_size)) << 3; in read_specific_config()
423 if (get_bits_left(&gb) < ht_size) in read_specific_config()
426 if (ht_size > INT32_MAX) in read_specific_config()
429 skip_bits_long(&gb, ht_size); in read_specific_config()