Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_cabac_rdo.c198 &ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[0].au1_cbf_cb[0][1]; in ihevce_entropy_rdo_frame_init()
201 &ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[1].au1_cbf_cb[0][1]; in ihevce_entropy_rdo_frame_init()
210 &ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[0].au1_cbf_cb[1][1]; in ihevce_entropy_rdo_frame_init()
213 &ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[1].au1_cbf_cb[1][1]; in ihevce_entropy_rdo_frame_init()
222 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[0].au1_cbf_cb, in ihevce_entropy_rdo_frame_init()
227 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[1].au1_cbf_cb, in ihevce_entropy_rdo_frame_init()
Dihevce_entropy_interface.c246 ps_entropy_ctxt->apu1_cbf_cb[0] = &ps_entropy_ctxt->au1_cbf_cb[0][1]; in ihevce_entropy_init()
248 ps_entropy_ctxt->apu1_cbf_cb[1] = &ps_entropy_ctxt->au1_cbf_cb[1][1]; in ihevce_entropy_init()
251 memset(ps_entropy_ctxt->au1_cbf_cb, 0, (MAX_TFR_DEPTH + 1) * 2 * sizeof(UWORD8)); in ihevce_entropy_init()
Dihevce_entropy_structs.h162 UWORD8 au1_cbf_cb[2][MAX_TFR_DEPTH + 1]; member
Dihevce_enc_loop_structs.h1485 UWORD8 au1_cbf_cb[2][MAX_TU_IN_TU_EQ_DIV_2]; member
Dihevce_enc_loop_utils.c6774 ps_chr_intra_satd_ctxt->au1_cbf_cb[i4_subtu_idx][ctr] = cbf; in ihevce_intra_chroma_pred_mode_selector()
8213 cbf = ps_chr_intra_satd_ctxt->au1_cbf_cb[i4_subtu_idx][ctr]; in ihevce_chroma_cu_prcs_rdopt()