Searched refs:u1_top_bottom_decoded (Results 1 - 4 of 4) sorted by relevance

/external/libavc/decoder/
H A Dih264d_parse_slice.c399 if(!(u1_field_pic_flag && 0 != ps_dec->u1_top_bottom_decoded)) //ps_dec->u1_second_field))
798 != ps_dec->u1_top_bottom_decoded))
841 == ps_dec->u1_top_bottom_decoded))
1195 ps_dec->u1_top_bottom_decoded = TOP_FIELD_ONLY | BOT_FIELD_ONLY;
1299 && ps_dec->u1_top_bottom_decoded != 0
1300 && ps_dec->u1_top_bottom_decoded
1315 if(ps_dec->u1_top_bottom_decoded ==TOP_FIELD_ONLY)
H A Dih264d_api.c1080 ps_dec->u1_top_bottom_decoded = 0;
1739 if((TOP_FIELD_ONLY | BOT_FIELD_ONLY) == ps_dec->u1_top_bottom_decoded)
1741 ps_dec->u1_top_bottom_decoded = 0;
2273 ps_dec->u1_top_bottom_decoded |= BOT_FIELD_ONLY;
2277 ps_dec->u1_top_bottom_decoded |= TOP_FIELD_ONLY;
H A Dih264d_structs.h1212 UWORD8 u1_top_bottom_decoded; member in struct:_DecStruct
H A Dih264d_dpb_mgr.c111 (ps_dec->u1_top_bottom_decoded == 0))

Completed in 83 milliseconds