Home
last modified time | relevance | path

Searched refs:sCFEs (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dtestfax_main.c148 stream_CFE_state sCFEs; in main() local
149 sCFEs.memset_=gsfax_memset; in main()
150 sCFEs.xalloc_=gsfax_xalloc; in main()
151 sCFEs.free_=gsfax_free; in main()
152 sCFEs.memcpy_=gsfax_memcpy; in main()
153 s_CFE_template.set_defaults((stream_state*)&sCFEs); in main()
155 work(f, (stream_template const*)&s_CFE_template, (stream_state*)&sCFEs); in main()
H A Dencoder.cpp172 stream_CFE_state sCFEs; member in CCITTFaxEncode
914 sCFEs.memset_=gen_memset; in CCITTFaxEncode()
915 sCFEs.xalloc_=gen_xalloc; in CCITTFaxEncode()
916 sCFEs.free_=gen_free; in CCITTFaxEncode()
919 sCFEs.K=K; in CCITTFaxEncode()
920 sCFEs.Columns=Columns; in CCITTFaxEncode()
922 sCFEs.BlackIs1=BlackIs1; in CCITTFaxEncode()
924 if (sCFEs.K < -cf_max_height || sCFEs.K > cf_max_height /* Dat: .K is an int */ in CCITTFaxEncode()
926 || sCFEs.Rows < 0 || sCFEs.Rows > cf_max_height /* Dat: .Rows is an int */ in CCITTFaxEncode()
929 || sCFEs.DecodedByteAlign < 1 || sCFEs.DecodedByteAlign > 16 in CCITTFaxEncode()
[all …]