Searched refs:ZEROBYTES_SHORTSTARTCODE (Results 1 – 2 of 2) sorted by relevance
92 #define ZEROBYTES_SHORTSTARTCODE 2 //indicates the number of zero bytes in the short start-code pre… macro162 if(count == ZEROBYTES_SHORTSTARTCODE && !(NAL_Payload_buffer[i] & 0xFC)) in RBSPtoEBSP()269 if(currStream->zerocount == ZEROBYTES_SHORTSTARTCODE && !(currStream->byte_buf & 0xFC)) in writeUVLC2buffer()
94 #define ZEROBYTES_SHORTSTARTCODE 2UL //indicates the number of zero bytes in the short start-code p… macro174 if(count == ZEROBYTES_SHORTSTARTCODE && !(NAL_Payload_buffer[i] & 0xFC)) in RBSPtoEBSP()289 if(currStream->zerocount == ZEROBYTES_SHORTSTARTCODE && !(currStream->byte_buf & 0xFC)) in writeUVLC2buffer()