/external/libpng/contrib/pngminus/ |
D | pnm2png.c | 54 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/ |
D | pngshim.c | 196 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/ |
D | pngshim.c | 197 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/ |
D | pngvalid-progressive-interlace-standard | 2 exec ./pngvalid --strict --standard --progressive-read --interlace
|
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/ |
D | GifFrame.java | 9 boolean interlace; field in GifFrame
|
D | GifHeaderParser.java | 189 header.currentFrame.interlace = (packed & 0x40) != 0; in readBitmap()
|
D | GifDecoder.java | 458 if (currentFrame.interlace) { in setPixels()
|
/external/libpng/contrib/conftest/ |
D | read.dfa | 43 # 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/ |
D | y4minput.h | 43 char interlace; member
|
D | y4minput.c | 89 _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/ |
D | p_video_state.h | 217 uint8_t interlace; member
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | decode.c | 295 picture->interlace = picture_info->interlace; in vlVdpDecoderRenderVC1()
|
/external/lldb/test/pexpect-2.4/examples/ |
D | README | 51 removing interlace artifacts, fitting to a target file size, etc.
|
/external/libpng/ |
D | Makefile.am | 55 tests/pngvalid-progressive-interlace-standard\
|
D | libpng-manual.txt | 2080 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 …]
|
D | CHANGES | 118 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/ |
D | pngvalid.c | 321 #define FILEID(col, depth, palette, interlace, width, height, do_interlace) \ argument 322 ((png_uint_32)((col) + ((depth)<<3) + ((palette)<<8) + ((interlace)<<13) + \
|