Home
last modified time | relevance | path

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

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dappliers.cpp1536 …static unsigned char const szor1[16]={2*0,2*1,2*4,2*5,2*16,2*17,2*20,2*21,2*64,2*65,2*68,2*69,2*80… in out_tiff_work() local
1576 *t++=szor1[*(unsigned char const*)p>>4]|szor2[u>>4]; in out_tiff_work()
1577 *t++=szor1[*(unsigned char const*)p&15]|szor2[u&15]; in out_tiff_work()