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.cpp122 #define JPEG_BLOCK_SIZE 1048576 macro
222 FX_Realloc(uint8_t, dest_buf, dest_buf_length + JPEG_BLOCK_SIZE); in _JpegEncode()
224 dest_buf_length += JPEG_BLOCK_SIZE; in _JpegEncode()
225 dest.free_in_buffer += JPEG_BLOCK_SIZE; in _JpegEncode()