Lines Matching refs:get_se_golomb
161 int64_t chroma_log2_weight_denom = luma_log2_weight_denom + (int64_t)get_se_golomb(gb); in pred_weight_table()
185 int delta_luma_weight_l0 = get_se_golomb(gb); in pred_weight_table()
189 s->sh.luma_offset_l0[i] = get_se_golomb(gb); in pred_weight_table()
193 int delta_chroma_weight_l0 = get_se_golomb(gb); in pred_weight_table()
194 int delta_chroma_offset_l0 = get_se_golomb(gb); in pred_weight_table()
229 int delta_luma_weight_l1 = get_se_golomb(gb); in pred_weight_table()
233 s->sh.luma_offset_l1[i] = get_se_golomb(gb); in pred_weight_table()
237 int delta_chroma_weight_l1 = get_se_golomb(gb); in pred_weight_table()
238 int delta_chroma_offset_l1 = get_se_golomb(gb); in pred_weight_table()
820 sh->slice_qp_delta = get_se_golomb(gb); in hls_slice_header()
823 sh->slice_cb_qp_offset = get_se_golomb(gb); in hls_slice_header()
824 sh->slice_cr_qp_offset = get_se_golomb(gb); in hls_slice_header()
849 int beta_offset_div2 = get_se_golomb(gb); in hls_slice_header()
850 int tc_offset_div2 = get_se_golomb(gb) ; in hls_slice_header()