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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c284 uint64_t ht_size; local
379 ht_size = ((int64_t)(header_size) + (int64_t)(trailer_size)) << 3;
383 if (get_bits_left(&gb) < ht_size)
386 if (ht_size > INT32_MAX)
389 skip_bits_long(&gb, ht_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c283 uint64_t ht_size; local
388 ht_size = ((int64_t)(header_size) + (int64_t)(trailer_size)) << 3;
392 if (get_bits_left(&gb) < ht_size)
395 if (ht_size > INT32_MAX)
398 skip_bits_long(&gb, ht_size);

Completed in 67 milliseconds