Searched defs:u2_pic_wd (Results 1 - 3 of 3) sorted by relevance

/external/libavc/decoder/
H A Dih264d_dpb_manager.h106 UWORD16 u2_pic_wd; member in struct:__anon9598
H A Dih264d_parse_headers.c492 UWORD32 u2_pic_wd = 0; local
778 u2_pic_wd = (ps_seq->u2_frm_wd_in_mbs << 4);
863 u2_frm_wd_y = u2_pic_wd + (UWORD8)(PAD_LEN_Y_H << 1);
871 u2_frm_wd_uv = u2_pic_wd + (UWORD8)(PAD_LEN_UV_H << 2);
915 i4_cropped_wd = u2_pic_wd - (u2_rgt_ofst + u2_lft_ofst);
922 if((ps_dec->i4_header_decoded & 1) && (ps_dec->u2_pic_wd != u2_pic_wd))
934 if((u2_pic_wd > H264_MAX_FRAME_WIDTH) || (u2_pic_ht > H264_MAX_FRAME_HEIGHT)
935 || (u2_pic_wd < H264_MIN_FRAME_WIDTH) || (u2_pic_ht < H264_MIN_FRAME_HEIGHT)
936 || (u2_pic_wd * (UWORD3
[all...]
H A Dih264d_structs.h741 UWORD16 u2_pic_wd; /** Width of the picture being decoded */ member in struct:_DecStruct

Completed in 85 milliseconds