decode_vlc_codeword  353 libavcodec/proresdec_lgpl.c     code   = decode_vlc_codeword(gb, FIRST_DC_CB);
decode_vlc_codeword  360 libavcodec/proresdec_lgpl.c         code = decode_vlc_codeword(gb, ff_prores_dc_codebook[FFMIN(FFABS(delta), 3)]);
decode_vlc_codeword  397 libavcodec/proresdec_lgpl.c         run = decode_vlc_codeword(gb, ff_prores_ac_codebook[run_cb_index]);
decode_vlc_codeword  405 libavcodec/proresdec_lgpl.c         level = decode_vlc_codeword(gb, ff_prores_ac_codebook[lev_cb_index]) + 1;