
Go to the source code of this file.
Defines | |
| #define | BitstreamPutBits(x, y, z) Bitstream_PutBits(z, y) |
Functions | |
| void | Bitstream_Init (void *buffer) |
| void | Bitstream_PutBits (int n, unsigned int val) |
| int | Bitstream_Close (void) |
| int | Bitstream_NextStartCode (void) |
| int | Bitstream_GetLength (void) |
| #define BitstreamPutBits | ( | x, | |||
| y, | |||||
| z | ) | Bitstream_PutBits(z, y) |
Definition at line 7 of file bitstream.h.
Referenced by Bits_CountMB_combined(), BitstreamPutVopHeader(), CodeCoeff(), CodeCoeff_RVLC(), IntraDC_dpcm(), MB_CodeCoeff(), PutCBPY(), PutCoeff_Inter(), PutCoeff_Inter_RVLC(), PutCoeff_Intra(), PutCoeff_Intra_RVLC(), PutDCsize_chrom(), PutDCsize_lum(), PutLevelCoeff_Inter(), PutLevelCoeff_Intra(), PutMCBPC_Inter(), PutMCBPC_Intra(), PutMCBPC_Sprite(), PutMV(), PutRunCoeff_Inter(), PutRunCoeff_Intra(), VopShapeMotText(), and WriteMVcomponent().
| int Bitstream_Close | ( | void | ) |
Definition at line 98 of file bitstream.c.
References Bitstream_PutBits(), bytecnt, and outcnt.
Referenced by encore().

| int Bitstream_GetLength | ( | void | ) |
| void Bitstream_Init | ( | void * | buffer | ) |
| int Bitstream_NextStartCode | ( | void | ) |
Definition at line 105 of file bitstream.c.
References Bitstream_PutBits(), and outcnt.
Referenced by BitstreamPutVopHeader(), PutVoVolHeader(), and VopCode().

| void Bitstream_PutBits | ( | int | n, | |
| unsigned int | val | |||
| ) |
Definition at line 74 of file bitstream.c.
References bytecnt, byteptr, outbfr, and outcnt.
Referenced by Bitstream_Close(), Bitstream_NextStartCode(), and PutVoVolHeader().
1.5.5