Searched refs:ps_top_ctxt_mb_info (Results 1 – 3 of 3) sorted by relevance
126 b = ((ps_cabac_ctxt->ps_top_ctxt_mb_info->u1_mb_type & CAB_SKIP_MASK) ? in ih264e_cabac_enc_mb_skip()203 mb_info_ctxt_t *ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info; in ih264e_cabac_enc_intra_mb_type()411 mb_info_ctxt_t *ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info; in ih264e_cabac_enc_chroma_predmode()476 mb_info_ctxt_t *ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info; in ih264e_cabac_enc_cbp()897 mb_info_ctxt_t *ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info; in ih264e_cabac_encode_residue_luma_dc()975 mb_info_ctxt_t *ps_top_ctxt_mb_info, *ps_curr_ctxt; in ih264e_cabac_write_chroma_residue() local977 ps_top_ctxt_mb_info = ps_cabac_ctxt->ps_top_ctxt_mb_info; in ih264e_cabac_write_chroma_residue()988 u1_top_dc_csbp = (ps_top_ctxt_mb_info->u1_yuv_dc_csbp) >> 1; in ih264e_cabac_write_chroma_residue()1048 u1_top_ac_csbp = ps_top_ctxt_mb_info->u1_yuv_ac_csbp >> 4; in ih264e_cabac_write_chroma_residue()1158 ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info; in ih264e_cabac_encode_residue()[all …]
188 ps_cabac_ctxt->ps_top_ctxt_mb_info = ps_cabac_ctxt->ps_def_ctxt_mb_info; in ih264e_get_cabac_context()202 ps_cabac_ctxt->ps_top_ctxt_mb_info = in ih264e_get_cabac_context()217 ps_cabac_ctxt->ps_top_ctxt_mb_info->u1_yuv_ac_csbp = u1_def_csbp; in ih264e_get_cabac_context()218 ps_cabac_ctxt->ps_top_ctxt_mb_info->u1_yuv_dc_csbp = u1_def_csbp; in ih264e_get_cabac_context()
198 mb_info_ctxt_t *ps_top_ctxt_mb_info; member