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

  /external/libavc/decoder/
ih264d_utils.c 637 i4_size /= (ps_seq->u2_frm_wd_in_mbs * (ps_seq->u2_frm_ht_in_mbs << (1 - ps_seq->u1_frame_mbs_only_flag)));
656 || (ps_cur->u1_frame_mbs_only_flag
657 != ps_prv->u1_frame_mbs_only_flag)
677 UWORD8 u1_frm = ps_seq->u1_frame_mbs_only_flag;
759 if(ps_seq->u1_frame_mbs_only_flag == 1)
770 if(ps_seq->u1_frame_mbs_only_flag == 1)
850 ps_prev_seq_params->u1_frame_mbs_only_flag =
851 ps_seq->u1_frame_mbs_only_flag;
    [all...]
ih264d_parse_headers.c     [all...]
ih264d_parse_slice.c 552 ps_dec->ps_top_mb_row += ((ps_dec->u2_frm_wd_in_mbs + 2) << (1 - ps_dec->ps_cur_sps->u1_frame_mbs_only_flag));
    [all...]
ih264d_structs.h 348 UWORD8 u1_frame_mbs_only_flag; /** 1 - frame only; 0 - field/frame pic */ member in struct:__anon13887
358 UWORD8 u1_frame_mbs_only_flag; /** 1 - frame only; 0 - field/frame pic */ member in struct:__anon13888
    [all...]
ih264d_api.c     [all...]

Completed in 338 milliseconds