Go to the documentation of this file.
92 #ifndef __S2_FSG_HISTORY_H__
93 #define __S2_FSG_HISTORY_H__
136 #define fsg_hist_entry_fsglink(v) ((v)->fsglink)
137 #define fsg_hist_entry_frame(v) ((v)->frame)
138 #define fsg_hist_entry_score(v) ((v)->score)
139 #define fsg_hist_entry_pred(v) ((v)->pred)
140 #define fsg_hist_entry_lc(v) ((v)->lc)
141 #define fsg_hist_entry_rc(v) ((v)->rc)