Home | History | Annotate | Download | only in Tremolo

Lines Matching refs:err_out

197   if(vi->rate>=64000 || ci->blocksizes[1]>4096)goto err_out;
199 if(vi->rate<64000 && ci->blocksizes[1]>4096)goto err_out;
202 if(vi->rate<1)goto err_out;
203 if(vi->channels<1)goto err_out;
204 if(ci->blocksizes[0]<64)goto err_out;
205 if(ci->blocksizes[1]<ci->blocksizes[0])goto err_out;
206 if(ci->blocksizes[1]>8192)goto err_out;
208 if(oggpack_read(opb,1)!=1)goto err_out; /* EOP check */
211 err_out:
219 if(vendorlen<0)goto err_out;
221 if(!vc->vendor)goto err_out;
224 if(vc->comments<0)goto err_out;
228 goto err_out;
231 if (!vc->comment_lengths)goto err_out;
235 if(len<0)goto err_out;
238 if(!vc->user_comments[i])goto err_out;
241 if(oggpack_read(opb,1)!=1)goto err_out; /* EOP check */
244 err_out:
261 goto err_out;
264 if(vorbis_book_unpack(opb,ci->book_param+i))goto err_out;
269 if(oggpack_read(opb,16)!=0)goto err_out;
277 goto err_out;
281 if(ci->floor_type[i]<0 || ci->floor_type[i]>=VI_FLOORB)goto err_out;
286 if(!ci->floor_param[i])goto err_out;
294 goto err_out;
297 if(res_unpack(ci->residue_param+i,vi,opb))goto err_out;
304 goto err_out;
307 if(oggpack_read(opb,16)!=0)goto err_out;
308 if(mapping_info_unpack(ci->map_param+i,vi,opb))goto err_out;
317 goto err_out;
321 if(oggpack_read(opb,16))goto err_out;
322 if(oggpack_read(opb,16))goto err_out;
324 if(ci->mode_param[i].mapping>=ci->maps)goto err_out;
327 if(oggpack_read(opb,1)!=1)goto err_out; /* top level EOP check */
330 err_out: