Searched refs:BitstreamPutBit (Results 1 – 4 of 4) sorted by relevance
/dports/multimedia/xvid/xvidcore/src/bitstream/ |
H A D | bitstream.c | 1164 BitstreamPutBit(bs, 0); /* low_delay */ in BitstreamWriteVolHeader() 1167 BitstreamPutBit(bs, 1); /* low_delay */ in BitstreamWriteVolHeader() 1219 BitstreamPutBit(bs, 0); /* not_8_bit */ in BitstreamWriteVolHeader() 1236 BitstreamPutBit(bs, 1); /* quarterpel */ in BitstreamWriteVolHeader() 1238 BitstreamPutBit(bs, 0); /* no quarterpel */ in BitstreamWriteVolHeader() 1251 BitstreamPutBit(bs, 0); /* newpred_enable */ in BitstreamWriteVolHeader() 1255 BitstreamPutBit(bs, 0); /* scalability */ in BitstreamWriteVolHeader() 1310 BitstreamPutBit(bs, 1); in BitstreamWriteVopHeader() 1312 BitstreamPutBit(bs, 0); in BitstreamWriteVopHeader() 1426 BitstreamPutBit(bs, 1); in BitstreamWriteGroupOfVopHeader() [all …]
|
H A D | mbcoding.c | 505 BitstreamPutBit(bs, pMB->field_dct); in CodeBlockIntra() 662 BitstreamPutBit(bs, 0); in put_bvop_mbtype() 664 BitstreamPutBit(bs, 0); in put_bvop_mbtype() 666 BitstreamPutBit(bs, 0); in put_bvop_mbtype() 668 BitstreamPutBit(bs, 1); in put_bvop_mbtype() 687 BitstreamPutBit(bs, 0); in put_bvop_dbquant() 691 BitstreamPutBit(bs, 1); in put_bvop_dbquant() 692 BitstreamPutBit(bs, 0); in put_bvop_dbquant() 696 BitstreamPutBit(bs, 1); in put_bvop_dbquant() 697 BitstreamPutBit(bs, 1); in put_bvop_dbquant() [all …]
|
H A D | mbcoding.h | 84 BitstreamPutBit(bs, 1); /* not coded */ in MBSkip()
|
H A D | bitstream.h | 100 #define WRITE_MARKER() BitstreamPutBit(bs, 1) 426 BitstreamPutBit(Bitstream * const bs, in BitstreamPutBit() function
|