Home
last modified time | relevance | path

Searched refs:rowsout (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dxbmenc.c32 int i, j, l, commas, ret, size, linesize, lineout, rowsout; in xbm_encode_frame() local
39 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()