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

/ast/src/lib/libvcodex/
H A Dvcio.c655 Vcint_t vcintcode(Vcint_t v, Vcint_t near, Vcint_t min, Vcint_t max, int type) argument
657 Vcint_t vcintcode(v, near, min, max, type)
659 Vcint_t near; /* like to be near this */
667 if(min >= max || near < min || near >= max)
674 a = (v -= near) < 0 ? -v : v;
675 near -= min; max -= min;
676 n = (n = max - near - 1) < near
[all...]

Completed in 14 milliseconds