Lines Matching refs:ai4_cbf_cr
429 WORD32 ai4_cbf_cr[2] = { 0, 0 }; in ihevce_encode_transform_tree() local
634 ai4_cbf_cr[0] = ps_enc_tu[tu_cnt].s_tu.b1_cr_cbf; in ihevce_encode_transform_tree()
635 ai4_cbf_cr[1] = ps_enc_tu[tu_cnt].s_tu.b1_cr_cbf_subtu1; in ihevce_encode_transform_tree()
646 ai4_cbf_cr[0] = ps_enc_tu[tu_cnt].s_tu.b1_cr_cbf; in ihevce_encode_transform_tree()
647 ai4_cbf_cr[1] = ps_enc_tu[tu_cnt].s_tu.b1_cr_cbf_subtu1; in ihevce_encode_transform_tree()
658 ai4_cbf_cr[0] = (split_tr_flag && (log2_tr_size > 3)) ? 1 : ps_enc_tu->s_tu.b1_cr_cbf; in ihevce_encode_transform_tree()
659 ai4_cbf_cr[1] = in ihevce_encode_transform_tree()
666 ret |= ihevce_cabac_encode_bin(ps_cabac, ai4_cbf_cr[0], ctxt_inc); in ihevce_encode_transform_tree()
676 AEV_TRACE("cbf_cr", ai4_cbf_cr[0], ps_cabac->u4_range); in ihevce_encode_transform_tree()
679 ret |= ihevce_cabac_encode_bin(ps_cabac, ai4_cbf_cr[1], ctxt_inc); in ihevce_encode_transform_tree()
689 AEV_TRACE("cbf_cr", ai4_cbf_cr[1], ps_cabac->u4_range); in ihevce_encode_transform_tree()
694 ret |= ihevce_cabac_encode_bin(ps_cabac, ai4_cbf_cr[0] || ai4_cbf_cr[1], ctxt_inc); in ihevce_encode_transform_tree()
704 AEV_TRACE("cbf_cr", ai4_cbf_cr[0] || ai4_cbf_cr[1], ps_cabac->u4_range); in ihevce_encode_transform_tree()
709 ai4_cbf_cr[0] = ps_entropy_ctxt->apu1_cbf_cr[0][tr_depth - 1]; in ihevce_encode_transform_tree()
710 ai4_cbf_cr[1] = ps_entropy_ctxt->apu1_cbf_cr[1][tr_depth - 1]; in ihevce_encode_transform_tree()
714 ps_entropy_ctxt->apu1_cbf_cr[0][tr_depth] = ai4_cbf_cr[0]; in ihevce_encode_transform_tree()
716 ps_entropy_ctxt->apu1_cbf_cr[1][tr_depth] = ai4_cbf_cr[1]; in ihevce_encode_transform_tree()
721 ai4_cbf_cr[0] = ps_entropy_ctxt->apu1_cbf_cr[0][tr_depth - 1]; in ihevce_encode_transform_tree()
723 ai4_cbf_cr[1] = ps_entropy_ctxt->apu1_cbf_cr[1][tr_depth - 1]; in ihevce_encode_transform_tree()
811 if(is_intra || (tr_depth != 0) || ai4_cbf_cb[0] || ai4_cbf_cr[0] || in ihevce_encode_transform_tree()
812 ((u1_is_422) && (ai4_cbf_cb[1] || ai4_cbf_cr[1]))) in ihevce_encode_transform_tree()
867 WORD32 cbf_chroma = (ai4_cbf_cb[0] || ai4_cbf_cr[0]) || in ihevce_encode_transform_tree()
868 (u1_is_422 && (ai4_cbf_cb[1] || ai4_cbf_cr[1])); in ihevce_encode_transform_tree()
1047 if(ai4_cbf_cr[i4_subtu_idx]) in ihevce_encode_transform_tree()