HomeSort by relevance Sort by last modified time
    Searched full:progressive (Results 26 - 50 of 146) sorted by null

12 3 4 5 6

  /external/jpeg/
cjpeg.c 158 fprintf(stderr, " -progressive Create progressive JPEG file\n");
319 } else if (keymatch(arg, "progressive", 1)) {
320 /* Select simple progressive mode. */
325 fprintf(stderr, "%s: sorry, progressive output was not compiled\n",
391 /* We must postpone reading the file in case -progressive appears. */
441 if (simple_progressive) /* process -progressive; -scans can override */
rdswitch.c 163 * optionally followed by a colon ':' and four progressive-JPEG parameters.
166 * Sequential JPEG is used if the progressive-JPEG parameters are omitted.
224 /* set non-progressive parameters */
wrjpgcom.c 307 case M_SOF2: /* Progressive, Huffman */
310 case M_SOF6: /* Differential progressive, Huffman */
313 case M_SOF10: /* Progressive, arithmetic */
316 case M_SOF14: /* Differential progressive, arithmetic */
jcphuff.c 8 * This file contains Huffman entropy encoding routines for progressive JPEG.
22 /* Expanded entropy encoder object for progressive Huffman encoding. */
102 * Initialize for a Huffman-compressed scan using progressive JPEG.
742 * Finish up at the end of a Huffman-compressed progressive scan.
810 * Module initialization routine for progressive Huffman entropy encoding.
libjpeg.doc 42 Progressive JPEG support
91 the ISO JPEG standard; most baseline, extended-sequential, and progressive
624 to complete. With a single-scan (non progressive) JPEG file and default
    [all...]
jcmarker.c 326 /* Progressive mode: only DC or only AC tables are used in one scan;
535 emit_sof(cinfo, M_SOF2); /* SOF code for progressive Huffman */
570 /* Progressive mode: only DC or only AC tables are used in one scan */
filelist.doc 76 jcphuff.c Huffman entropy coding for progressive JPEG.
89 jdphuff.c Huffman entropy decoding for progressive JPEG.
structure.doc 46 sequential, and progressive DCT processes. Hierarchical processes are not
139 * Entropy coding (sequential or progressive, Huffman or arithmetic).
150 * Entropy decoding (sequential or progressive, Huffman or arithmetic).
376 For progressive JPEG, the same DCT blocks are fed to the entropy coder
446 progressive JPEG.) The equivalent of one fully interleaved MCU row of
452 For progressive JPEG decoding, the coefficient controller supplies the prior
526 To support efficient incremental display of progressive JPEG files, the
536 For a progressive JPEG file, the data input processing is allowed to get
565 with a progressive JPEG file, nor can it predict the number of output passes
    [all...]
jcmaster.c 132 * determine whether it uses progressive JPEG, and set cinfo->progressive_mode.
149 * for progressive JPEG, no scan can have this.
245 /* For progressive mode, we only check that at least some DC data
571 cinfo->optimize_coding = TRUE; /* assume default tables no good for progressive mode */
makefile.vms 131 $ mcr sys$disk:[]cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
  /external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
pvmf_protocol_engine_node_common.h 228 // handle data processing in case of no data input (PE node will become idle) for download/progressive streaming,
365 OSCL_IMPORT_REF virtual bool reconnectSocket(const bool aForceSocketReconnect = true); // used for progressive download and http streaming
443 // for progressive download only
453 // for progressive playback (special case of progressive download) only
909 // This handler is for PVProtocolEngineNodeInternalEventType_CheckResumeNotificationMaually only. This happens in progressive streaming,
    [all...]
pvmf_protocol_engine_common.h 31 // aSeekPosition can be time-based (in MS HTTP streaming) or byte-based (in progressive streaming
41 // Any http-based protocol(progressive download, fasttrack, ms http streaming and real http cloaking)
429 // Any http-based protocol(progressive download, fasttrack, ms http streaming and real http cloaking)
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
pvmf_protocol_engine_node_progressive_streaming.cpp 66 // For progressive streaming, tell the data stream to flush,
156 // if there is a repositioning request pending for progressive streaming,
337 // for progressive playback
  /external/libxml2/include/libxml/
relaxng.h 188 * Interfaces for progressive validation when possible
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset5.h 24 * test cases for PVPlayerEngine - HTTP download tests (3GPP progressive and PV FastTrack)
644 * Base class for progressive playback (aka progressive streaming) testing
913 iTestCaseName = _STRLIT_CHAR("Progressive Playback Normal");
  /external/opencore/nodes/common/include/
pvmf_download_data_source.h 36 //Source data for HTTP Progressive download (format type PVMF_DATA_SOURCE_HTTP_URL)
  /external/opencore/nodes/pvprotocolenginenode/base/src/
pvmf_protocol_engine_node_registry_interface.h 78 uint32 iSourceExtraInfo; // bit0=1, progressive streaming type
  /external/opencore/fileformats/mp4/parser/include/
impeg4file.h 294 * is progressive dowmloadable.
296 * @param uint32& metaDataSize - If the clip is progressive
303 * either way on whether a clip is progressive downloadable or not.
318 * is progressive dowmloadable.
320 * @param uint32& metaDataSize - If the clip is progressive
327 * either way on whether a clip is progressive downloadable or not.
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvmf_protocol_engine_node_download_common.h 199 // clear several fields for progressive playback repositioning
358 // config file object, (for progressive download only)
369 // return duration regardless of the difference between progressive download and fasttrack download
  /external/webkit/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 69 JPEG_DECOMPRESS_PROGRESSIVE, /* Output progressive pixels */
249 * for final pass of progressive JPEG
261 /* If this is a progressive JPEG ... */
  /frameworks/base/awt/javax/imageio/metadata/
IIOStandardMetadataFormatResources.properties 48 NumProgressiveScans=The number of progressive scans used in the image encoding
49 NumProgressiveScans/value=The number of progressive scans used in the image encoding
  /external/libpng/contrib/gregbook/
readpng2.h 3 rpng2 - progressive-model PNG display program readpng2.h
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
pvmf_protocol_engine_node_progressive_download.h 26 #define DEFAULT_STATE_NUMBER_FOR_DOWNLOAD_GET_REQUEST 1 // for progressive streaming or shoutcast
  /external/webkit/WebCore/platform/graphics/qt/
ImageDecoderQt.cpp 63 // No progressive loading possible
  /frameworks/base/docs/html/guide/appendix/
media-formats.jd 98 <td>Base+progressive</td>

Completed in 287 milliseconds

12 3 4 5 6