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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/lib/
H A Dbackends.h113 int secondstages[64]; /* expanded out to pointers in lookup */ member in struct:vorbis_info_residue0
H A Dres0.c129 if((info->secondstages[j]>>k)&1){
181 /* secondstages is a bitmask; as encoding progresses pass by pass, a
185 if(ilog(info->secondstages[j])>3){
187 oggpack_write(opb,info->secondstages[j],3);
189 oggpack_write(opb,info->secondstages[j]>>3,5);
191 oggpack_write(opb,info->secondstages[j],4); /* trailing zero */
192 acc+=icount(info->secondstages[j]);
223 info->secondstages[j]=cascade;
277 int stages=ilog(info->secondstages[j]);
282 if(info->secondstages[
[all...]
H A Dvorbisenc.c504 r->secondstages[i]|=(1<<k);
524 r->secondstages[i]|=(1<<k);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/lib/
H A Dbackends.h113 int secondstages[64]; /* expanded out to pointers in lookup */ member in struct:vorbis_info_residue0
H A Dres0.c129 if((info->secondstages[j]>>k)&1){
181 /* secondstages is a bitmask; as encoding progresses pass by pass, a
185 if(ilog(info->secondstages[j])>3){
187 oggpack_write(opb,info->secondstages[j],3);
189 oggpack_write(opb,info->secondstages[j]>>3,5);
191 oggpack_write(opb,info->secondstages[j],4); /* trailing zero */
192 acc+=icount(info->secondstages[j]);
223 info->secondstages[j]=cascade;
277 int stages=ilog(info->secondstages[j]);
282 if(info->secondstages[
[all...]
H A Dvorbisenc.c504 r->secondstages[i]|=(1<<k);
524 r->secondstages[i]|=(1<<k);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/lib/
H A Dbackends.h113 int secondstages[64]; /* expanded out to pointers in lookup */ member in struct:vorbis_info_residue0
H A Dres0.c129 if((info->secondstages[j]>>k)&1){
181 /* secondstages is a bitmask; as encoding progresses pass by pass, a
185 if(ilog(info->secondstages[j])>3){
187 oggpack_write(opb,info->secondstages[j],3);
189 oggpack_write(opb,info->secondstages[j]>>3,5);
191 oggpack_write(opb,info->secondstages[j],4); /* trailing zero */
192 acc+=icount(info->secondstages[j]);
223 info->secondstages[j]=cascade;
277 int stages=ilog(info->secondstages[j]);
282 if(info->secondstages[
[all...]
H A Dvorbisenc.c504 r->secondstages[i]|=(1<<k);
524 r->secondstages[i]|=(1<<k);

Completed in 147 milliseconds