OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stagemasks
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
res012.c
50
if(info->
stagemasks
)_ogg_free(info->
stagemasks
);
73
info->
stagemasks
=_ogg_malloc(info->partitions*sizeof(*info->
stagemasks
));
80
info->
stagemasks
[j]=cascade;
85
if((info->
stagemasks
[j]>>k)&1){
168
if(idx < info->partitions && info->
stagemasks
[idx]&(1<<s)){
229
(info->
stagemasks
[(int)partword[i]] & (1 << s))){
codec_internal.h
133
unsigned char *
stagemasks
;
member in struct:vorbis_info_residue
Completed in 863 milliseconds