OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:secondstages
(Results
1 - 3
of
3
) sorted by null
/external/libvorbis/lib/
backends.h
114
int
secondstages
[64]; /* expanded out to pointers in lookup */
member in struct:vorbis_info_residue0
res0.c
133
if((info->
secondstages
[j]>>k)&1){
185
/*
secondstages
is a bitmask; as encoding progresses pass by pass, a
189
if(ilog(info->
secondstages
[j])>3){
191
oggpack_write(opb,info->
secondstages
[j],3);
193
oggpack_write(opb,info->
secondstages
[j]>>3,5);
195
oggpack_write(opb,info->
secondstages
[j],4); /* trailing zero */
196
acc+=icount(info->
secondstages
[j]);
227
info->
secondstages
[j]=cascade;
286
int stages=ilog(info->
secondstages
[j]);
291
if(info->
secondstages
[j]&(1<<k))
[
all
...]
vorbisenc.c
480
r->
secondstages
[i]|=(1<<k);
500
r->
secondstages
[i]|=(1<<k);
[
all
...]
Completed in 141 milliseconds