XFACE_FIRST_PRINT 39 libavcodec/xface.h #define XFACE_PRINTS (XFACE_LAST_PRINT - XFACE_FIRST_PRINT + 1) XFACE_FIRST_PRINT 130 libavcodec/xfacedec.c if (c < XFACE_FIRST_PRINT || c > XFACE_LAST_PRINT) XFACE_FIRST_PRINT 139 libavcodec/xfacedec.c ff_big_add(&b, c - XFACE_FIRST_PRINT); XFACE_FIRST_PRINT 205 libavcodec/xfaceenc.c intbuf[i++] = r + XFACE_FIRST_PRINT;