Home
last modified time | relevance | path

Searched refs:is_cu_qp_delta_coded (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcdec.h379 uint8_t is_cu_qp_delta_coded; member
Dhevcdec.c1103 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()
Dhevc_filter.c97 lc->first_qp_group = !lc->tu.is_cu_qp_delta_coded; in get_qPy_pred()