Searched defs:IS_BLA (Results 1 – 2 of 2) sorted by relevance
126 #define IS_BLA(s) (s->nal_unit_type == NAL_BLA_W_RADL || s->nal_unit_type == NAL_BLA_W_LP || \ macro
32 #define IS_BLA(nal_type) (nal_type == 17 || nal_type == 16 || nal_type == 18) macro