Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_tu_tree_selector.c153 ps_tu_data->u1_cbf = 0; in ihevce_tu_node_data_init()
631 if(!u1_cur_depth || ps_parent->as_cb_data[0].u1_cbf || ps_parent->as_cb_data[1].u1_cbf) in ihevce_compute_bits_for_TUSplit_and_cbf()
636 pu1_cabac_ctxt, u1_cabac_state_idx, ps_leaf->as_cb_data[0].u1_cbf); in ihevce_compute_bits_for_TUSplit_and_cbf()
639 pu1_cabac_ctxt, u1_cabac_state_idx, ps_leaf->as_cb_data[1].u1_cbf); in ihevce_compute_bits_for_TUSplit_and_cbf()
644 pu1_cabac_ctxt, u1_cabac_state_idx, ps_leaf->as_cb_data[0].u1_cbf); in ihevce_compute_bits_for_TUSplit_and_cbf()
648 if(!u1_cur_depth || ps_parent->as_cr_data[0].u1_cbf || ps_parent->as_cr_data[1].u1_cbf) in ihevce_compute_bits_for_TUSplit_and_cbf()
653 pu1_cabac_ctxt, u1_cabac_state_idx, ps_leaf->as_cr_data[0].u1_cbf); in ihevce_compute_bits_for_TUSplit_and_cbf()
656 pu1_cabac_ctxt, u1_cabac_state_idx, ps_leaf->as_cr_data[1].u1_cbf); in ihevce_compute_bits_for_TUSplit_and_cbf()
661 pu1_cabac_ctxt, u1_cabac_state_idx, ps_leaf->as_cr_data[0].u1_cbf); in ihevce_compute_bits_for_TUSplit_and_cbf()
670 pu1_cabac_ctxt, u1_cabac_state_idx, ps_leaf->s_luma_data.u1_cbf); in ihevce_compute_bits_for_TUSplit_and_cbf()
[all …]
Dihevce_enc_loop_structs.h3080 UWORD8 u1_cbf; member
/external/libavc/encoder/
Dih264e_cabac_encode.c896 UWORD8 u1_cbf; in ih264e_cabac_encode_residue_luma_dc() local
903 u1_cbf = !!(u1_nnz); in ih264e_cabac_encode_residue_luma_dc()
914 u1_cbf, in ih264e_cabac_encode_residue_luma_dc()
920 if (u1_cbf) in ih264e_cabac_encode_residue_luma_dc()
985 UWORD8 u1_left_dc_csbp, u1_top_dc_csbp, u1_uv, u1_cbf; in ih264e_cabac_write_chroma_residue() local
994 u1_cbf = !!(u1_nnz); in ih264e_cabac_write_chroma_residue()
1003 u1_cbf, in ih264e_cabac_write_chroma_residue()
1009 if (u1_cbf) in ih264e_cabac_write_chroma_residue()
1052 UWORD8 u1_cbf; in ih264e_cabac_write_chroma_residue() local
1058 u1_cbf = !!(u1_nnz); in ih264e_cabac_write_chroma_residue()
[all …]
/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c681 UWORD8 u1_cbf = 0, u1_cbf_v = 0, u1_luma_pred_mode, u1_chroma_pred_mode; in ihevcd_iquant_itrans_recon_ctb() local
833 u1_cbf = ps_tu->b1_y_cbf; in ihevcd_iquant_itrans_recon_ctb()
837 if(1 == u1_cbf) in ihevcd_iquant_itrans_recon_ctb()
898 u1_cbf = ps_tu->b1_cb_cbf; in ihevcd_iquant_itrans_recon_ctb()
919 if(1 == u1_cbf) in ihevcd_iquant_itrans_recon_ctb()
1066 if(1 == u1_cbf) in ihevcd_iquant_itrans_recon_ctb()