代码搜索:Xvid

找到约 2,776 项符合「Xvid」的源代码

代码结果 2,776
www.eeworm.com/read/277636/4153131

c mem_transfer.c

#include "../global.h" #include "mem_transfer.h" #include "decoder.h" #include "define.h" /* Function pointers - Initialized in the xvid.c module */ TRANSFER_8TO16COPY_PTR transfer_8to16copy; TRANSF
www.eeworm.com/read/277636/4153316

c mem_transfer.c

#include "../global.h" #include "mem_transfer.h" #include "decoder.h" #include "define.h" /* Function pointers - Initialized in the xvid.c module */ TRANSFER_8TO16COPY_PTR transfer_8to16copy; TRANSF
www.eeworm.com/read/259928/4335819

h yuv_mmx.h

/* * YUV -> RGB mmx declaration * from xvid codec source code */ #ifndef _YUV_MMX_H #define _YUV_MMX_H #include "color_space.h" /* yuv 4:2:0 planar -> yuyv (yuv2) packed */ #ifndef byte
www.eeworm.com/read/14735/405551

h decoder.h

#ifndef _DECODER_H_ #define _DECODER_H_ #include "xvid.h" #include "portab.h" #include "global.h" #include "image/image.h" typedef struct { // bitstream uint32_t shape; uint32_t
www.eeworm.com/read/251805/4416635

h decoder.h

#ifndef _DECODER_H_ #define _DECODER_H_ #include "xvid.h" #include "portab.h" #include "global.h" #include "image/image.h" typedef struct { // bitstream uint32_t shape; uint32_t
www.eeworm.com/read/277636/4153381

h enc_image.h

#ifndef _IMAGE_H_ #define _IMAGE_H_ #include "portab.h" #include "ftmcp100.h" #include "xvid.h" typedef struct { uint8_t *y; // the physical address uint8_t *u; // the physical address
www.eeworm.com/read/277636/4153497

h image.h

#ifndef _IMAGE_H_ #define _IMAGE_H_ #include "../portab.h" #include "colorspace.h" #include "../xvid.h" #ifdef __cplusplus extern "C" { #endif #define EDGE_SIZE 16 typedef struct { uint8_t *y;
www.eeworm.com/read/269921/11060255

htm 7583.htm

下载地址:thunder://QUFodHRwOi8vMjIxLjIzOC4yNTIuMjM3LzhEL0ExLzhENzM1QkNCNTg1NjAyMDdFMDVCNUVFNDcwMUY2NDE5NzdCNEZFQTEudG9ycmVudFpa[[秋刀鱼之味]An.Autumn.Afternoon.1962.DVDRip.XviD.IMBT][512×
www.eeworm.com/read/191979/8413585

c mvmemoryalloc.c

#include "MVGlobal.h" #include "MVMemoryalloc.h" void * xvid_malloc(size_t size, uint8_t alignment) { uint8_t *mem_ptr; if (!alignment) { if ((mem_ptr = (uint8_t *) malloc(size +
www.eeworm.com/read/136571/5869620

c mem_align.c

#include #include #include "mem_align.h" void *xvid_malloc(size_t size, uint8_t alignment) { uint8_t *mem_ptr; if(!alignment) { /* We have not to satisfy any