Home
last modified time | relevance | path

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

/external/jpeg/
Djcdctmgr.c260 output_ptr[i] = (JCOEF) temp; in forward_DCT()
331 output_ptr[i] = (JCOEF) ((int) (temp + (FAST_FLOAT) 16384.5) - 16384); in forward_DCT_float()
Djdcoefct.c840 workspace[1] = (JCOEF) pred; in decompress_smooth_data()
855 workspace[8] = (JCOEF) pred; in decompress_smooth_data()
870 workspace[16] = (JCOEF) pred; in decompress_smooth_data()
885 workspace[9] = (JCOEF) pred; in decompress_smooth_data()
900 workspace[2] = (JCOEF) pred; in decompress_smooth_data()
Djdphuff.c335 (*block)[0] = (JCOEF) (s << Al); in decode_mcu_DC_first()
403 (*block)[jpeg_natural_order[k]] = (JCOEF) (s << Al); in decode_mcu_AC_first()
585 (*block)[pos] = (JCOEF) s; in decode_mcu_AC_refine()
Djutils.c156 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF))); in jcopy_block_row()
Djmorecfg.h121 typedef short JCOEF; typedef
Djdhuff.c649 (*block)[0] = (JCOEF) s; in decode_mcu()
671 (*block)[jpeg_natural_order[k]] = (JCOEF) s; in decode_mcu()
Djpeglib.h70 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */
75 typedef JCOEF FAR *JCOEFPTR; /* useful in a couple of places */
Djccoefct.c251 JCOEF lastDC; in compress_first_pass()
Dtransupp.c74 JCOEF temp1, temp2; in do_flip_h()
Dstructure.doc640 typedef short JCOEF; a 16-bit signed integer
641 typedef JCOEF JBLOCK[DCTSIZE2]; an 8x8 block of coefficients
Dinstall.doc527 define type JCOEF as int rather than short. This will cost a good deal of
Dlibjpeg.doc2893 is quite slow; consider trading memory for speed by making JCOEF, INT16, and