Lines Matching refs:PutWord
1667 lowstrm.PutWord( 0xffdb ); // DQT marker in WriteImage()
1668 lowstrm.PutWord( 2 + 65*1 ); // put single qtable in WriteImage()
1695 lowstrm.PutWord( 0xFFC4 ); // DHT marker in WriteImage()
1696 lowstrm.PutWord( 3 + tableSize ); // define one huffman table in WriteImage()
1706 lowstrm.PutWord( 0xFFC0 ); // SOF0 marker in WriteImage()
1707 lowstrm.PutWord( 8 + 3*channels ); // length of frame header in WriteImage()
1709 lowstrm.PutWord( height ); in WriteImage()
1710 lowstrm.PutWord( width ); in WriteImage()
1724 lowstrm.PutWord( 0xFFDA ); // SOS marker in WriteImage()
1725 lowstrm.PutWord( 6 + 2*channels ); // length of scan header in WriteImage()
1734 lowstrm.PutWord(0*256 + 63);// start and end of spectral selection - for in WriteImage()
1856 lowstrm.PutWord( 0xFFD9 ); // EOI marker in WriteImage()