Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_process_bslice.c676 u1_pic_type = BOT_FLD; in ih264d_decode_temporal_direct()
715 if(u1_pic_type == BOT_FLD) in ih264d_decode_temporal_direct()
951 u1_fld[0] = BOT_FLD; in ih264d_convert_frm_to_fld_list()
953 u1_same_fld = BOT_FLD; in ih264d_convert_frm_to_fld_list()
961 u1_fld[1] = BOT_FLD; in ih264d_convert_frm_to_fld_list()
963 u1_op_fld = BOT_FLD; in ih264d_convert_frm_to_fld_list()
986 if(u1_fld[0] & BOT_FLD) in ih264d_convert_frm_to_fld_list()
988 ps_ref_pic_lx->u1_pic_type = BOT_FLD; in ih264d_convert_frm_to_fld_list()
1034 if(u1_fld[1] & BOT_FLD) in ih264d_convert_frm_to_fld_list()
1036 ps_ref_pic_lx->u1_pic_type = BOT_FLD; in ih264d_convert_frm_to_fld_list()
[all …]
Dih264d_defs.h341 #define BOT_FLD 0x02 macro
Dih264d_inter_pred.c524 if(u1_ref_pic_type == BOT_FLD) in ih264d_form_mb_part_info_mp()
565 u1_pod_top = u1_mb_or_pic_fld && (u1_ref_pic_type == BOT_FLD); in ih264d_form_mb_part_info_mp()
Dih264d_dpb_mgr.c432 if((u1_picture_type & 0x03) == BOT_FLD) in ih264d_insert_st_node()
Dih264d_parse_slice.c549 ps_dec->ps_cur_pic->u1_picturetype |= BOT_FLD; in ih264d_start_of_pic()
Dih264d_utils.c531 u1_pic_type = u1_pic_type | BOT_FLD; in ih264d_end_of_pic_processing()