Searched refs:NAL_REF_IDC (Results 1 - 3 of 3) sorted by relevance

/external/libavc/decoder/
H A Dih264d_defs.h94 #define NAL_REF_IDC(nal_first_byte) ((nal_first_byte >> 5) & 0x3) macro
H A Dih264d_parse_headers.c1103 u1_nal_ref_idc = (UWORD8)(NAL_REF_IDC(u1_first_byte));
H A Dih264d_api.c2086 u1_nal_ref_idc = (UWORD8)(NAL_REF_IDC(u1_firstbyte));

Completed in 69 milliseconds