Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dqoi.h26 #define QOI_OP_LUMA 0x80 /* 10xxxxxx */ macro
H A Dqoidec.c92 } else if ((chunk & QOI_MASK_2) == QOI_OP_LUMA) { in qoi_decode_frame()
H A Dqoienc.c92 bytestream_put_byte(&buf, QOI_OP_LUMA | (vg + 32)); in qoi_encode_frame()

Completed in 1 milliseconds