Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_cabac_tu.c404 WORD32 tr_depth, in ihevce_encode_transform_tree() argument
451 ASSERT(tr_depth <= 4); 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()
493 if((log2_tr_size > log2_max_trafo_size) || (intra_nxn_pu && (tr_depth == 0)) || in ihevce_encode_transform_tree()
510 ctxt_inc = IHEVC_CAB_CBCR_IDX + tr_depth; in ihevce_encode_transform_tree()
513 if((tr_depth == 0) || (ps_entropy_ctxt->apu1_cbf_cb[0][tr_depth - 1]) || in ihevce_encode_transform_tree()
514 (ps_entropy_ctxt->apu1_cbf_cb[1][tr_depth - 1])) in ihevce_encode_transform_tree()
609 ai4_cbf_cb[0] = ps_entropy_ctxt->apu1_cbf_cb[0][tr_depth - 1]; in ihevce_encode_transform_tree()
610 ai4_cbf_cb[1] = ps_entropy_ctxt->apu1_cbf_cb[1][tr_depth - 1]; in ihevce_encode_transform_tree()
[all …]
Dihevce_entropy_structs.h294 WORD32 tr_depth,