Home
last modified time | relevance | path

Searched refs:MB_SKIP (Results 1 – 6 of 6) sorted by relevance

/external/libavc/decoder/
Dih264d_mvpred.c630 case MB_SKIP: in ih264d_mvpred_nonmbaffB()
860 case MB_SKIP: in ih264d_mvpred_nonmbaff()
1127 case MB_SKIP: in ih264d_mvpred_mbaff()
Dih264d_thread_parse_decode.c313 else if(ps_cur_mb_info->u1_mb_type == MB_SKIP) in ih264d_decode_recon_tfr_nmb_thread()
353 else if(ps_cur_mb_info->u1_mb_type != MB_SKIP) in ih264d_decode_recon_tfr_nmb_thread()
Dih264d_process_pslice.c192 MB_SKIP); in ih264d_mv_pred_ref_tfr_nby2_pmb()
389 else if(ps_cur_mb_info->u1_mb_type == MB_SKIP) in ih264d_decode_recon_tfr_nmb()
430 else if(ps_cur_mb_info->u1_mb_type != MB_SKIP) in ih264d_decode_recon_tfr_nmb()
Dih264d_defs.h453 #define MB_SKIP 255 macro
Dih264d_parse_pslice.c929 ps_cur_mb_info->u1_mb_type = MB_SKIP; in ih264d_parse_inter_slice_data_cabac()
1260 ps_cur_mb_info->u1_mb_type = MB_SKIP; in ih264d_parse_inter_slice_data_cavlc()
1807 ps_cur_mb_info->u1_mb_type = MB_SKIP; in ih264d_mark_err_slice_skip()
Dih264d_thread_compute_bs.c596 else if(ps_cur_mb_info->u1_mb_type != MB_SKIP) in ih264d_recon_deblk_slice()