Lines Matching refs:trafo_depth
1303 int trafo_depth, int blk_idx, in hls_transform_tree() argument
1318 if (trafo_depth == 1) { in hls_transform_tree()
1336 trafo_depth < lc->cu.max_trafo_depth && in hls_transform_tree()
1337 !(lc->cu.intra_split_flag && trafo_depth == 0)) { in hls_transform_tree()
1343 trafo_depth == 0; in hls_transform_tree()
1346 (lc->cu.intra_split_flag && trafo_depth == 0) || in hls_transform_tree()
1351 if (trafo_depth == 0 || cbf_cb[0]) { in hls_transform_tree()
1352 cbf_cb[0] = ff_hevc_cbf_cb_cr_decode(s, trafo_depth); in hls_transform_tree()
1354 cbf_cb[1] = ff_hevc_cbf_cb_cr_decode(s, trafo_depth); in hls_transform_tree()
1358 if (trafo_depth == 0 || cbf_cr[0]) { in hls_transform_tree()
1359 cbf_cr[0] = ff_hevc_cbf_cb_cr_decode(s, trafo_depth); in hls_transform_tree()
1361 cbf_cr[1] = ff_hevc_cbf_cb_cr_decode(s, trafo_depth); in hls_transform_tree()
1374 log2_trafo_size - 1, trafo_depth + 1, idx, \ in hls_transform_tree()
1392 if (lc->cu.pred_mode == MODE_INTRA || trafo_depth != 0 || in hls_transform_tree()
1395 cbf_luma = ff_hevc_cbf_luma_decode(s, trafo_depth); in hls_transform_tree()