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

  /external/libavc/encoder/
ih264e_cabac_structs.h 198 mb_info_ctxt_t *ps_top_ctxt_mb_info; member in struct:__anon22251
ih264e_cabac.c 188 ps_cabac_ctxt->ps_top_ctxt_mb_info = ps_cabac_ctxt->ps_def_ctxt_mb_info;
202 ps_cabac_ctxt->ps_top_ctxt_mb_info =
217 ps_cabac_ctxt->ps_top_ctxt_mb_info->u1_yuv_ac_csbp = u1_def_csbp;
218 ps_cabac_ctxt->ps_top_ctxt_mb_info->u1_yuv_dc_csbp = u1_def_csbp;
ih264e_cabac_encode.c 126 b = ((ps_cabac_ctxt->ps_top_ctxt_mb_info->u1_mb_type & CAB_SKIP_MASK) ?
203 mb_info_ctxt_t *ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info;
411 mb_info_ctxt_t *ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info;
476 mb_info_ctxt_t *ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info;
897 mb_info_ctxt_t *ps_top_ctxt = ps_cabac_ctxt->ps_top_ctxt_mb_info;
975 mb_info_ctxt_t *ps_top_ctxt_mb_info, *ps_curr_ctxt; local
977 ps_top_ctxt_mb_info = ps_cabac_ctxt->ps_top_ctxt_mb_info;
988 u1_top_dc_csbp = (ps_top_ctxt_mb_info->u1_yuv_dc_csbp) >> 1;
    [all...]

Completed in 362 milliseconds