xine-lib 1.2.11
|
#include "config.h"
#include <stdlib.h>
#include <inttypes.h>
#include "mpeg2_internal.h"
#include <xine/xineutils.h>
#include "xine_mmx.h"
Functions | |
void | mpeg2_cpu_state_init (uint32_t mm_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 | mm_accel | ) |
References MM_ACCEL_PPC_ALTIVEC, MM_ACCEL_X86_MMX, mpeg2_cpu_state_restore, and mpeg2_cpu_state_save.
Referenced by mpeg2_accel(), and mpeg2_init().
void(* mpeg2_cpu_state_restore) (cpu_state_t *state) | ( | cpu_state_t * | state | ) | = NULL |
Referenced by mpeg2_cpu_state_init(), and mpeg2_xvmc_slice().
void(* mpeg2_cpu_state_save) (cpu_state_t *state) | ( | cpu_state_t * | state | ) | = NULL |
Referenced by mpeg2_cpu_state_init(), and mpeg2_xvmc_slice().