#include <pkvorbisbackends.h>

Public Attributes | |
| void(* | pack )(struct vorbis_info_floor *, struct oggpack_buffer *) |
| struct vorbis_info_floor *(* | unpack )(struct vorbis_info *, struct oggpack_buffer *) |
| struct vorbis_look_floor *(* | look )(struct vorbis_dsp_state *, struct vorbis_info_mode *, struct vorbis_info_floor *) |
| struct vorbis_info_floor *(* | copy_info )(struct vorbis_info_floor *) |
| void(* | free_info )(struct vorbis_info_floor *) |
| void(* | free_look )(struct vorbis_look_floor *) |
| int(* | forward )(struct vorbis_block *, struct vorbis_look_floor *, float *, const float *, const float *, const float *, float *) |
| void *(* | inverse1 )(struct vorbis_block *, struct vorbis_look_floor *) |
| int(* | inverse2 )(struct vorbis_block *, struct vorbis_look_floor *, void *buffer, float *) |
struct vorbis_info_floor*(* vorbis_func_floor::copy_info)(struct vorbis_info_floor *) [read] |
| int(* vorbis_func_floor::forward)(struct vorbis_block *, struct vorbis_look_floor *, float *, const float *,const float *, const float *,float *) |
| void(* vorbis_func_floor::free_info)(struct vorbis_info_floor *) |
| void(* vorbis_func_floor::free_look)(struct vorbis_look_floor *) |
| void*(* vorbis_func_floor::inverse1)(struct vorbis_block *, struct vorbis_look_floor *) |
| int(* vorbis_func_floor::inverse2)(struct vorbis_block *, struct vorbis_look_floor *, void *buffer, float *) |
struct vorbis_look_floor*(* vorbis_func_floor::look)(struct vorbis_dsp_state *, struct vorbis_info_mode *, struct vorbis_info_floor *) [read] |
| void(* vorbis_func_floor::pack)(struct vorbis_info_floor *, struct oggpack_buffer *) |
struct vorbis_info_floor*(* vorbis_func_floor::unpack)(struct vorbis_info *, struct oggpack_buffer *) [read] |
1.7.1