Searched refs:BOT_FLD (Results 1 - 6 of 6) sorted by relevance

/external/libavc/decoder/
H A Dih264d_process_bslice.c676 u1_pic_type = BOT_FLD;
715 if(u1_pic_type == BOT_FLD)
951 u1_fld[0] = BOT_FLD;
953 u1_same_fld = BOT_FLD;
961 u1_fld[1] = BOT_FLD;
963 u1_op_fld = BOT_FLD;
986 if(u1_fld[0] & BOT_FLD)
988 ps_ref_pic_lx->u1_pic_type = BOT_FLD;
1034 if(u1_fld[1] & BOT_FLD)
1036 ps_ref_pic_lx->u1_pic_type = BOT_FLD;
[all...]
H A Dih264d_defs.h336 #define BOT_FLD 0x02 macro
337 #define COMP_FLD_PAIR 0x03 /* TOP_FLD | BOT_FLD */
H A Dih264d_inter_pred.c524 if(u1_ref_pic_type == BOT_FLD)
565 u1_pod_top = u1_mb_or_pic_fld && (u1_ref_pic_type == BOT_FLD);
H A Dih264d_dpb_mgr.c418 if((u1_picture_type & 0x03) == BOT_FLD)
H A Dih264d_parse_slice.c531 ps_dec->ps_cur_pic->u1_picturetype |= BOT_FLD;
H A Dih264d_utils.c540 u1_pic_type = u1_pic_type | BOT_FLD;

Completed in 359 milliseconds