Home | History | Annotate | Download | only in decoder

Lines Matching defs:u2_pic_ht

489     UWORD32 u2_pic_ht = 0;
781 u2_pic_ht = (ps_seq->u2_frm_ht_in_mbs << 4);
801 u2_pic_ht <<= 1;
851 u2_frm_ht_y = u2_pic_ht + (UWORD8)(PAD_LEN_Y_V << 2);
855 u2_frm_ht_uv = (u2_pic_ht >> 1) + (UWORD8)(PAD_LEN_UV_V << 2);
896 i4_cropped_ht = u2_pic_ht - (u2_btm_ofst + u2_top_ofst);
909 if((3 == ps_dec->i4_header_decoded) && (ps_dec->u2_pic_ht != u2_pic_ht))
916 if((u2_pic_wd > H264_MAX_FRAME_WIDTH) || (u2_pic_ht > H264_MAX_FRAME_HEIGHT))
957 ps_dec->u2_pic_ht = u2_pic_ht;