get_svlc 59 libde265/bitstream.h int get_svlc(bitreader*); // may return UVLC_ERROR get_svlc 102 libde265/pps.cc svlc = get_svlc(br); get_svlc 111 libde265/pps.cc svlc = get_svlc(br); get_svlc 317 libde265/pps.cc if ((pic_init_qp = get_svlc(br)) == UVLC_ERROR) { get_svlc 336 libde265/pps.cc if ((pic_cb_qp_offset = get_svlc(br)) == UVLC_ERROR) { get_svlc 341 libde265/pps.cc if ((pic_cr_qp_offset = get_svlc(br)) == UVLC_ERROR) { get_svlc 440 libde265/pps.cc beta_offset = get_svlc(br); get_svlc 447 libde265/pps.cc tc_offset = get_svlc(br); get_svlc 160 libde265/slice.cc vlc = get_svlc(br); get_svlc 190 libde265/slice.cc vlc = get_svlc(br); get_svlc 197 libde265/slice.cc vlc = get_svlc(br); get_svlc 210 libde265/slice.cc vlc = get_svlc(br); get_svlc 217 libde265/slice.cc vlc = get_svlc(br); get_svlc 734 libde265/slice.cc slice_qp_delta = get_svlc(br); get_svlc 742 libde265/slice.cc slice_cb_qp_offset = get_svlc(br); get_svlc 748 libde265/slice.cc slice_cr_qp_offset = get_svlc(br); get_svlc 776 libde265/slice.cc slice_beta_offset = get_svlc(br); get_svlc 783 libde265/slice.cc slice_tc_offset = get_svlc(br); get_svlc 920 libde265/sps.cc scaling_list_dc_coef = get_svlc(br); get_svlc 936 libde265/sps.cc int scaling_list_delta_coef = get_svlc(br);