Home
last modified time | relevance | path

Searched refs:jpeg_entropy_encoder (Results 1 – 5 of 5) sorted by relevance

/external/libjpeg-turbo/
Djpeglib.h464 struct jpeg_entropy_encoder *entropy;
1098 struct jpeg_entropy_encoder { long dummy; }; argument
Djcarith.c30 struct jpeg_entropy_encoder pub; /* public fields */
920 cinfo->entropy = (struct jpeg_entropy_encoder *)entropy; in jinit_arith_encoder()
Djpegint.h124 struct jpeg_entropy_encoder { struct
Djchuff.c95 struct jpeg_entropy_encoder pub; /* public fields */
1082 cinfo->entropy = (struct jpeg_entropy_encoder *)entropy; in jinit_huff_encoder()
Djcphuff.c74 struct jpeg_entropy_encoder pub; /* public fields */
1094 cinfo->entropy = (struct jpeg_entropy_encoder *)entropy; in jinit_phuff_encoder()