Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dqoienc.c59 bytestream_put_byte(&buf, QOI_OP_RUN | (run - 1)); in qoi_encode_frame()
66 bytestream_put_byte(&buf, QOI_OP_RUN | (run - 1)); in qoi_encode_frame()
117 bytestream_put_byte(&buf, QOI_OP_RUN | (run - 1)); in qoi_encode_frame()
H A Dqoi.h27 #define QOI_OP_RUN 0xc0 /* 11xxxxxx */ macro
H A Dqoidec.c98 } else if ((chunk & QOI_MASK_2) == QOI_OP_RUN) { in qoi_decode_frame()

Completed in 1 milliseconds