Lines Matching refs:ret
185 int i, mb_x, q, ret;
188 if ((ret = init_get_bits8(&c->gb, buf, buf_size)) < 0)
189 return ret;
198 ret = tscc2_decode_mb(c, c->q[q - 1], c->quant[q - 1] - 2,
200 if (ret)
201 return ret;
218 int ret;
233 if ((ret = ff_reget_buffer(avctx, c->pic, 0)) < 0) {
234 return ret;
307 ret = tscc2_decode_slice(c, i, buf + bytestream2_tell(&gb), size);
308 if (ret) {
310 return ret;
316 if ((ret = av_frame_ref(rframe, c->pic)) < 0)
317 return ret;