Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dqoi.h33 #define QOI_COLOR_HASH(px) (px[0]*3 + px[1]*5 + px[2]*7 + px[3]*11) macro
H A Dqoidec.c102 memcpy(index[QOI_COLOR_HASH(px) & 63], px, 4); in qoi_decode_frame()
H A Dqoienc.c70 index_pos = QOI_COLOR_HASH(px) & 63; in qoi_encode_frame()

Completed in 1 milliseconds