Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2pdf.c3219 uint32 offset_table; in t2p_process_ojpeg_tables() local
3361 offset_table=0; in t2p_process_ojpeg_tables()
3369 &(((unsigned char*)dc)[offset_table]), 16); in t2p_process_ojpeg_tables()
3371 offset_table+=16; in t2p_process_ojpeg_tables()
3378 &(((unsigned char*)dc)[offset_table]), code_count); in t2p_process_ojpeg_tables()
3379 offset_table+=code_count; in t2p_process_ojpeg_tables()
3383 offset_table=0; in t2p_process_ojpeg_tables()
3392 &(((unsigned char*)ac)[offset_table]), 16); in t2p_process_ojpeg_tables()
3394 offset_table+=16; in t2p_process_ojpeg_tables()
3401 &(((unsigned char*)ac)[offset_table]), code_count); in t2p_process_ojpeg_tables()
[all …]