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

  /external/libavc/decoder/
ih264d_cabac.c 163 ps_dec->p_mb_type_t = p_cabac_ctxt_table_t + MB_TYPE_I_SLICE;
167 ps_dec->p_mb_type_t = p_cabac_ctxt_table_t + MB_TYPE_P_SLICE;
173 ps_dec->p_mb_type_t = p_cabac_ctxt_table_t + MB_TYPE_B_SLICE;
ih264d_parse_mb_header.c 75 bin_ctxt_model_t *ps_mb_bin_ctxt = ps_dec->p_mb_type_t;
162 bin_ctxt_model_t *ps_mb_bin_ctxt = ps_dec->p_mb_type_t;
    [all...]
ih264d_structs.h 841 bin_ctxt_model_t *p_mb_type_t; member in struct:_DecStruct
    [all...]

Completed in 43 milliseconds