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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqtrleenc.c30 #define MAX_RLE_BULK 127 macro
102 + s->avctx->width/MAX_RLE_BULK + 1 /* rle codes */;
180 int limit = FFMIN(width - i, MAX_RLE_BULK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqtrleenc.c31 #define MAX_RLE_BULK 127 macro
126 + s->logical_width/MAX_RLE_BULK + 1 /* rle codes */;
185 if (FFMIN(width, i + MAX_RLE_BULK) < lowest_bulk_cost_index) {

Completed in 92 milliseconds