Home
last modified time | relevance | path

Searched refs:pby (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcfhdenc.c231 PutByteContext pby; member
427 PutByteContext *pby = &s->pby; in cfhd_encode_frame() local
554 bytestream2_init_writer(pby, pkt->data, pkt->size); in cfhd_encode_frame()
556 bytestream2_put_be16(pby, SampleType); in cfhd_encode_frame()
557 bytestream2_put_be16(pby, 9); in cfhd_encode_frame()
559 bytestream2_put_be16(pby, SampleIndexTable); in cfhd_encode_frame()
560 bytestream2_put_be16(pby, s->planes); in cfhd_encode_frame()
563 bytestream2_put_be32(pby, 0); in cfhd_encode_frame()
565 bytestream2_put_be16(pby, TransformTyp in cfhd_encode_frame()
[all...]
/third_party/lzma/Java/SevenZip/Compression/LZ/
H A DInWindow.java114 // Byte *pby = _buffer + (size_t)_pos + index; in GetMatchLen()
115 int pby = _bufferOffset + _pos + index; in GetMatchLen()
118 for (i = 0; i < limit && _bufferBase[pby + i] == _bufferBase[pby + i - distance]; i++); in GetMatchLen()
/third_party/lzma/CS/7zip/Compress/LZ/
H A DLzInWindow.cs114 // Byte *pby = _buffer + (size_t)_pos + index; in GetMatchLen()
115 UInt32 pby = _bufferOffset + _pos + (UInt32)index; in GetMatchLen()
118 for (i = 0; i < limit && _bufferBase[pby + i] == _bufferBase[pby + i - distance]; i++); in GetMatchLen()

Completed in 3 milliseconds