Lines Matching refs:ci
30 codec_setup_info *ci= vi ? vi->codec_setup : 0; in vorbis_synthesis() local
34 if (!vd || !b || !vi || !ci || !opb) { in vorbis_synthesis()
55 if(!ci->mode_param[mode]){ in vorbis_synthesis()
59 vb->W=ci->mode_param[mode]->blockflag; in vorbis_synthesis()
80 vb->pcmend=ci->blocksizes[vb->W]; 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()
98 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_trackonly() local
117 vb->W=ci->mode_param[mode]->blockflag; in vorbis_synthesis_trackonly()
140 codec_setup_info *ci=vi->codec_setup; in vorbis_packet_blocksize() local
154 int v=ci->modes; in vorbis_packet_blocksize()
164 return(ci->blocksizes[ci->mode_param[mode]->blockflag]); in vorbis_packet_blocksize()
169 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_halfrate() local
172 if(ci->blocksizes[0]<=64 && flag)return -1; in vorbis_synthesis_halfrate()
173 ci->halfrate_flag=(flag?1:0); in vorbis_synthesis_halfrate()
178 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_halfrate_p() local
179 return ci->halfrate_flag; in vorbis_synthesis_halfrate_p()