Searched refs:s_cabac_ctxt (Results 1 – 6 of 6) sorted by relevance
257 &ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[0].s_cabac_ctxt, in ihevce_entropy_rdo_frame_init()264 &ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[1].s_cabac_ctxt, in ihevce_entropy_rdo_frame_init()273 &ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[0].s_cabac_ctxt.au1_ctxt_models[0], in ihevce_entropy_rdo_frame_init()450 ps_cur_cu_entropy->s_cabac_ctxt.u4_bits_estimated_q12 = 0; in ihevce_entropy_rdo_encode_cu()451 ps_cur_cu_entropy->s_cabac_ctxt.u4_texture_bits_estimated_q12 = 0; in ihevce_entropy_rdo_encode_cu()452 ps_cur_cu_entropy->s_cabac_ctxt.u4_cbf_bits_q12 = 0; in ihevce_entropy_rdo_encode_cu()460 (ps_cur_cu_entropy->s_cabac_ctxt.u4_bits_estimated_q12 + (1 << (CABAC_FRAC_BITS_Q - 1))) >> in ihevce_entropy_rdo_encode_cu()463 ASSERT(ps_cur_cu_entropy->s_cabac_ctxt.u4_texture_bits_estimated_q12 == 0); in ihevce_entropy_rdo_encode_cu()467 (ps_cur_cu_entropy->s_cabac_ctxt.u4_cbf_bits_q12 + (1 << (CABAC_FRAC_BITS_Q - 1))) >> in ihevce_entropy_rdo_encode_cu()509 &ps_cur_ctb_entropy->s_cabac_ctxt.au1_ctxt_models[0], in ihevce_cabac_rdo_encode_sao()[all …]
188 cab_ctxt_t *ps_cabac = &ps_entropy_ctxt->s_cabac_ctxt; in ihevce_cabac_encode_intra_pu()309 cab_ctxt_t *ps_cabac = &ps_entropy_ctxt->s_cabac_ctxt; in ihevce_cabac_encode_skip_flag()780 cab_ctxt_t *ps_cabac = &ps_entropy_ctxt->s_cabac_ctxt; in ihevce_cabac_encode_inter_pu()1073 cab_ctxt_t *ps_cabac = &ps_entropy_ctxt->s_cabac_ctxt; in ihevce_cabac_encode_coding_unit()1263 if(CABAC_MODE_ENCODE_BITS == ps_entropy_ctxt->s_cabac_ctxt.e_cabac_op_mode) in ihevce_cabac_encode_coding_unit()1422 cab_ctxt_t *ps_cabac = &ps_entropy_ctxt->s_cabac_ctxt; in ihevce_cabac_encode_sao()1671 cab_ctxt_t *ps_cabac = &ps_entropy_ctxt->s_cabac_ctxt; in ihevce_encode_coding_quadtree()1816 UWORD32 u4_bits_eztimated = ps_entropy_ctxt->s_cabac_ctxt.u4_bits_estimated_q12; in ihevce_encode_coding_quadtree()1833 (ps_entropy_ctxt->s_cabac_ctxt.u4_bits_estimated_q12 - in ihevce_encode_coding_quadtree()1839 (ps_entropy_ctxt->s_cabac_ctxt.u4_bits_estimated_q12 - in ihevce_encode_coding_quadtree()[all …]
418 cab_ctxt_t *ps_cabac = &ps_entropy_ctxt->s_cabac_ctxt; in ihevce_encode_transform_tree()930 ps_entropy_ctxt->s_cabac_ctxt.i1_entropy_coding_sync_enabled_flag) in ihevce_encode_transform_tree()967 u4_bits_estimated_prev = ps_entropy_ctxt->s_cabac_ctxt.u4_bits_estimated_q12; in ihevce_encode_transform_tree()977 (ps_entropy_ctxt->s_cabac_ctxt.u4_bits_estimated_q12 - in ihevce_encode_transform_tree()1026 ps_entropy_ctxt->s_cabac_ctxt.u4_bits_estimated_q12; in ihevce_encode_transform_tree()1036 (ps_entropy_ctxt->s_cabac_ctxt.u4_bits_estimated_q12 - in ihevce_encode_transform_tree()1072 ps_entropy_ctxt->s_cabac_ctxt.u4_bits_estimated_q12; in ihevce_encode_transform_tree()1081 (ps_entropy_ctxt->s_cabac_ctxt.u4_bits_estimated_q12 - in ihevce_encode_transform_tree()1147 cab_ctxt_t *ps_cabac = &ps_entropy_ctxt->s_cabac_ctxt; in ihevce_cabac_residue_encode()1680 cab_ctxt_t *ps_cabac = &ps_entropy_ctxt->s_cabac_ctxt; in ihevce_cabac_residue_encode_rdopt()[all …]
530 &ps_entropy_ctxt->s_cabac_ctxt.u4_first_slice_start_offset, in ihevce_entropy_encode_frame()574 ps_entropy_ctxt->s_cabac_ctxt.u4_first_slice_start_offset); in ihevce_entropy_encode_frame()584 i4_bytes_generated = ps_entropy_ctxt->s_cabac_ctxt.u4_strm_buf_offset; in ihevce_entropy_encode_frame()
1545 ps_cabac = &ps_cur_tu_entropy->s_cabac_ctxt; 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()4941 &ps_ctxt->s_rdopt_entropy_ctxt.as_cu_entropy_ctxt[curr_buf_idx].s_cabac_ctxt; in ihevce_inter_rdopt_cu_ntu()[all …]
132 cab_ctxt_t s_cabac_ctxt; member