Lines Matching defs:ret
565 int i, its, ch, w, chans, tag, start_ch, ret, frame_bits;
573 if ((ret = ff_af_queue_add(&s->afq, frame)) < 0)
574 return ret;
682 if ((ret = ff_alloc_packet(avctx, avpkt, 8192 * s->channels)) < 0)
683 return ret;
921 int ret = 0;
930 if ((ret = ff_mdct_init(&s->mdct1024, 11, 0, 32768.0)) < 0)
931 return ret;
932 if ((ret = ff_mdct_init(&s->mdct128, 8, 0, 32768.0)) < 0)
933 return ret;
954 int i, ret = 0;
1074 if ((ret = dsp_init(avctx, s)) < 0)
1075 return ret;
1077 if ((ret = alloc_buffers(avctx, s)) < 0)
1078 return ret;
1080 if ((ret = put_audio_specific_config(avctx)))
1081 return ret;
1089 if ((ret = ff_psy_init(&s->psy, avctx, 2, sizes, lengths,
1091 return ret;