mpeg_lproto.h
1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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 *);