Searched refs:is_cu_qp_delta_coded (Results 1 – 3 of 3) sorted by relevance
379 uint8_t is_cu_qp_delta_coded; member
1103 if (s->ps.pps->cu_qp_delta_enabled_flag && !lc->tu.is_cu_qp_delta_coded) { in hls_transform_unit()1108 lc->tu.is_cu_qp_delta_coded = 1; in hls_transform_unit()2300 if (s->ps.pps->cu_qp_delta_enabled_flag && lc->tu.is_cu_qp_delta_coded == 0) in hls_coding_unit()2337 lc->tu.is_cu_qp_delta_coded = 0; in hls_coding_quadtree()
97 lc->first_qp_group = !lc->tu.is_cu_qp_delta_coded; in get_qPy_pred()