get_svlc           59 libde265/bitstream.h int  get_svlc(bitreader*);  // may return UVLC_ERROR
get_svlc           91 libde265/pps.cc   if ((pic_init_qp = get_svlc(br)) == UVLC_ERROR) {
get_svlc          110 libde265/pps.cc   if ((pic_cb_qp_offset = get_svlc(br)) == UVLC_ERROR) {
get_svlc          115 libde265/pps.cc   if ((pic_cr_qp_offset = get_svlc(br)) == UVLC_ERROR) {
get_svlc          382 libde265/pps.cc       beta_offset = get_svlc(br);
get_svlc          389 libde265/pps.cc       tc_offset   = get_svlc(br);
get_svlc           76 libde265/slice.cc     vlc = get_svlc(br);
get_svlc          106 libde265/slice.cc             vlc = get_svlc(br);
get_svlc          113 libde265/slice.cc             vlc = get_svlc(br);
get_svlc          126 libde265/slice.cc               vlc = get_svlc(br);
get_svlc          133 libde265/slice.cc               vlc = get_svlc(br);
get_svlc          498 libde265/slice.cc     slice_qp_delta = get_svlc(br);
get_svlc          506 libde265/slice.cc       slice_cb_qp_offset = get_svlc(br);
get_svlc          512 libde265/slice.cc       slice_cr_qp_offset = get_svlc(br);
get_svlc          536 libde265/slice.cc         slice_beta_offset = get_svlc(br);
get_svlc          543 libde265/slice.cc         slice_tc_offset   = get_svlc(br);
get_svlc          687 libde265/sps.cc           scaling_list_dc_coef = get_svlc(br);
get_svlc          703 libde265/sps.cc           int scaling_list_delta_coef = get_svlc(br);