HomeSort by relevance Sort by last modified time
    Searched refs:progressive (Results 1 - 25 of 32) sorted by null

1 2

  /external/libpng/tests/
pngvalid-progressive-size 2 exec ./pngvalid --strict --size --progressive-read
pngvalid-progressive-standard 2 exec ./pngvalid --strict --standard --progressive-read
pngvalid-progressive-interlace-standard 2 exec ./pngvalid --strict --standard --progressive-read --interlace
  /hardware/intel/common/libva/va/
va_enc_jpeg.h 74 * \brief progressive:
75 * 0 - sequential, 1 - extended, 2 - progressive
77 unsigned int progressive : 1; member in struct:_VAEncPictureParameterBufferJPEG::__anon47571::__anon47572
  /external/tensorflow/tensorflow/core/lib/jpeg/
jpeg_mem.h 125 bool progressive = false; member in struct:tensorflow::jpeg::CompressFlags
jpeg_mem.cc 665 if (flags.progressive) {
  /prebuilts/go/darwin-x86/src/image/
decode_test.go 35 {"testdata/video-001.png", "testdata/video-001.progressive.jpeg", 8 << 8},
39 {"testdata/video-001.progressive.truncated.png", "testdata/video-001.progressive.truncated.jpeg", 8 << 8},
  /prebuilts/go/linux-x86/src/image/
decode_test.go 35 {"testdata/video-001.png", "testdata/video-001.progressive.jpeg", 8 << 8},
39 {"testdata/video-001.progressive.truncated.png", "testdata/video-001.progressive.truncated.jpeg", 8 << 8},
  /prebuilts/go/darwin-x86/src/image/jpeg/
scan.go 115 // For progressive JPEGs, these are the two more-or-less independent
129 if d.progressive {
138 return FormatError("progressive AC coefficients for more than one component")
152 if d.progressive {
186 // For progressive images, the interleaved scans (those with nComp > 1)
197 // progressive image consists of two 16x16 MCUs. The interleaved scans
218 if d.progressive {
289 if d.progressive {
293 // inverse DCT, to save early stages of a progressive image to the *image.YCbCr
294 // buffers (the whole point of progressive encoding), but in Go, the jpeg.Decod
    [all...]
reader_test.go 21 // TestDecodeProgressive tests that decoding the baseline and progressive
43 m1, err := decodeFile(tc + ".progressive.jpeg")
45 t.Errorf("%s: %v", tc+".progressive.jpeg", err)
155 // decoding works on the one 16x16 MCU as a whole; progressive
347 benchmarkDecode(b, "../testdata/video-001.progressive.jpeg")
reader.go 53 sof2Marker = 0xc2 // Start Of Frame (Progressive).
133 // SOF? markers): sequential DCT, progressive DCT, lossless and
138 progressive bool
146 progCoeffs [maxComponents][]block // Saved state between progressive-mode scans.
608 d.progressive = marker == sof2Marker
654 if d.progressive {
  /prebuilts/go/linux-x86/src/image/jpeg/
scan.go 115 // For progressive JPEGs, these are the two more-or-less independent
129 if d.progressive {
138 return FormatError("progressive AC coefficients for more than one component")
152 if d.progressive {
186 // For progressive images, the interleaved scans (those with nComp > 1)
197 // progressive image consists of two 16x16 MCUs. The interleaved scans
218 if d.progressive {
289 if d.progressive {
293 // inverse DCT, to save early stages of a progressive image to the *image.YCbCr
294 // buffers (the whole point of progressive encoding), but in Go, the jpeg.Decod
    [all...]
reader_test.go 21 // TestDecodeProgressive tests that decoding the baseline and progressive
43 m1, err := decodeFile(tc + ".progressive.jpeg")
45 t.Errorf("%s: %v", tc+".progressive.jpeg", err)
155 // decoding works on the one 16x16 MCU as a whole; progressive
347 benchmarkDecode(b, "../testdata/video-001.progressive.jpeg")
reader.go 53 sof2Marker = 0xc2 // Start Of Frame (Progressive).
133 // SOF? markers): sequential DCT, progressive DCT, lossless and
138 progressive bool
146 progCoeffs [maxComponents][]block // Saved state between progressive-mode scans.
608 d.progressive = marker == sof2Marker
654 if d.progressive {
  /external/tensorflow/tensorflow/core/kernels/
encode_jpeg_op.cc 53 context->GetAttr("progressive", &flags_.progressive));
  /external/libxml2/
parser.c 14 * is followed by the progressive parser top routines, then the various
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video_vp.c 470 uint8_t progressive; // 24 member in struct:mpeg12_header
516 header.progressive = desc->frame_pred_frame_dct;
  /external/libxml2/include/libxml/
parser.h 43 * progressive reading and I18N conversions to the internal UTF-8 format.
182 * to a state based parser for progressive parsing shouldn't be too hard.
235 long checkIndex; /* used by progressive parsing lookup */
262 int progressive; /* is this a progressive parsing */ member in struct:_xmlParserCtxt
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_jpeg.c 340 ((pBuffer->pic_flags).bits.progressive != 0) || /* Only "0 - sequential" is supported */
tng_jpegES.c     [all...]
  /compatibility/cdd/5_multimedia/
5_1_media-codecs.md 177 <td>Base+progressive</td>
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IBMCalendarTest.java 1495 public boolean progressive; \/\/ true to compute progressive difference for each field, false to reset calendar after each call field in class:IBMCalendarTest.TFDItem
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IBMCalendarTest.java 1492 public boolean progressive; \/\/ true to compute progressive difference for each field, false to reset calendar after each call field in class:IBMCalendarTest.TFDItem
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 756 unsigned int progressive :1; /* use progressive read */ member in struct:png_store
858 ps->progressive = 0;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 1840 UBool progressive; \/* TRUE to compute progressive difference for each field, FALSE to reset calendar after each call *\/ member in struct:__anon21545
    [all...]

Completed in 1692 milliseconds

1 2