Searched refs:table_count (Results 1 – 1 of 1) sorted by relevance
3218 uint16 table_count; in t2p_process_ojpeg_tables() local3305 table_count=t2p->tiff_samplesperpixel; in t2p_process_ojpeg_tables()3307 if(table_count>2) table_count=2; in t2p_process_ojpeg_tables()3362 for(dest=0;dest<table_count;dest++){ in t2p_process_ojpeg_tables()3384 for(dest=0;dest<table_count;dest++){ in t2p_process_ojpeg_tables()3428 ( ( (i>(table_count-1U)) ? (table_count-1U) : i) << 4U) & 0xf0; in t2p_process_ojpeg_tables()3430 ( (i>(table_count-1U)) ? (table_count-1U) : i) & 0x0f; in t2p_process_ojpeg_tables()