Home | History | Annotate | Download | only in decoder

Lines Matching full:u1_firstbyte

1998             UWORD8 u1_firstbyte, u1_nal_ref_idc;
2002 u1_firstbyte = *(pu1_buf + u4_length_of_start_code);
2003 u1_nal_ref_idc = (UWORD8)(NAL_REF_IDC(u1_firstbyte));