Lines Matching refs:trafo_depth
1323 int trafo_depth, int blk_idx,
1338 if (trafo_depth == 1) {
1356 trafo_depth < lc->cu.max_trafo_depth &&
1357 !(lc->cu.intra_split_flag && trafo_depth == 0)) {
1363 trafo_depth == 0;
1366 (lc->cu.intra_split_flag && trafo_depth == 0) ||
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);
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);
1394 log2_trafo_size - 1, trafo_depth + 1, idx, \
1412 if (lc->cu.pred_mode == MODE_INTRA || trafo_depth != 0 ||
1415 cbf_luma = ff_hevc_cbf_luma_decode(s, trafo_depth);