Home
last modified time | relevance | path

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

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dexr.c139 int run_sym; member
372 td->run_sym = -1; in huf_build_dec_table()
384 td->run_sym = i; in huf_build_dec_table()
388 td->run_sym = 0; in huf_build_dec_table()
390 td->run_sym = 65535; in huf_build_dec_table()
392 if (td->run_sym == -1) { in huf_build_dec_table()
397 td->he[j].sym = td->run_sym; in huf_build_dec_table()
413 static int huf_decode(VLC *vlc, GetByteContext *gb, int nbits, int run_sym, in huf_decode() argument
423 if (x == run_sym) { in huf_decode()
481 return huf_decode(&td->vlc, gb, nBits, td->run_sym, dst_size, dst); in huf_uncompress()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dexr.c139 int run_sym; member
372 td->run_sym = -1; in huf_build_dec_table()
384 td->run_sym = i; in huf_build_dec_table()
388 td->run_sym = 0; in huf_build_dec_table()
390 td->run_sym = 65535; in huf_build_dec_table()
392 if (td->run_sym == -1) { in huf_build_dec_table()
397 td->he[j].sym = td->run_sym; in huf_build_dec_table()
413 static int huf_decode(VLC *vlc, GetByteContext *gb, int nbits, int run_sym, in huf_decode() argument
423 if (x == run_sym) { in huf_decode()
481 return huf_decode(&td->vlc, gb, nBits, td->run_sym, dst_size, dst); in huf_uncompress()