Revision 5b21bdab libavcodec/sparc/vis.h
libavcodec/sparc/vis.h | ||
---|---|---|
40 | 40 |
* the assembler to keep the binary from becoming tainted. |
41 | 41 |
*/ |
42 | 42 |
|
43 |
#ifndef AVCODEC_VIS_H
|
|
44 |
#define AVCODEC_VIS_H
|
|
43 |
#ifndef FFMPEG_VIS_H
|
|
44 |
#define FFMPEG_VIS_H
|
|
45 | 45 |
|
46 | 46 |
#define vis_opc_base ((0x1 << 31) | (0x36 << 19)) |
47 | 47 |
#define vis_opf(X) ((X) << 5) |
... | ... | |
329 | 329 |
|
330 | 330 |
#define vis_pdist(rs1,rs2,rd) vis_dd2d(0x3e, rs1, rs2, rd) |
331 | 331 |
|
332 |
#endif // AVCODEC_VIS_H |
|
332 |
#endif /* FFMPEG_VIS_H */ |
Also available in: Unified diff