Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_cabac_rdo.c203 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[0].apu1_cbf_cr[0] = in ihevce_entropy_rdo_frame_init()
206 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[1].apu1_cbf_cr[0] = in ihevce_entropy_rdo_frame_init()
215 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[0].apu1_cbf_cr[1] = in ihevce_entropy_rdo_frame_init()
218 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[1].apu1_cbf_cr[1] = in ihevce_entropy_rdo_frame_init()
Dihevce_cabac_tu.c613 if((tr_depth == 0) || (ps_entropy_ctxt->apu1_cbf_cr[0][tr_depth - 1]) || in ihevce_encode_transform_tree()
614 (ps_entropy_ctxt->apu1_cbf_cr[1][tr_depth - 1])) 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()
Dihevce_entropy_structs.h153 UWORD8 *apu1_cbf_cr[2]; member
Dihevce_entropy_interface.c247 ps_entropy_ctxt->apu1_cbf_cr[0] = &ps_entropy_ctxt->au1_cbf_cr[0][1]; in ihevce_entropy_init()
249 ps_entropy_ctxt->apu1_cbf_cr[1] = &ps_entropy_ctxt->au1_cbf_cr[1][1]; in ihevce_entropy_init()