• Grant Hsu's avatar
    Fixed decode conformance stream LTRPSPS_A_Qualcomm_1.bit · 3426916a
    Grant Hsu authored
    1. change ai1_lt_ref_pic_poc_lsb_sps from WORD8 to UWORD16 because i1_log2_max_pic_order_cnt_lsb can be up to 16 by the spec
    2. fixed bug using CLZ to compute Ceil( Log2( num_long_term_ref_pics_sps ) ) and check if i1_num_long_term_ref_pics_sps is greater than 1 to avoid BITS_PARSE(0)
    
    Change-Id: I298b74d053b17d133b9dcba0e924136ec274ea3c
    3426916a
ihevcd_parse_headers.c 102 KB