Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djdcoefct.c589 workspace[1] = (JCOEF) pred; in decompress_smooth_data()
604 workspace[8] = (JCOEF) pred; in decompress_smooth_data()
619 workspace[16] = (JCOEF) pred; in decompress_smooth_data()
634 workspace[9] = (JCOEF) pred; in decompress_smooth_data()
649 workspace[2] = (JCOEF) pred; in decompress_smooth_data()
A Djdhuff.c758 (*block)[0] = (JCOEF) (s << Al); in decode_mcu_DC_first()
830 (*block)[natural_order[k]] = (JCOEF) (s << Al); in decode_mcu_AC_first()
1013 (*block)[pos] = (JCOEF) s; in decode_mcu_AC_refine()
1126 (*block)[0] = (JCOEF) s; in decode_mcu_sub()
1145 (*block)[natural_order[k]] = (JCOEF) s; in decode_mcu_sub()
1250 (*block)[0] = (JCOEF) s; in decode_mcu()
1269 (*block)[jpeg_natural_order[k]] = (JCOEF) s; in decode_mcu()
A Djdarith.c308 (*block)[0] = (JCOEF) (entropy->last_dc_val[ci] << cinfo->Al); in decode_mcu_DC_first()
389 (*block)[natural_order[k]] = (JCOEF) (v << cinfo->Al); in decode_mcu_AC_first()
582 (*block)[0] = (JCOEF) entropy->last_dc_val[ci]; in decode_mcu()
630 (*block)[natural_order[k]] = (JCOEF) v; in decode_mcu()
A Djutils.c216 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF))); in jcopy_block_row()
A Djmorecfg.h151 typedef short JCOEF; typedef
A Djcdctmgr.c127 output_ptr[i] = (JCOEF) temp; in forward_DCT()
170 output_ptr[i] = (JCOEF) ((int) (temp + (FAST_FLOAT) 16384.5) - 16384); in forward_DCT_float()
A Djpeglib.h79 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */
84 typedef JCOEF FAR *JCOEFPTR; /* useful in a couple of places */
A Djccoefct.c255 JCOEF lastDC; in compress_first_pass()
A Dtransupp.c238 JCOEF temp1, temp2; in do_flip_h_no_crop()
A Dstructure.txt633 typedef short JCOEF; a 16-bit signed integer
634 typedef JCOEF JBLOCK[DCTSIZE2]; an 8x8 block of coefficients
A Dinstall.txt528 define type JCOEF as int rather than short. This will cost a good deal of
A Dlibjpeg.txt2998 is quite slow; consider trading memory for speed by making JCOEF, INT16, and
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Djmorecfg.h151 typedef short JCOEF; typedef
A Djpeglib.h79 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */
84 typedef JCOEF FAR *JCOEFPTR; /* useful in a couple of places */

Completed in 29 milliseconds