Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dxface.h40 #define XFACE_FIRST_PRINT '!' macro
42 #define XFACE_PRINTS (XFACE_LAST_PRINT - XFACE_FIRST_PRINT + 1)
H A Dxfacedec.c129 if (c < XFACE_FIRST_PRINT || c > XFACE_LAST_PRINT) in xface_decode_frame()
138 ff_big_add(&b, c - XFACE_FIRST_PRINT); in xface_decode_frame()
H A Dxfaceenc.c196 intbuf[i++] = r + XFACE_FIRST_PRINT; in xface_encode_frame()

Completed in 2 milliseconds