Lines Matching defs:cbf_cb
1102 int blk_idx, int cbf_luma, int *cbf_cb, int *cbf_cr)
1115 if (cbf_luma || cbf_cb[0] || cbf_cr[0] ||
1116 (s->ps.sps->chroma_format_idc == 2 && (cbf_cb[1] || cbf_cr[1]))) {
1119 int cbf_chroma = cbf_cb[0] || cbf_cr[0] ||
1121 (cbf_cb[1] || cbf_cr[1]));
1200 if (cbf_cb[i])
1258 if (cbf_cb[i])
1328 int cbf_cb[2];
1332 cbf_cb[0] = base_cbf_cb[0];
1333 cbf_cb[1] = base_cbf_cb[1];
1371 if (trafo_depth == 0 || cbf_cb[0]) {
1372 cbf_cb[0] = ff_hevc_cbf_cb_cr_decode(s, trafo_depth);
1374 cbf_cb[1] = ff_hevc_cbf_cb_cr_decode(s, trafo_depth);
1395 cbf_cb, cbf_cr); \
1413 cbf_cb[0] || cbf_cr[0] ||
1414 (s->ps.sps->chroma_format_idc == 2 && (cbf_cb[1] || cbf_cr[1]))) {
1420 blk_idx, cbf_luma, cbf_cb, cbf_cr);