Home
last modified time | relevance | path

Searched refs:au1_ctxt_models (Results 1 – 12 of 12) sorted by relevance

/external/libhevc/decoder/
Dihevcd_trace.h100 m_state_mps = ps_cabac->au1_ctxt_models[m_ctxt_idx]; \
123 m_state_mps = ps_cabac->au1_ctxt_models[m_ctxt_idx]; \
Dihevcd_cabac.c162 memcpy(ps_cabac->au1_ctxt_models, in ihevcd_cabac_init()
239 UWORD8 *pu1_ctxt_model = &ps_cabac->au1_ctxt_models[ctxt_index]; in ihevcd_cabac_decode_bin()
Dihevcd_cabac.h64 UWORD8 *pu1_ctxt_model = &ps_cabac->au1_ctxt_models[ctxt_index]; \
Dihevcd_structs.h115 UWORD8 au1_ctxt_models[IHEVC_CAB_CTXT_END]; member
Dihevcd_parse_slice.c2784 WORD32 size = sizeof(ps_codec->s_parse.s_cabac.au1_ctxt_models); in ihevcd_parse_slice_data()
2785 …&ps_codec->s_parse.s_cabac.au1_ctxt_models_sync, &ps_codec->s_parse.s_cabac.au1_ctxt_models, size); in ihevcd_parse_slice_data()
/external/libhevc/encoder/
Dihevce_cabac.c242 ps_cabac->au1_ctxt_models, in ihevce_cabac_init()
879 ps_cabac->au1_ctxt_models, in ihevce_cabac_ctxt_backup()
880 sizeof(ps_cabac->au1_ctxt_models)); in ihevce_cabac_ctxt_backup()
911 ps_cabac->au1_ctxt_models, ps_cabac->au1_ctxt_models_top_right, IHEVC_CAB_CTXT_END); in ihevce_cabac_ctxt_row_init()
Dihevce_cabac_rdo.c273 &ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[0].s_cabac_ctxt.au1_ctxt_models[0], in ihevce_entropy_rdo_frame_init()
509 &ps_cur_ctb_entropy->s_cabac_ctxt.au1_ctxt_models[0], in ihevce_cabac_rdo_encode_sao()
560 &ps_cur_ctb_entropy->s_cabac_ctxt.au1_ctxt_models[0], in ihevce_update_best_sao_cabac_state()
638 &ps_best_cu_entropy->s_cabac_ctxt.au1_ctxt_models[0], in ihevce_entropy_update_best_cu_states()
Dihevce_cabac.h186 UWORD8 au1_ctxt_models[IHEVC_CAB_CTXT_END]; member
253 UWORD8 *pu1_ctxt_model = &ps_cabac->au1_ctxt_models[ctxt_index]; in ihevce_cabac_encode_bin()
Dihevce_enc_loop_utils.c1547 pu1_ctxt_model = &ps_cabac->au1_ctxt_models[0]; in ihevce_quant_rounding_factor_gen()
3110 .s_cabac_ctxt.au1_ctxt_models[0], in ihevce_intra_rdopt_cu_ntu()
3367 .s_cabac_ctxt.au1_ctxt_models[0] + in ihevce_intra_rdopt_cu_ntu()
3551 .s_cabac_ctxt.au1_ctxt_models[0] + in ihevce_intra_rdopt_cu_ntu()
4085 .s_cabac_ctxt.au1_ctxt_models[0] + in ihevce_intra_rdopt_cu_ntu()
4422 .s_cabac_ctxt.au1_ctxt_models[0], in ihevce_inter_rdopt_cu_ntu()
4477 .s_cabac_ctxt.au1_ctxt_models[0] + in ihevce_inter_rdopt_cu_ntu()
4670 .s_cabac_ctxt.au1_ctxt_models[0] + in ihevce_inter_rdopt_cu_ntu()
4885 .s_cabac_ctxt.au1_ctxt_models[0] + in ihevce_inter_rdopt_cu_ntu()
4993 ps_cab_ctxt->au1_ctxt_models[IHEVC_CAB_NORES_IDX] = in ihevce_inter_rdopt_cu_ntu()
[all …]
Dihevce_cabac_tu.c1709 UWORD8 *pu1_ctxt_model = &ps_cabac->au1_ctxt_models[0]; in ihevce_cabac_residue_encode_rdopt()
2339 UWORD8 *pu1_ctxt_model = &ps_cabac->au1_ctxt_models[0]; in ihevce_cabac_residue_encode_rdoq()
3440 UWORD8 *pu1_dest = (UWORD8 *)(((cab_ctxt_t *)pv_dest)->au1_ctxt_models); in ihevce_copy_backup_ctxt()
3441 UWORD8 *pu1_src = (UWORD8 *)(((cab_ctxt_t *)pv_src)->au1_ctxt_models); in ihevce_copy_backup_ctxt()
Dihevce_enc_loop_structs.h2789 UWORD8 au1_ctxt_models[MAX_NUM_CTB_ROWS_FRM][IHEVC_CAB_CTXT_END]; member
Dihevce_enc_loop_pass.c3279 ps_ctxt->pu1_curr_row_cabac_state = &ps_master_ctxt->au1_ctxt_models[vert_ctr][0]; in ihevce_enc_loop_process()
3336 ps_ctxt->pu1_top_rt_cabac_state = &ps_master_ctxt->au1_ctxt_models[vert_ctr - 1][0]; in ihevce_enc_loop_process()