Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_cabac_rdo.c197 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[0].apu1_cbf_cb[0] = in ihevce_entropy_rdo_frame_init()
200 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[1].apu1_cbf_cb[0] = in ihevce_entropy_rdo_frame_init()
209 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[0].apu1_cbf_cb[1] = in ihevce_entropy_rdo_frame_init()
212 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[1].apu1_cbf_cb[1] = in ihevce_entropy_rdo_frame_init()
Dihevce_cabac_tu.c513 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()
713 ps_entropy_ctxt->apu1_cbf_cb[0][tr_depth] = ai4_cbf_cb[0]; in ihevce_encode_transform_tree()
715 ps_entropy_ctxt->apu1_cbf_cb[1][tr_depth] = ai4_cbf_cb[1]; in ihevce_encode_transform_tree()
720 ai4_cbf_cb[0] = ps_entropy_ctxt->apu1_cbf_cb[0][tr_depth - 1]; in ihevce_encode_transform_tree()
722 ai4_cbf_cb[1] = ps_entropy_ctxt->apu1_cbf_cb[1][tr_depth - 1]; in ihevce_encode_transform_tree()
Dihevce_entropy_structs.h150 UWORD8 *apu1_cbf_cb[2]; member
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()