SYMBOL INDEX (22 symbols across 1 files) FILE: msf_gif.h type MsfGifResult (line 75) | typedef struct { type MsfCookedFrame (line 83) | typedef struct { //internal use type MsfGifBuffer (line 88) | typedef struct MsfGifBuffer { //internal use type MsfGifState (line 95) | typedef struct { //internal use function msf_bit_log (line 224) | static inline int msf_bit_log(int i) { return 32 - __builtin_clz(i); } function msf_bit_log (line 227) | static inline int msf_bit_log(int i) { unsigned long idx; _BitScanRevers... function msf_bit_log (line 230) | static inline int msf_bit_log(int i) { function msf_imin (line 243) | static inline int msf_imin(int a, int b) { return a < b? a : b; } function msf_imax (line 244) | static inline int msf_imax(int a, int b) { return b < a? a : b; } function msf_cook_frame (line 257) | static void msf_cook_frame(MsfCookedFrame * frame, uint8_t * raw, uint8_... function msf_put_code (line 368) | static inline void msf_put_code(uint8_t * * writeHead, uint32_t * blockB... type MsfStridedList (line 388) | typedef struct { function msf_lzw_reset (line 394) | static inline void msf_lzw_reset(MsfStridedList * lzw, int tableSize, in... function MsfGifBuffer (line 401) | static MsfGifBuffer * msf_compress_frame(void * allocContext, int width,... function msf_free_gif_state (line 544) | static void msf_free_gif_state(MsfGifState * handle) { function msf_gif_begin (line 560) | int msf_gif_begin(MsfGifState * handle, int width, int height) { MsfTime... function msf_gif_frame (line 607) | int msf_gif_frame(MsfGifState * handle, uint8_t * pixelData, int centiSe... function MsfGifResult (line 634) | MsfGifResult msf_gif_end(MsfGifState * handle) { MsfTimeFunc function msf_gif_free (line 659) | void msf_gif_free(MsfGifResult result) { MsfTimeFunc function msf_gif_begin_to_file (line 667) | int msf_gif_begin_to_file(MsfGifState * handle, int width, int height, M... function msf_gif_frame_to_file (line 673) | int msf_gif_frame_to_file(MsfGifState * handle, uint8_t * pixelData, int... function msf_gif_end_to_file (line 684) | int msf_gif_end_to_file(MsfGifState * handle) {