Searched refs:MAX_RLE_BULK (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dqtrleenc.c29 #define MAX_RLE_BULK 127 macro
101 + s->avctx->width/MAX_RLE_BULK + 1 /* rle codes */;
179 int limit = FFMIN(width - i, MAX_RLE_BULK);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dqtrleenc.c29 #define MAX_RLE_BULK 127 macro
101 + s->avctx->width/MAX_RLE_BULK + 1 /* rle codes */;
179 int limit = FFMIN(width - i, MAX_RLE_BULK);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dqtrleenc.c29 #define MAX_RLE_BULK 127 macro
101 + s->avctx->width/MAX_RLE_BULK + 1 /* rle codes */;
179 int limit = FFMIN(width - i, MAX_RLE_BULK);

Completed in 116 milliseconds