Home
last modified time | relevance | path

Searched refs:ps_def_ctxt_mb_info (Results 1 – 9 of 9) sorted by relevance

/external/libavc/decoder/
Dih264d_parse_mb_header.c82 if(ps_left_ctxt != ps_dec->ps_def_ctxt_mb_info) in ih264d_parse_mb_type_intra_cabac()
84 if(ps_top_ctxt != ps_dec->ps_def_ctxt_mb_info) in ih264d_parse_mb_type_intra_cabac()
173 if(ps_left_ctxt != ps_dec->ps_def_ctxt_mb_info) in ih264d_parse_mb_type_cabac()
175 if(ps_top_ctxt != ps_dec->ps_def_ctxt_mb_info) in ih264d_parse_mb_type_cabac()
229 if(ps_left_ctxt != ps_dec->ps_def_ctxt_mb_info) in ih264d_parse_mb_type_cabac()
231 if(ps_top_ctxt != ps_dec->ps_def_ctxt_mb_info) in ih264d_parse_mb_type_cabac()
Dih264d_cabac.c157 ps_dec->ps_def_ctxt_mb_info = p_DefCtxt; in ih264d_init_cabac_contexts()
Dih264d_structs.h774 ctxt_inc_mb_info_t *ps_def_ctxt_mb_info; /* Pointer to default ctxt_inc_mb_info_t */ member
Dih264d_parse_islice.c500 if(ps_left_ctxt == ps_dec->ps_def_ctxt_mb_info) in ih264d_parse_imb_cabac()
Dih264d_utils.c858 ps_dec->ps_def_ctxt_mb_info = p_DefCtxt; in ih264d_init_pic()
/external/libavc/encoder/
Dih264e_cabac_encode.c223 if (ps_left_ctxt != ps_cabac_ctxt->ps_def_ctxt_mb_info) in ih264e_cabac_enc_intra_mb_type()
225 if (ps_top_ctxt != ps_cabac_ctxt->ps_def_ctxt_mb_info) in ih264e_cabac_enc_intra_mb_type()
2119 if (ps_left_ctxt != ps_cabac_ctxt->ps_def_ctxt_mb_info) in ih264e_write_bslice_mb_cabac()
2122 if (ps_top_ctxt != ps_cabac_ctxt->ps_def_ctxt_mb_info) in ih264e_write_bslice_mb_cabac()
2246 if (ps_left_ctxt != ps_cabac_ctxt->ps_def_ctxt_mb_info) in ih264e_write_bslice_mb_cabac()
2249 if (ps_top_ctxt != ps_cabac_ctxt->ps_def_ctxt_mb_info) in ih264e_write_bslice_mb_cabac()
2327 if (ps_left_ctxt != ps_cabac_ctxt->ps_def_ctxt_mb_info) in ih264e_write_bslice_mb_cabac()
2330 if (ps_top_ctxt != ps_cabac_ctxt->ps_def_ctxt_mb_info) in ih264e_write_bslice_mb_cabac()
Dih264e_cabac_structs.h189 mb_info_ctxt_t *ps_def_ctxt_mb_info; member
Dih264e_cabac_init.c170 ps_cabac_ctxt->ps_def_ctxt_mb_info = ps_def_ctxt; in ih264e_init_cabac_table()
Dih264e_cabac.c187 ps_cabac_ctxt->ps_left_ctxt_mb_info = ps_cabac_ctxt->ps_def_ctxt_mb_info; in ih264e_get_cabac_context()
188 ps_cabac_ctxt->ps_top_ctxt_mb_info = ps_cabac_ctxt->ps_def_ctxt_mb_info; in ih264e_get_cabac_context()