HomeSort by relevance Sort by last modified time
    Searched refs:progressive (Results 1 - 25 of 31) 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::__anon42410::__anon42411
  /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 114 // For progressive JPEGs, these are the two more-or-less independent
127 if d.progressive {
136 return FormatError("progressive AC coefficients for more than one component")
150 if d.progressive {
184 // For progressive images, the interleaved scans (those with nComp > 1)
195 // progressive image consists of two 16x16 MCUs. The interleaved scans
216 if d.progressive {
287 if d.progressive {
291 // inverse DCT, to save early stages of a progressive image to the *image.YCbCr
292 // 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")
huffman.go 104 if th > maxTh || !d.progressive && th > 1 {
reader.go 53 sof2Marker = 0xc2 // Start Of Frame (Progressive).
131 progressive bool
138 progCoeffs [maxComponents][]block // Saved state between progressive-mode scans.
599 d.progressive = marker == sof2Marker
645 if d.progressive {
  /prebuilts/go/linux-x86/src/image/jpeg/
scan.go 114 // For progressive JPEGs, these are the two more-or-less independent
127 if d.progressive {
136 return FormatError("progressive AC coefficients for more than one component")
150 if d.progressive {
184 // For progressive images, the interleaved scans (those with nComp > 1)
195 // progressive image consists of two 16x16 MCUs. The interleaved scans
216 if d.progressive {
287 if d.progressive {
291 // inverse DCT, to save early stages of a progressive image to the *image.YCbCr
292 // 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")
huffman.go 104 if th > maxTh || !d.progressive && th > 1 {
reader.go 53 sof2Marker = 0xc2 // Start Of Frame (Progressive).
131 progressive bool
138 progCoeffs [maxComponents][]block // Saved state between progressive-mode scans.
599 d.progressive = marker == sof2Marker
645 if d.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 201 <td>Base+progressive</td>
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IBMCalendarTest.java 1490 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 1489 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 757 unsigned int progressive :1; /* use progressive read */ member in struct:png_store
859 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:__anon20266
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 

Completed in 662 milliseconds

1 2