Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_parse_headers.c495 WORD32 i4_cropped_ht, i4_cropped_wd; in ih264d_parse_sps() local
927 i4_cropped_ht = (WORD32)u2_pic_ht - (WORD32)(u2_btm_ofst + u2_top_ofst); in ih264d_parse_sps()
930 if((i4_cropped_ht < MB_SIZE) || (i4_cropped_wd < MB_SIZE)) in ih264d_parse_sps()
953 if((ps_dec->i4_header_decoded & 1) && (ps_dec->u2_disp_height != i4_cropped_ht)) in ih264d_parse_sps()
1017 ps_dec->u2_disp_height = i4_cropped_ht; in ih264d_parse_sps()