Lines Matching refs:ret
195 int i, ret;
199 if ((ret = ff_mdct_init(&s->imdct_256, 8, 1, 1.0)) < 0 ||
200 (ret = ff_mdct_init(&s->imdct_512, 9, 1, 1.0)) < 0)
201 return ret;
1094 int i, bnd, seg, ch, ret;
1139 if ((ret = spx_strategy(s, blk)) < 0)
1140 return ret;
1157 if ((ret = coupling_strategy(s, blk, bit_alloc_stages)) < 0)
1158 return ret;
1172 if ((ret = coupling_coordinates(s, blk)) < 0)
1173 return ret;
1491 int blk, ch, err, offset, ret;
1540 if ((ret = init_get_bits8(&s->gbc, buf, buf_size)) < 0)
1541 return ret;
1626 if ((ret = set_downmix_coeffs(s)) < 0) {
1628 return ret;
1689 if ((ret = init_get_bits8(&s->gbc, buf + s->frame_size, buf_size - s->frame_size)) < 0)
1690 return ret;
1778 if ((ret = ff_get_buffer(avctx, frame, 0)) < 0)
1779 return ret;
1815 if ((ret = ff_side_data_update_matrix_encoding(frame, matrix_encoding)) < 0)
1816 return ret;