Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpeg.cpp112 #define JPEG_BLOCK_SIZE 1048576 macro
207 dest_buf = FX_Realloc(FX_BYTE, dest_buf, dest_buf_length + JPEG_BLOCK_SIZE); in _JpegEncode()
209 dest_buf_length += JPEG_BLOCK_SIZE; in _JpegEncode()
210 dest.free_in_buffer += JPEG_BLOCK_SIZE; in _JpegEncode()