Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsgienc.c55 void (*bytestream2_put)(PutByteContext *, unsigned int); in sgi_rle_encode() local
58 bytestream2_put = bytestream2_put_byte; in sgi_rle_encode()
60 bytestream2_put = bytestream2_put_be16; in sgi_rle_encode()
70 bytestream2_put(pbc, count); in sgi_rle_encode()
71 bytestream2_put(pbc, val); in sgi_rle_encode()
79 bytestream2_put(pbc, count + 0x80); in sgi_rle_encode()
82 bytestream2_put(pbc, val); in sgi_rle_encode()