Searched refs:rowsout (Results 1 – 1 of 1) sorted by relevance
32 int i, j, l, commas, ret, size, linesize, lineout, rowsout; in xbm_encode_frame() local39 rowsout = avctx->height; in xbm_encode_frame()42 rowsout = (commas + lineout - 1) / lineout; in xbm_encode_frame()45 size = rowsout * (lineout * 6 + 1) + 106; in xbm_encode_frame()