Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpx_opj.cpp161 int maxw, maxh, max, i, offset, upb; in sycc444_to_rgb() local
165 maxw = (int)img->comps[0].w; in sycc444_to_rgb()
167 max = maxw * maxh; in sycc444_to_rgb()
194 int maxw, maxh, max, offset, upb; in sycc422_to_rgb() local
199 maxw = (int)img->comps[0].w; in sycc422_to_rgb()
201 max = maxw * maxh; in sycc422_to_rgb()
210 for (j = 0; (OPJ_UINT32)j < (maxw & ~(OPJ_UINT32)1); j += 2) in sycc422_to_rgb()
217 if (j < maxw) in sycc422_to_rgb()
229 img->comps[1].w = maxw; in sycc422_to_rgb()
231 img->comps[2].w = maxw; in sycc422_to_rgb()
[all …]