Lines Matching refs:code_count
3221 uint32 code_count; in t2p_process_ojpeg_tables() local
3370 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()
3378 &(((unsigned char*)dc)[offset_table]), code_count); 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()
3396 code_count+=ojpegdata[t2p->pdf_ojpegdatalength++]; in t2p_process_ojpeg_tables()
3398 ojpegdata[offset_ms_l]=((19+code_count)>>8) & 0xff; in t2p_process_ojpeg_tables()
3399 ojpegdata[offset_ms_l+1]=(19+code_count) & 0xff; in t2p_process_ojpeg_tables()
3401 &(((unsigned char*)ac)[offset_table]), code_count); in t2p_process_ojpeg_tables()
3402 offset_table+=code_count; in t2p_process_ojpeg_tables()
3403 t2p->pdf_ojpegdatalength+=code_count; in t2p_process_ojpeg_tables()