Home
last modified time | relevance | path

Searched refs:PSKIP (Results 1 – 5 of 5) sorted by relevance

/external/libavc/common/
Dih264_defs.h271 PSKIP = 7, enumerator
/external/libavc/encoder/
Dih264e_process.c823 else if (u4_mb_type == PSKIP) in ih264e_pack_header_data()
2146 else if (ps_proc->u4_mb_type == PSKIP) in ih264e_process()
2277 ps_proc->u4_mb_type = PSKIP; in ih264e_process()
Dih264e_me.c1119 ps_proc->s_me_ctxt.u4_left_is_skip = (ps_proc->s_left_mb_syntax_ele.u2_mb_type == PSKIP); in ih264e_compute_me_nmb()
1203 ps_proc->s_me_ctxt.u4_left_is_skip = (ps_proc->ps_cur_mb->u4_mb_type == PSKIP); in ih264e_compute_me_nmb()
Dih264e_cavlc.c1231 if (mb_type == PSKIP) in ih264e_write_pslice_mb_cavlc()
Dih264e_cabac_encode.c1920 if (mb_type != PSKIP) in ih264e_write_pslice_mb_cabac()