Home
last modified time | relevance | path

Searched refs:tileh (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtjbench.c145 int tileh) in decomp()
156 int ntilesw = (w + tilew - 1) / tilew, ntilesh = (h + tileh - 1) / tileh; in decomp()
181 int height = doTile ? tileh : scaledh; in decomp()
199 row++, dstPtr += (size_t)pitch * tileh) { in decomp()
203 int height = doTile ? min(tileh, h - row * tileh) : scaledh; in decomp()
265 else if (tilew != w || tileh != h) in decomp()
266 snprintf(sizeStr, 24, "%dx%d", tilew, tileh); in decomp()
327 int totalJpegSize = 0, row, col, i, tilew = w, tileh in fullTest() local
142 decomp(unsigned char *srcBuf, unsigned char **jpegBuf, unsigned long *jpegSize, unsigned char *dstBuf, int w, int h, int subsamp, int jpegQual, char *fileName, int tilew, int tileh) decomp() argument
541 int w = 0, h = 0, tilew, tileh, ntilesw = 1, ntilesh = 1, subsamp = -1, decompTest() local
[all...]
/third_party/libdrm/radeon/
H A Dradeon_surface.c658 unsigned tilew, tileh, tileb; in eg_surface_init_2d() local
665 tileh = 8; in eg_surface_init_2d()
666 tileb = tilew * tileh * bpe * surf->nsamples; in eg_surface_init_2d()
676 mtileh = (tileh * surf->bankh * surf_man->hw_info.num_banks) / surf->mtilea; in eg_surface_init_2d()
678 mtileb = (mtilew / tilew) * (mtileh / tileh) * tileb; in eg_surface_init_2d()
1627 unsigned tilew, tileh, tileb; in si_surface_init_2d() local
1634 tileh = 8; in si_surface_init_2d()
1635 tileb = tilew * tileh * bpe * surf->nsamples; in si_surface_init_2d()
1645 mtileh = (tileh * surf->bankh * num_banks) / surf->mtilea; in si_surface_init_2d()
1648 mtileb = (mtilew / tilew) * (mtileh / tileh) * tile in si_surface_init_2d()
2224 unsigned tilew, tileh, tileb_1x, tileb; cik_surface_init_2d() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dj2kenc.c433 int tileh = tile->comp[compno].coord[1][1] - tile->comp[compno].coord[1][0]; in compute_rates() local
437 tile->layer_rates[layno] += (double)(tilew * tileh) * s->ncomponents * s->cbps[compno] / in compute_rates()

Completed in 13 milliseconds