Home | History | Annotate | Download | only in jpeg

Lines Matching full:model

2972 model to compile cjpeg or djpeg by itself, but you will probably have to use
2973 medium model for any larger application. This won't make much difference in
2975 large-data memory model (perhaps 10%-25%), and you should avoid "huge" model
2985 heap space before you need to go to a larger memory model. The C library's
3004 Of course, all of these concerns vanish if you use a 32-bit flat-memory-model
3005 compiler, such as DJGPP or Watcom C. We highly recommend flat model if you
3006 can use it; the JPEG library is significantly faster in flat model.