Home
last modified time | relevance | path

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

/external/libpng/contrib/pngminus/
Dpnm2png.c52 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha);
66 BOOL interlace = FALSE; in main() local
77 interlace = TRUE; in main()
143 if (pnm2png (fp_rd, fp_wr, fp_al, interlace, alpha) == FALSE) in main()
186 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha) in pnm2png() argument
405 (!interlace) ? PNG_INTERLACE_NONE : PNG_INTERLACE_ADAM7, in pnm2png()
/external/libvpx/
Dy4minput.h37 char interlace; member
Dy4minput.c51 _y4m->interlace=p[1]; in y4m_parse_tags()
70 if(!got_interlace)_y4m->interlace='?'; in y4m_parse_tags()
697 if(_y4m->interlace=='?'){ in y4m_input_open()
701 else if(_y4m->interlace!='p'){ in y4m_input_open()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Dmozilla288 interlace
/external/libpng/
Dlibpng-1.2.44.txt1305 is a somewhat complicated 2D interlace scheme, known as Adam7, that
1324 you would be far better off using the libpng interlace handling).
1348 is seven, but may change if another interlace type is added.
1591 on the interlace handler, this function will
2375 1999) defined interlacing scheme for PNG files is the "Adam7" interlace
2392 but may change if another interlace type is added.
Dlibpng-1.2.46.txt1305 is a somewhat complicated 2D interlace scheme, known as Adam7, that
1324 you would be far better off using the libpng interlace handling).
1348 is seven, but may change if another interlace type is added.
1591 on the interlace handler, this function will
2375 1999) defined interlacing scheme for PNG files is the "Adam7" interlace
2392 but may change if another interlace type is added.
DCHANGES115 fixed bug in interlace handling (Smarasderagd, I think)
671 Fixed "interlace" typo (should be "interlaced") in contrib/gregbook/read2-x.c