|
xine-lib 1.2.12
|
#include "config.h"#include <stdlib.h>#include <inttypes.h>#include "../include/mpeg2.h"#include "../include/attributes.h"#include "mpeg2_internal.h"Functions | |
| void | mpeg2_cpu_state_init (uint32_t accel) |
Variables | |
| void(* | mpeg2_cpu_state_save )(cpu_state_t *state) = NULL |
| void(* | mpeg2_cpu_state_restore )(cpu_state_t *state) = NULL |
| void mpeg2_cpu_state_init | ( | uint32_t | accel | ) |
References MPEG2_ACCEL_PPC_ALTIVEC, MPEG2_ACCEL_X86_MMX, mpeg2_cpu_state_restore, and mpeg2_cpu_state_save.
| void(* mpeg2_cpu_state_restore) (cpu_state_t *state) | ( | cpu_state_t * | state | ) | = NULL |
| void(* mpeg2_cpu_state_save) (cpu_state_t *state) | ( | cpu_state_t * | state | ) | = NULL |