
Go to the source code of this file.
Defines | |
| #define | ACCEL_X86_MMX 0x80000000 |
| #define | ACCEL_X86_3DNOW 0x40000000 |
| #define | ACCEL_X86_MMXEXT 0x20000000 |
Functions | |
| int | cpu_accel (void) |
| #define ACCEL_X86_3DNOW 0x40000000 |
| #define ACCEL_X86_MMX 0x80000000 |
Definition at line 25 of file cpu_accel.h.
Referenced by init_motion(), init_predict_hv(), init_quantizer_hv(), and init_transform_hv().
| #define ACCEL_X86_MMXEXT 0x20000000 |
Definition at line 27 of file cpu_accel.h.
Referenced by init_motion(), init_predict_hv(), and init_quantizer_hv().
| int cpu_accel | ( | void | ) |
Definition at line 91 of file cpu_accel.c.
Referenced by init_motion(), init_predict_hv(), init_quantizer_hv(), and init_transform_hv().
1.5.5