Home
last modified time | relevance | path

Searched refs:maxh (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpx_opj.cpp174 OPJ_UINT32 maxh = in sycc444_to_rgb() local
177 max_size *= maxh; in sycc444_to_rgb()
210 OPJ_UINT32 maxh = in sycc422_to_rgb() local
213 max_size *= maxh; in sycc422_to_rgb()
224 for (uint32_t i = 0; i < maxh; ++i) { in sycc422_to_rgb()
257 img->comps[1].h = maxh; in sycc422_to_rgb()
259 img->comps[2].h = maxh; in sycc422_to_rgb()
/external/libvncserver/test/
Dtjunittest.c391 int maxh=(w==1)? 2048:48; in bufSizeTest() local
392 for(h=1; h<maxh; h++) in bufSizeTest()
/external/libjpeg-turbo/
Dtjunittest.c610 int maxh=(w==1)? 2048:48; in bufSizeTest() local
611 for(h=1; h<maxh; h++) in bufSizeTest()
/external/libjpeg-turbo/java/
DTJUnitTest.java861 int maxh = (w == 1) ? 2048 : 48; in bufSizeTest() local
862 for (h = 1; h < maxh; h++) { in bufSizeTest()