Go to the source code of this file.
Functions | |
| static void | state_restore_mmx (cpu_state_t *state) |
| static void | state_save_altivec (cpu_state_t *state) |
| static void | state_restore_altivec (cpu_state_t *state) |
| 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 |
| static void state_restore_mmx | ( | cpu_state_t * | state | ) | [static] |
| static void state_save_altivec | ( | cpu_state_t * | state | ) | [static] |
| static void state_restore_altivec | ( | cpu_state_t * | state | ) | [static] |
| void mpeg2_cpu_state_init | ( | uint32_t | accel | ) |
| void(* mpeg2_cpu_state_save)(cpu_state_t *state) = NULL |
Referenced by mpeg2_cpu_state_init(), and mpeg2_slice().
| void(* mpeg2_cpu_state_restore)(cpu_state_t *state) = NULL |
Referenced by mpeg2_cpu_state_init(), and mpeg2_slice().
1.5.5