Searched refs:MAX_RLE_SKIP (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.c33 #define MAX_RLE_SKIP 254 macro
143 skipcount = FFMIN(skipcount + 1, MAX_RLE_SKIP);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dqtrleenc.c33 #define MAX_RLE_SKIP 254 macro
143 skipcount = FFMIN(skipcount + 1, MAX_RLE_SKIP);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dqtrleenc.c33 #define MAX_RLE_SKIP 254 macro
143 skipcount = FFMIN(skipcount + 1, MAX_RLE_SKIP);

Completed in 65 milliseconds