Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_deblocking.c662 ps_pad_mgr->u1_vert_pad_top = !(ps_dec->ps_cur_slice->u1_field_pic_flag in ih264d_init_deblk_tfr_ctxt()
672 ps_pad_mgr->u1_vert_pad_top = 0; in ih264d_init_deblk_tfr_ctxt()
704 UWORD8 u1_vert_pad_top = 1; in ih264d_deblock_picture_mbaff() local
933 if(ps_pad_mgr->u1_vert_pad_top) in ih264d_deblock_picture_mbaff()
943 ps_pad_mgr->u1_vert_pad_top = 0; in ih264d_deblock_picture_mbaff()
989 UWORD8 u1_vert_pad_top = 1; in ih264d_deblock_picture_non_mbaff() local
1070 if(ps_pad_mgr->u1_vert_pad_top) in ih264d_deblock_picture_non_mbaff()
1080 ps_pad_mgr->u1_vert_pad_top = 0; in ih264d_deblock_picture_non_mbaff()
1106 UWORD8 u1_vert_pad_top = 1; in ih264d_deblock_picture_progressive() local
1184 if(ps_pad_mgr->u1_vert_pad_top) in ih264d_deblock_picture_progressive()
Dih264d_structs.h584 UWORD8 u1_vert_pad_top; /* flip-flop u4_flag remembering pad area (Vert) */ member