Searched refs:code_count (Results 1 – 1 of 1) sorted by relevance
3221 uint32 code_count; in t2p_process_ojpeg_tables() local3370 code_count=0; in t2p_process_ojpeg_tables()3373 code_count+=ojpegdata[t2p->pdf_ojpegdatalength++]; in t2p_process_ojpeg_tables()3375 ojpegdata[offset_ms_l]=((19+code_count)>>8) & 0xff; in t2p_process_ojpeg_tables()3376 ojpegdata[offset_ms_l+1]=(19+code_count) & 0xff; in t2p_process_ojpeg_tables()3379 offset_table+=code_count; in t2p_process_ojpeg_tables()3380 t2p->pdf_ojpegdatalength+=code_count; in t2p_process_ojpeg_tables()3393 code_count=0; in t2p_process_ojpeg_tables()3399 ojpegdata[offset_ms_l+1]=(19+code_count) & 0xff; in t2p_process_ojpeg_tables()3402 offset_table+=code_count; in t2p_process_ojpeg_tables()[all …]