HomeSort by relevance Sort by last modified time
    Searched refs:ps_def_ctxt_mb_info (Results 1 - 9 of 9) sorted by null

  /external/libavc/encoder/
ih264e_cabac_init.c 170 ps_cabac_ctxt->ps_def_ctxt_mb_info = ps_def_ctxt;
ih264e_cabac_structs.h 189 mb_info_ctxt_t *ps_def_ctxt_mb_info; member in struct:__anon22251
ih264e_cabac.c 187 ps_cabac_ctxt->ps_left_ctxt_mb_info = ps_cabac_ctxt->ps_def_ctxt_mb_info;
188 ps_cabac_ctxt->ps_top_ctxt_mb_info = ps_cabac_ctxt->ps_def_ctxt_mb_info;
ih264e_cabac_encode.c 223 if (ps_left_ctxt != ps_cabac_ctxt->ps_def_ctxt_mb_info)
225 if (ps_top_ctxt != ps_cabac_ctxt->ps_def_ctxt_mb_info)
    [all...]
  /external/libavc/decoder/
ih264d_parse_mb_header.c 82 if(ps_left_ctxt != ps_dec->ps_def_ctxt_mb_info)
84 if(ps_top_ctxt != ps_dec->ps_def_ctxt_mb_info)
173 if(ps_left_ctxt != ps_dec->ps_def_ctxt_mb_info)
175 if(ps_top_ctxt != ps_dec->ps_def_ctxt_mb_info)
229 if(ps_left_ctxt != ps_dec->ps_def_ctxt_mb_info)
231 if(ps_top_ctxt != ps_dec->ps_def_ctxt_mb_info)
    [all...]
ih264d_cabac.c 157 ps_dec->ps_def_ctxt_mb_info = p_DefCtxt;
ih264d_parse_islice.c 500 if(ps_left_ctxt == ps_dec->ps_def_ctxt_mb_info)
    [all...]
ih264d_structs.h 774 ctxt_inc_mb_info_t *ps_def_ctxt_mb_info; /* Pointer to default ctxt_inc_mb_info_t */ member in struct:_DecStruct
    [all...]
ih264d_utils.c     [all...]

Completed in 182 milliseconds