Home
last modified time | relevance | path

Searched refs:u1_top_mb_typ (Results 1 – 2 of 2) sorted by relevance

/external/libavc/decoder/
Dih264d_compute_bs.c1160 UWORD32 u4_cur_mb_intra, u1_top_mb_typ, u4_cur_mb_fld; in ih264d_compute_bs_non_mbaff() local
1181 u1_top_mb_typ = ps_deblk_top_mb->u1_mb_type; in ih264d_compute_bs_non_mbaff()
1256 u1_top_mb_typ = 0; in ih264d_compute_bs_non_mbaff()
1316 if(u1_top_mb_typ & D_INTRA_MB) in ih264d_compute_bs_non_mbaff()
1407 UWORD32 u4_cur_mb_intra, u4_cur_mb_fld, u4_top_mb_fld, u1_top_mb_typ, u4_left_mb_fld; in ih264d_compute_bs_mbaff() local
1539 u1_top_mb_typ = ps_deblk_top_mb[1].u1_mb_type; in ih264d_compute_bs_mbaff()
1540 u4_top_mb_fld = !!(u1_top_mb_typ & D_FLD_MB); in ih264d_compute_bs_mbaff()
1545 u1_top_mb_typ = ps_deblk_top_mb[0].u1_mb_type; in ih264d_compute_bs_mbaff()
1555 u1_top_mb_typ = 0; in ih264d_compute_bs_mbaff()
1560 u1_top_mb_typ = ps_deblk_top_mb[0].u1_mb_type; in ih264d_compute_bs_mbaff()
[all …]
Dih264d_thread_compute_bs.c106 UWORD32 u4_cur_mb_intra, u1_top_mb_typ, u4_cur_mb_fld; in ih264d_compute_bs_non_mbaff_thread() local
127 u1_top_mb_typ = ps_deblk_top_mb->u1_mb_type; in ih264d_compute_bs_non_mbaff_thread()
198 u1_top_mb_typ = 0; in ih264d_compute_bs_non_mbaff_thread()
264 if(u1_top_mb_typ & D_INTRA_MB) in ih264d_compute_bs_non_mbaff_thread()