Home
last modified time | relevance | path

Searched refs:ZEROBYTES_SHORTSTARTCODE (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dvlc.c92 #define ZEROBYTES_SHORTSTARTCODE 2 //indicates the number of zero bytes in the short start-code pre… macro
162 if(count == ZEROBYTES_SHORTSTARTCODE && !(NAL_Payload_buffer[i] & 0xFC)) in RBSPtoEBSP()
269 if(currStream->zerocount == ZEROBYTES_SHORTSTARTCODE && !(currStream->byte_buf & 0xFC)) in writeUVLC2buffer()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dvlc.c94 #define ZEROBYTES_SHORTSTARTCODE 2UL //indicates the number of zero bytes in the short start-code p… macro
174 if(count == ZEROBYTES_SHORTSTARTCODE && !(NAL_Payload_buffer[i] & 0xFC)) in RBSPtoEBSP()
289 if(currStream->zerocount == ZEROBYTES_SHORTSTARTCODE && !(currStream->byte_buf & 0xFC)) in writeUVLC2buffer()