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

/ast/src/lib/libvcodex/Vchuff/
H A Dvchhdr.h29 #define VCH_SW 16 /* size of fast switch algorithms below */ macro
45 for(; nn > 0; nn -= VCH_SW) CLRtable(tbl, ii, nn >= VCH_SW ? VCH_SW : nn); \
62 for(; nn > 0; nn -= VCH_SW) DOTproduct(v, t1, t2, ii, nn >= VCH_SW ? VCH_SW : nn); \
79 for(; nn > 0; nn -= VCH_SW) { \
80 ADDfreq(tbl, dd, nn >= VCH_SW ? VCH_SW
[all...]

Completed in 9 milliseconds