VIDEOSTREAM 98 avi2swf/v2swf.c VIDEOSTREAM stream; VIDEOSTREAM 38 lib/h.263/swfvideo.c void swf_SetVideoStreamDefine(TAG*tag, VIDEOSTREAM*stream, U16 frames, U16 width, U16 height) VIDEOSTREAM 43 lib/h.263/swfvideo.c memset(stream, 0, sizeof(VIDEOSTREAM)); VIDEOSTREAM 73 lib/h.263/swfvideo.c void swf_VideoStreamClear(VIDEOSTREAM*stream) VIDEOSTREAM 264 lib/h.263/swfvideo.c static void copyregion(VIDEOSTREAM*s, YUV*dest, YUV*src, int bx, int by) VIDEOSTREAM 290 lib/h.263/swfvideo.c static void copy_block_pic(VIDEOSTREAM*s, YUV*dest, block_t*b, int bx, int by) VIDEOSTREAM 316 lib/h.263/swfvideo.c static int compare_pic_pic(VIDEOSTREAM*s, YUV*pp1, YUV*pp2, int bx, int by) VIDEOSTREAM 339 lib/h.263/swfvideo.c static int compare_pic_block(VIDEOSTREAM*s, block_t* b, YUV*pic, int bx, int by) VIDEOSTREAM 769 lib/h.263/swfvideo.c static void predictmvd(VIDEOSTREAM*s, int bx, int by, int*px, int*py) VIDEOSTREAM 871 lib/h.263/swfvideo.c void prepareIBlock(VIDEOSTREAM*s, iblockdata_t*data, int bx, int by, block_t* fb, int*bits, int iframe) VIDEOSTREAM 913 lib/h.263/swfvideo.c int writeIBlock(VIDEOSTREAM*s, TAG*tag, iblockdata_t*data) VIDEOSTREAM 942 lib/h.263/swfvideo.c int getmvdbits(VIDEOSTREAM*s,block_t*fb, int bx,int by,int hx,int hy) VIDEOSTREAM 961 lib/h.263/swfvideo.c void prepareMVDBlock(VIDEOSTREAM*s, mvdblockdata_t*data, int bx, int by, block_t* fb, int*bits) VIDEOSTREAM 1063 lib/h.263/swfvideo.c int writeMVDBlock(VIDEOSTREAM*s, TAG*tag, mvdblockdata_t*data) VIDEOSTREAM 1101 lib/h.263/swfvideo.c static int encode_PFrame_block(TAG*tag, VIDEOSTREAM*s, int bx, int by) VIDEOSTREAM 1135 lib/h.263/swfvideo.c static void encode_IFrame_block(TAG*tag, VIDEOSTREAM*s, int bx, int by) VIDEOSTREAM 1215 lib/h.263/swfvideo.c void swf_SetVideoStreamIFrame(TAG*tag, VIDEOSTREAM*s, RGBA*pic, int quant) VIDEOSTREAM 1240 lib/h.263/swfvideo.c void swf_SetVideoStreamBlackFrame(TAG*tag, VIDEOSTREAM*s) VIDEOSTREAM 1273 lib/h.263/swfvideo.c void swf_SetVideoStreamPFrame(TAG*tag, VIDEOSTREAM*s, RGBA*pic, int quant) VIDEOSTREAM 1308 lib/h.263/swfvideo.c void swf_SetVideoStreamMover(TAG*tag, VIDEOSTREAM*s, signed char* movex, signed char* movey, void**pictures, int quant) VIDEOSTREAM 1393 lib/h.263/swfvideo.c VIDEOSTREAM stream; VIDEOSTREAM 1394 lib/h.263/swfvideo.c VIDEOSTREAM* s = &stream; VIDEOSTREAM 1449 lib/h.263/swfvideo.c VIDEOSTREAM stream; VIDEOSTREAM 1524 lib/h.263/swfvideo.c VIDEOSTREAM stream; VIDEOSTREAM 898 lib/python/tags.c VIDEOSTREAM* stream; VIDEOSTREAM 939 lib/python/tags.c fi->stream = malloc(sizeof(VIDEOSTREAM)); VIDEOSTREAM 940 lib/python/tags.c memset(fi->stream, 0, sizeof(VIDEOSTREAM)); VIDEOSTREAM 949 lib/python/tags.c static VIDEOSTREAM* videostream_getVIDEOSTREAM(PyObject*self) VIDEOSTREAM 1020 lib/rfxswf.h void swf_SetVideoStreamDefine(TAG*tag, VIDEOSTREAM*stream, U16 frames, U16 width, U16 height); VIDEOSTREAM 1021 lib/rfxswf.h void swf_SetVideoStreamIFrame(TAG*tag, VIDEOSTREAM*s, RGBA*pic, int quant/* 1-31, 1=best quality, 31=best compression*/); VIDEOSTREAM 1022 lib/rfxswf.h void swf_SetVideoStreamBlackFrame(TAG*tag, VIDEOSTREAM*s); VIDEOSTREAM 1023 lib/rfxswf.h void swf_SetVideoStreamPFrame(TAG*tag, VIDEOSTREAM*s, RGBA*pic, int quant/* 1-31, 1=best quality, 31=best compression*/); VIDEOSTREAM 1024 lib/rfxswf.h void swf_SetVideoStreamMover(TAG*tag, VIDEOSTREAM*s, signed char* movex, signed char* movey, void** image, int quant); VIDEOSTREAM 1025 lib/rfxswf.h void swf_VideoStreamClear(VIDEOSTREAM*stream); VIDEOSTREAM 66 src/jpeg2swf.c VIDEOSTREAM stream;