Lines Matching defs:ret
314 int ret, i, mb, blk;
343 if ((ret = aic_decode_coeffs(&gb, ctx->data_ptr[i],
346 return ret;
392 int x, y, ret;
406 ret = aic_decode_header(ctx, buf, buf_size);
407 if (ret < 0) {
409 return ret;
412 if ((ret = ff_thread_get_buffer(avctx, ctx->frame, 0)) < 0)
413 return ret;
427 ret = aic_decode_slice(ctx, x, y, buf + off, slice_size);
428 if (ret < 0) {
431 return ret;