Lines Matching defs:run_sym
140 int run_sym;
373 td->run_sym = -1;
385 td->run_sym = i;
389 td->run_sym = 0;
391 td->run_sym = 65535;
393 if (td->run_sym == -1) {
398 td->he[j].sym = td->run_sym;
414 static int huf_decode(VLC *vlc, GetByteContext *gb, int nbits, int run_sym,
424 if (x == run_sym) {
482 return huf_decode(&td->vlc, gb, nBits, td->run_sym, dst_size, dst);