Lines Matching defs:ret
158 int ret;
164 if ((ret = mp_get_code(mp, gb, 0)) < 0)
165 return ret;
288 int i, count1, count2, sz, ret;
290 if ((ret = ff_reget_buffer(avctx, mp->frame, 0)) < 0)
291 return ret;
331 ret = ff_init_vlc_from_lengths(&mp->vlc, mp->max_codes_bits, mp->codes_count,
335 if (ret < 0)
342 if ((ret = av_frame_ref(rframe, mp->frame)) < 0)
343 return ret;