Home
last modified time | relevance | path

Searched defs:nal_first_byte (Results 1 – 1 of 1) sorted by relevance

/external/libavc/decoder/
Dih264d_defs.h100 #define NAL_REF_IDC(nal_first_byte) ((nal_first_byte >> 5) & 0x3) argument
101 #define NAL_FORBIDDEN_BIT(nal_first_byte) (nal_first_byte>>7) argument
102 #define NAL_UNIT_TYPE(nal_first_byte) (nal_first_byte & 0x1F) argument