Home
last modified time | relevance | path

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

/external/libpng/contrib/pngminus/
Dpnm2png.c54 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace,
69 BOOL interlace = FALSE; in main() local
80 interlace = TRUE; in main()
146 if (pnm2png (fp_rd, fp_wr, fp_al, interlace, alpha) == FALSE) in main()
190 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, in pnm2png() argument
470 (!interlace) ? PNG_INTERLACE_NONE : PNG_INTERLACE_ADAM7, in pnm2png()
/external/pdfium/third_party/freetype/src/sfnt/
Dpngshim.c196 int bitdepth, color_type, interlace; in Load_SBit_Png() local
249 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
316 if ( interlace != PNG_INTERLACE_NONE ) in Load_SBit_Png()
325 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
/external/freetype/src/sfnt/
Dpngshim.c197 int bitdepth, color_type, interlace; in Load_SBit_Png() local
250 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
317 if ( interlace != PNG_INTERLACE_NONE ) in Load_SBit_Png()
326 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
/external/libpng/tests/
Dpngvalid-progressive-interlace-standard2 exec ./pngvalid --strict --standard --progressive-read --interlace
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
DGifFrame.java9 boolean interlace; field in GifFrame
DGifHeaderParser.java189 header.currentFrame.interlace = (packed & 0x40) != 0; in readBitmap()
DGifDecoder.java458 if (currentFrame.interlace) { in setPixels()
/external/libpng/contrib/conftest/
Dread.dfa43 # To read the full set of PNG images correctly interlace, transparency and
44 # 16-bit support is required. The application can implement interlace itself,
/external/libvpx/libvpx/
Dy4minput.h43 char interlace; member
Dy4minput.c89 _y4m->interlace = p[1]; in y4m_parse_tags()
111 if (!got_interlace)_y4m->interlace = '?'; in y4m_parse_tags()
735 if (_y4m->interlace == '?') { in y4m_input_open()
738 } else if (_y4m->interlace != 'p') { in y4m_input_open()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h217 uint8_t interlace; member
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c295 picture->interlace = picture_info->interlace; in vlVdpDecoderRenderVC1()
/external/lldb/test/pexpect-2.4/examples/
DREADME51 removing interlace artifacts, fitting to a target file size, etc.
/external/libpng/
DMakefile.am55 tests/pngvalid-progressive-interlace-standard\
Dlibpng-manual.txt2080 interlaced images if you do the interlace yourself - the width of the row is the
2099 The discussion of interlace handling above contains more information on how to
2194 a somewhat complicated 2D interlace scheme, known as Adam7, that
2219 but may change if another interlace type is added. This function can be
2276 If you want to de-interlace the image yourself libpng provides further
2331 interlace handling. In reality normally the only good reason for doing this
2592 This is where you turn on interlace handling,
2614 on the interlace handler, this function will
2624 If you did not turn on interlace handling then
2632 you have switched on libpng interlace handling,
[all …]
DCHANGES118 Fixed bug in interlace handling (Smarasderagd, I think)
731 Fixed "interlace" typo (should be "interlaced") in contrib/gregbook/read2-x.c
3125 Fixed interlace image handling and add test cases (John Bowler)
3261 Turned on interlace handling in png_read_png().
3604 The various interlace mask arrays have been made into arrays of
3632 of the code, allowing it to be optimized for Adam7 interlace. The masks
3634 some code duplication and localizing the interlace handling somewhat.
4790 Merged libpng-1.7.0 changes to make no-interlace configurations work
5145 png_read_row to skip the unnecessary row de-interlace stuff.
/external/libpng/contrib/libtests/
Dpngvalid.c321 #define FILEID(col, depth, palette, interlace, width, height, do_interlace) \ argument
322 ((png_uint_32)((col) + ((depth)<<3) + ((palette)<<8) + ((interlace)<<13) + \