Lines Matching refs:mode
32 int type,mode,i; in vorbis_synthesis() local
49 mode=oggpack_read(opb,b->modebits); in vorbis_synthesis()
50 if(mode==-1){ in vorbis_synthesis()
54 vb->mode=mode; in vorbis_synthesis()
55 if(!ci->mode_param[mode]){ in vorbis_synthesis()
59 vb->W=ci->mode_param[mode]->blockflag; in vorbis_synthesis()
86 type=ci->map_type[ci->mode_param[mode]->mapping]; in vorbis_synthesis()
88 return(_mapping_P[type]->inverse(vb,ci->map_param[ci->mode_param[mode]-> in vorbis_synthesis()
100 int mode; in vorbis_synthesis_trackonly() local
113 mode=oggpack_read(opb,b->modebits); in vorbis_synthesis_trackonly()
114 if(mode==-1)return(OV_EBADPACKET); in vorbis_synthesis_trackonly()
116 vb->mode=mode; in vorbis_synthesis_trackonly()
117 vb->W=ci->mode_param[mode]->blockflag; in vorbis_synthesis_trackonly()
142 int mode; in vorbis_packet_blocksize() local
161 mode=oggpack_read(&opb,modebits); in vorbis_packet_blocksize()
163 if(mode==-1)return(OV_EBADPACKET); in vorbis_packet_blocksize()
164 return(ci->blocksizes[ci->mode_param[mode]->blockflag]); in vorbis_packet_blocksize()