Searched defs:rle0 (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libvcodex/Vcmisc/
H A Dvcrle.c29 static ssize_t rle0 _ARG_((Rle_t*, int));
53 { { "0", "Run-length-encoding: 0-sequences only.", (Void_t*)rle0 },
63 static ssize_t rle0(Rle_t* rle, int encoding) function
65 static ssize_t rle0(rle, encoding)
131 /* Like rle0() but including 1-run's as well as 0-runs */
389 else if(size < 64*1024*1024) /* if get here: rle0/1 coding */

Completed in 648 milliseconds