HomeSort by relevance Sort by last modified time
    Searched refs:BOT_FLD (Results 1 - 6 of 6) sorted by null

  /external/libavc/decoder/
ih264d_process_bslice.c 676 u1_pic_type = BOT_FLD;
715 if(u1_pic_type == BOT_FLD)
    [all...]
ih264d_defs.h 337 #define BOT_FLD 0x02
338 #define COMP_FLD_PAIR 0x03 /* TOP_FLD | BOT_FLD */
ih264d_inter_pred.c 524 if(u1_ref_pic_type == BOT_FLD)
565 u1_pod_top = u1_mb_or_pic_fld && (u1_ref_pic_type == BOT_FLD);
    [all...]
ih264d_dpb_mgr.c 433 if((u1_picture_type & 0x03) == BOT_FLD)
    [all...]
ih264d_parse_slice.c 537 ps_dec->ps_cur_pic->u1_picturetype |= BOT_FLD;
    [all...]
ih264d_utils.c 531 u1_pic_type = u1_pic_type | BOT_FLD;
    [all...]

Completed in 309 milliseconds