Home
last modified time | relevance | path

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

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