mpeg_lproto.h 1 KB
int SIGN( int );

void xtern_mpeg(MacroBlock *);

void xtern_iq(short *, short *, short *, short, short);

void xtern_dct( short *, short * );

void xtern_resamp( int , int , int , int ,
	    unsigned char *,  int , unsigned char *,  int ,
	    unsigned char *, int , unsigned char *, int );


void resamp_uv( unsigned char *, int , int , int );

void resamp_y( unsigned char *, int , int , int );

void msp_intra_iq( short *, short *, short *);

void msp_nonintra_iq( short *, short *, short *);

void msp_scale_qmat( short *, int , short *);

void msp_check_mat( short *, short *, int );

void vabs( short *, short *, short *);

void vabsi( short *, int , short *);

void vadd( short *, short *, short *);

void vsub( short *, short *, short *);

void vmul( short *, short *, short *);

void vmuli( short *, int , short *);

void vmulq( short *, short *, short *);

void vmulz( short *, short *, short *);

void vnori( short *, int , short *);

void vcmpgti( short *, int , short *);

void vcmplti( short *, int , short *);