Home
last modified time | relevance | path

Searched refs:max_tr_depth (Results 1 – 1 of 1) sorted by relevance

/external/libhevc/encoder/
Dihevce_cabac_tu.c420 WORD32 max_tr_depth; in ihevce_encode_transform_tree() local
442 max_tr_depth = ps_sps->i1_max_transform_hierarchy_depth_intra; in ihevce_encode_transform_tree()
447 max_tr_depth = ps_sps->i1_max_transform_hierarchy_depth_inter; in ihevce_encode_transform_tree()
459 (tr_depth < max_tr_depth) && (!(intra_nxn_pu && (tr_depth == 0)))) in ihevce_encode_transform_tree()
490 inter_split = (!is_intra) && (max_tr_depth == 0) && (tr_depth == 0) && in ihevce_encode_transform_tree()