• Xiang, Haihao's avatar
    i965_drv_video: [H.264] fix slice_data_bit_offset · 849d20db
    Xiang, Haihao authored
    VASliceParameterBufferH264.slice_data_bit_offset will point into the part
    of slice header if there are some escaped bytes in the slice header. The offset
    to slice data is needed for BSD unit so that BSD unit can fetch right slice data
    for processing. This fixes conformance case BASQP1_Sony_C.jsv
    
    The method to get the total number of bytes in the slice header is provided by Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>
    849d20db
i965_avc_bsd.c 46.5 KB