Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dxface.h41 #define XFACE_LAST_PRINT '~' macro
42 #define XFACE_PRINTS (XFACE_LAST_PRINT - XFACE_FIRST_PRINT + 1)
Dxfacedec.c130 if (c < XFACE_FIRST_PRINT || c > XFACE_LAST_PRINT) in xface_decode_frame()