Searched refs:secondstages (Results 1 - 3 of 3) sorted by relevance

/external/libvorbis/lib/
H A Dbackends.h114 int secondstages[64]; /* expanded out to pointers in lookup */ member in struct:vorbis_info_residue0
H A Dres0.c133 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[
[all...]
H A Dvorbisenc.c480 r->secondstages[i]|=(1<<k);
500 r->secondstages[i]|=(1<<k);

Completed in 167 milliseconds