Home
last modified time | relevance | path

Searched refs:cu_chroma_qp_offset_idx (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevcdec.c1148 int cu_chroma_qp_offset_idx = 0; in hls_transform_unit() local
1150 cu_chroma_qp_offset_idx = ff_hevc_cu_chroma_qp_offset_idx(s); in hls_transform_unit()
1152 "cu_chroma_qp_offset_idx not yet tested.\n"); in hls_transform_unit()
1154 lc->tu.cu_qp_offset_cb = s->ps.pps->cb_qp_offset_list[cu_chroma_qp_offset_idx]; in hls_transform_unit()
1155 lc->tu.cu_qp_offset_cr = s->ps.pps->cr_qp_offset_list[cu_chroma_qp_offset_idx]; in hls_transform_unit()

Completed in 6 milliseconds