Lines Matching refs:cbf_cr
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]));
1229 if (cbf_cr[i])
1268 if (cbf_cr[i])
1329 int cbf_cr[2];
1334 cbf_cr[0] = base_cbf_cr[0];
1335 cbf_cr[1] = base_cbf_cr[1];
1378 if (trafo_depth == 0 || cbf_cr[0]) {
1379 cbf_cr[0] = ff_hevc_cbf_cb_cr_decode(s, trafo_depth);
1381 cbf_cr[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);