Searched refs:au1_ctxt_models (Results 1 – 12 of 12) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_trace.h | 100 m_state_mps = ps_cabac->au1_ctxt_models[m_ctxt_idx]; \ 123 m_state_mps = ps_cabac->au1_ctxt_models[m_ctxt_idx]; \
|
D | ihevcd_cabac.c | 162 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()
|
D | ihevcd_cabac.h | 64 UWORD8 *pu1_ctxt_model = &ps_cabac->au1_ctxt_models[ctxt_index]; \
|
D | ihevcd_structs.h | 115 UWORD8 au1_ctxt_models[IHEVC_CAB_CTXT_END]; member
|
D | ihevcd_parse_slice.c | 2784 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/ |
D | ihevce_cabac.c | 242 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()
|
D | ihevce_cabac_rdo.c | 273 &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()
|
D | ihevce_cabac.h | 186 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()
|
D | ihevce_enc_loop_utils.c | 1547 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 …]
|
D | ihevce_cabac_tu.c | 1709 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()
|
D | ihevce_enc_loop_structs.h | 2789 UWORD8 au1_ctxt_models[MAX_NUM_CTB_ROWS_FRM][IHEVC_CAB_CTXT_END]; member
|
D | ihevce_enc_loop_pass.c | 3279 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()
|