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

/ast/src/lib/libvcodex/Vcmisc/
H A Dvcrle.c85 vcioput2(&io, z, 0, RL_ZERO);
89 if(c >= RL_ZERO) /* literal encoding */
97 vcioput2(&io, z, 0, RL_ZERO);
107 if(o >= endo || c < RL_ZERO) /* corrupted data */
111 else if(c == 0 || c == RL_ZERO)
113 z = vcioget2(&io, 0, RL_ZERO); /**/DEBUG_PRINT(9,"%d\n",z);
156 vcioput2(&io, rz, 0, RL_ZERO);
168 vcioput2(&io, rz, 0, RL_ZERO);
183 vcioput2(&io, rz, 0, RL_ZERO);
198 else if(c == 0 || c == RL_ZERO ||
[all...]
/ast/src/lib/libvcodex/
H A Dvchdr.h83 #define RL_ZERO 254 /* (0,RL_ZERO) codes 0-runs */ macro

Completed in 10 milliseconds