Home
last modified time | relevance | path

Searched refs:P16x16 (Results 1 – 4 of 4) sorted by relevance

/external/libavc/common/
Dih264_defs.h267 P16x16 = 3, enumerator
/external/libavc/encoder/
Dih264e_process.c800 else if (u4_mb_type == P16x16) in ih264e_pack_header_data()
2041 u4_valid_modes |= (1 << P16x16); in ih264e_process()
2095 if ((u4_valid_modes & (1 << P16x16)) || (u4_valid_modes & (1 << B16x16))) in ih264e_process()
Dih264e_me.c1061 ps_proc->ps_cur_mb->u4_mb_type = P16x16; in ih264e_compute_me_single_reflist()
2056 … ps_proc->ps_cur_mb->u4_mb_type = (ps_proc->i4_slice_type == PSLICE) ? P16x16 : B16x16; in ih264e_compute_me_multi_reflist()
Dih264e_cavlc.c1253 error_status = ih264e_encode_residue(ps_ent_ctxt, P16x16, 0); in ih264e_write_pslice_mb_cavlc()