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

/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwhdr.h27 #define H1 ((Grint_t)0x101) macro
28 #define H2 (H1*H1)
29 #define H3 (H1*H2)
30 #define NGINIT(s,g) (g = H3*s[0] + H2*s[1] + H1*s[2] + H0*s[3] )
31 #define NGNEXT(s,g) (g = H1*(g - H3*s[-1]) + s[3])

Completed in 16 milliseconds