Searched refs:vorbis_look_floor (Results 1 – 5 of 5) sorted by relevance
/external/libvorbis/lib/ |
D | backends.h | 33 vorbis_look_floor *(*look) (vorbis_dsp_state *,vorbis_info_floor *); 35 void (*free_look) (vorbis_look_floor *); 36 void *(*inverse1) (struct vorbis_block *,vorbis_look_floor *); 37 int (*inverse2) (struct vorbis_block *,vorbis_look_floor *,
|
D | floor0.c | 58 static void floor0_free_look(vorbis_look_floor *i){ in floor0_free_look() 144 static vorbis_look_floor *floor0_look(vorbis_dsp_state *vd, in floor0_look() 157 static void *floor0_inverse1(vorbis_block *vb,vorbis_look_floor *i){ in floor0_inverse1() 193 static int floor0_inverse2(vorbis_block *vb,vorbis_look_floor *i, in floor0_inverse2()
|
D | codec_internal.h | 42 typedef void vorbis_look_floor; typedef 69 vorbis_look_floor **flr;
|
D | floor1.c | 62 static void floor1_free_look(vorbis_look_floor *i){ in floor1_free_look() 197 static vorbis_look_floor *floor1_look(vorbis_dsp_state *vd, in floor1_look() 968 static void *floor1_inverse1(vorbis_block *vb,vorbis_look_floor *in){ in floor1_inverse1() 1054 static int floor1_inverse2(vorbis_block *vb,vorbis_look_floor *in,void *memo, in floor1_inverse2()
|
D | psytune.c | 248 vorbis_look_floor *floor_look; in main()
|