Lines Matching defs:nchars
1473 int nchars;
1529 nchars = 0;
1532 nchars += 4;
1536 tmp_32 = ff_mlz_decompression(ctx->mlz, gb, nchars, larray);
1537 if(tmp_32 != nchars) {
1538 av_log(ctx->avctx, AV_LOG_ERROR, "Error in MLZ decompression (%"PRId32", %d).\n", tmp_32, nchars);
1569 nchars = 0;
1572 nchars += (int) nbits[i] / 8;
1574 ++nchars;
1579 tmp_32 = ff_mlz_decompression(ctx->mlz, gb, nchars, larray);
1580 if(tmp_32 != nchars) {
1581 av_log(ctx->avctx, AV_LOG_ERROR, "Error in MLZ decompression (%"PRId32", %d).\n", tmp_32, nchars);