OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vorbis_look_psy_global
(Results
1 - 5
of
5
) sorted by null
/external/libvorbis/lib/
codec_internal.h
72
vorbis_look_psy_global
*psy_g_look;
133
extern
vorbis_look_psy_global
*_vp_global_look(vorbis_info *vi);
134
extern void _vp_global_free(
vorbis_look_psy_global
*look);
psy.h
92
}
vorbis_look_psy_global
;
typedef in typeref:struct:__anon17841
psy.c
36
vorbis_look_psy_global
*_vp_global_look(vorbis_info *vi){
39
vorbis_look_psy_global
*look=_ogg_calloc(1,sizeof(*look));
48
void _vp_global_free(
vorbis_look_psy_global
*look){
[
all
...]
psytune.c
247
vorbis_look_psy_global
*pg_look;
block.c
528
vorbis_look_psy_global
*g=b->psy_g_look;
Completed in 655 milliseconds