Searched refs:BitstreamRepos (Results 1 – 4 of 4) sorted by relevance
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
D | datapart_encode.cpp | 380 BitstreamRepos(bs1, byteCount1, bitCount1); /* rewind one MB */ in EncodeSliceDataPartMode() 381 BitstreamRepos(bs2, byteCount2, bitCount2); /* rewind one MB */ in EncodeSliceDataPartMode() 382 BitstreamRepos(bs3, byteCount3, bitCount3); /* rewind one MB */ in EncodeSliceDataPartMode()
|
D | bitstream_io.h | 44 PV_STATUS BitstreamRepos(BitstreamEncVideo *bitstream, Int byteCount, Int bitCount);
|
D | combined_encode.cpp | 469 BitstreamRepos(bs1, byteCount, bitCount); /* rewind one MB */ in EncodeSliceCombinedMode() 512 BitstreamRepos(bs1, byteCount, 0); in EncodeSliceCombinedMode() 563 BitstreamRepos(bs1, byteCount, 0); in EncodeSliceCombinedMode()
|
D | bitstream_io.cpp | 580 PV_STATUS BitstreamRepos(BitstreamEncVideo *bitstream, Int byteCount, Int bitCount) in BitstreamRepos() function
|