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

/ast/src/lib/libvcodex/Vchuff/
H A Dvchhdr.h85 #define GRPfreq(fr,oo,ff,kk) \ macro
99 for(; nn > 0; nn -= VCH_SW) GRPfreq(fr, oo, ff, nn >= VCH_SW ? VCH_SW : nn); \
H A Dvchuffgroup.c67 #undef GRPfreq macro
73 #define GRPfreq(fr,oo,kk) \ macro
87 for(; nn > 0; nn -= VCH_SW) GRPfreq(fr, oo, nn >= VCH_SW ? VCH_SW : nn); \

Completed in 22 milliseconds