Public Attributes

vorbis_func_floor Struct Reference

#include <pkvorbisbackends.h>

Collaboration diagram for vorbis_func_floor:
Collaboration graph
[legend]

List of all members.

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 *)

Member Data Documentation

int(* vorbis_func_floor::forward)(struct vorbis_block *, struct vorbis_look_floor *, float *, const float *,const float *, const float *,float *)
int(* vorbis_func_floor::inverse2)(struct vorbis_block *, struct vorbis_look_floor *, void *buffer, float *)