decode_cbf_chroma 3888 libde265-1.0.3/libde265/slice.cc       cbf_cb = decode_cbf_chroma(tctx,trafoDepth);
decode_cbf_chroma 3891 libde265-1.0.3/libde265/slice.cc         cbf_cb |= (decode_cbf_chroma(tctx,trafoDepth) << 1);
decode_cbf_chroma 3897 libde265-1.0.3/libde265/slice.cc       cbf_cr = decode_cbf_chroma(tctx,trafoDepth);
decode_cbf_chroma 3900 libde265-1.0.3/libde265/slice.cc         cbf_cr |= (decode_cbf_chroma(tctx,trafoDepth) << 1);