hvirtual/quicktime/wmx1.c File Reference

#include "quicktime.h"
#include "jpeglib.h"

Include dependency graph for wmx1.c:

Go to the source code of this file.

Defines

#define ABS(x)   ((x) < 0 ? -(x) : (x))

Functions

int quicktime_init_codec_wmx1 (quicktime_video_map_t *vtrack)
int quicktime_delete_codec_wmx1 (quicktime_video_map_t *vtrack)
int wmx1_write_cache (quicktime_t *file, int track)
int wmx1_store_in_cache (quicktime_t *file, unsigned char *cache, unsigned char **row_pointers, int track)
int quicktime_encode_wmx1 (quicktime_t *file, unsigned char **row_pointers, int track)
int quicktime_decode_wmx1 (quicktime_t *file, unsigned char **row_pointers, int track)


Define Documentation

#define ABS (  )     ((x) < 0 ? -(x) : (x))

Definition at line 4 of file wmx1.c.


Function Documentation

int quicktime_decode_wmx1 ( quicktime_t file,
unsigned char **  row_pointers,
int  track 
)

Definition at line 293 of file wmx1.c.

int quicktime_delete_codec_wmx1 ( quicktime_video_map_t vtrack  ) 

int quicktime_encode_wmx1 ( quicktime_t file,
unsigned char **  row_pointers,
int  track 
)

int quicktime_init_codec_wmx1 ( quicktime_video_map_t vtrack  ) 

int wmx1_store_in_cache ( quicktime_t file,
unsigned char *  cache,
unsigned char **  row_pointers,
int  track 
)

int wmx1_write_cache ( quicktime_t file,
int  track 
)


Generated on Mon Apr 28 14:08:52 2008 for Cinelerra by  doxygen 1.5.5