Home
last modified time | relevance | path

Searched refs:ps_top_ctxt (Results 1 – 5 of 5) sorted by relevance

/external/libavc/decoder/
Dih264d_parse_mb_header.c74 ctxt_inc_mb_info_t * ps_top_ctxt = ps_dec->p_top_ctxt_mb_info; in ih264d_parse_mb_type_intra_cabac() local
84 if(ps_top_ctxt != ps_dec->ps_def_ctxt_mb_info) in ih264d_parse_mb_type_intra_cabac()
85 u4_cxt_inc += ((ps_top_ctxt->u1_mb_type != CAB_I4x4) ? 1 : 0); in ih264d_parse_mb_type_intra_cabac()
160 ctxt_inc_mb_info_t *ps_top_ctxt = ps_dec->p_top_ctxt_mb_info; in ih264d_parse_mb_type_cabac() local
175 if(ps_top_ctxt != ps_dec->ps_def_ctxt_mb_info) in ih264d_parse_mb_type_cabac()
176 c_ctxt_inc += ((ps_top_ctxt->u1_mb_type != CAB_SI4x4) ? 1 : 0); in ih264d_parse_mb_type_cabac()
231 if(ps_top_ctxt != ps_dec->ps_def_ctxt_mb_info) in ih264d_parse_mb_type_cabac()
232 b = ((ps_top_ctxt->u1_mb_type & CAB_BD16x16_MASK) != CAB_BD16x16); in ih264d_parse_mb_type_cabac()
592 ctxt_inc_mb_info_t * ps_top_ctxt = ps_dec->p_top_ctxt_mb_info; in ih264d_parse_chroma_pred_mode_cabac() local
605 b = ((ps_top_ctxt->u1_intra_chroma_pred_mode != 0) ? 1 : 0); in ih264d_parse_chroma_pred_mode_cabac()
[all …]
Dih264d_mb_utils.c554 ctxt_inc_mb_info_t *ps_curr_ctxt, *ps_top_ctxt, *ps_left_ctxt; in ih264d_get_mb_info_cabac_mbaff() local
573 ps_top_ctxt = ps_left_ctxt = p_ctx_inc_mb_map - 1; in ih264d_get_mb_info_cabac_mbaff()
578 ctxt_inc_mb_info_t *ps_top_mb_of_bot = ps_top_ctxt; in ih264d_get_mb_info_cabac_mbaff()
620 ps_top_ctxt = ps_curr_ctxt + 1; in ih264d_get_mb_info_cabac_mbaff()
627 ps_top_mb_of_bot = u1_cur_mb_field ? ps_top_ctxt : ps_curr_ctxt; in ih264d_get_mb_info_cabac_mbaff()
630 ps_top_ctxt -= (u1_cur_mb_field && u4_top_mb_pair_fld); in ih264d_get_mb_info_cabac_mbaff()
669 - ((!!(ps_top_ctxt->u1_mb_type & CAB_SKIP_MASK)) in ih264d_get_mb_info_cabac_mbaff()
747 ps_top_ctxt = ps_curr_ctxt; in ih264d_get_mb_info_cabac_mbaff()
768 ps_top_ctxt = ps_curr_ctxt - 1; in ih264d_get_mb_info_cabac_mbaff()
784 - ((!!(ps_top_ctxt->u1_mb_type in ih264d_get_mb_info_cabac_mbaff()
Dih264d_parse_islice.c663 ctxt_inc_mb_info_t *ps_top_ctxt = ps_dec->p_top_ctxt_mb_info; in ih264d_parse_imb_cabac() local
670 uc_b = ((ps_top_ctxt->u1_yuv_dc_csbp) & 0x01); in ih264d_parse_imb_cabac()
Dih264d_parse_cabac.c1173 ctxt_inc_mb_info_t *ps_top_ctxt = ps_dec->p_top_ctxt_mb_info; in ih264d_parse_residual4x4_cabac() local
1179 UWORD8 u1_top_dc_csbp = (ps_top_ctxt->u1_yuv_dc_csbp) >> 1; in ih264d_parse_residual4x4_cabac()
/external/libavc/encoder/
Dih264e_cabac_encode.c203 mb_info_ctxt_t *ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info; in ih264e_cabac_enc_intra_mb_type() local
225 if (ps_top_ctxt != ps_cabac_ctxt->ps_def_ctxt_mb_info) in ih264e_cabac_enc_intra_mb_type()
226 u1_ctx_inc += ((ps_top_ctxt->u1_mb_type != CAB_I4x4) ? 1 : 0); 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() local
417 b = ((ps_top_ctxt->u1_intrapred_chroma_mode != 0) ? 1 : 0); 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() local
506 b = ((ps_top_ctxt->u1_cbp >> j) & 0x01) ? 0 : 1; in ih264e_cabac_enc_cbp()
534 b = (ps_top_ctxt->u1_cbp > 15) ? 1 : 0; in ih264e_cabac_enc_cbp()
543 b = (ps_top_ctxt->u1_cbp > 31) ? 1 : 0; 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() local
[all …]