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

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp132 int maxw, maxh, max, i, offset, upb; local
137 maxh = (int)img->comps[0].h;
138 max = maxw * maxh;
165 int maxw, maxh, max, offset, upb; local
171 maxh = (int)img->comps[0].h;
172 max = maxw * maxh;
179 for(i = 0; i < maxh; ++i) {
202 img->comps[1].h = maxh;
204 img->comps[2].h = maxh;
206 img->comps[1].h = (OPJ_UINT32)maxh;
218 int maxw, maxh, max, offset, upb; local
[all...]
/external/pixman/test/
H A Dlowlevel-blt-bench.c308 int maxh)
313 if (maxw <= TILEWIDTH * 2 || maxh <= TILEWIDTH * 2)
315 printf("error: maxw <= TILEWIDTH * 2 || maxh <= TILEWIDTH * 2\n");
325 int sy = rand () % (maxh - TILEWIDTH * 2);
327 int dy = rand () % (maxh - TILEWIDTH * 2);
343 int maxh)
348 if (maxw <= TINYWIDTH * 2 || maxh <= TINYWIDTH * 2)
350 printf("error: maxw <= TINYWIDTH * 2 || maxh <= TINYWIDTH * 2\n");
360 int sy = rand () % (maxh - TINYWIDTH * 2);
362 int dy = rand () % (maxh
301 bench_R(pixman_op_t op, pixman_image_t * src_img, pixman_image_t * mask_img, pixman_image_t * dst_img, int64_t n, pixman_composite_func_t func, int maxw, int maxh) argument
336 bench_RT(pixman_op_t op, pixman_image_t * src_img, pixman_image_t * mask_img, pixman_image_t * dst_img, int64_t n, pixman_composite_func_t func, int maxw, int maxh) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_surface.c468 int maxw, maxh; local
488 maxh = src->h - srcy;
489 if(maxh < h)
490 h = maxh;
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtjunittest.c548 int maxh=(w==1)? 2048:48; local
549 for(h=1; h<maxh; h++)

Completed in 283 milliseconds