Searched refs:maxw (Results 1 – 1 of 1) sorted by relevance
161 int maxw, maxh, max, i, offset, upb; in sycc444_to_rgb() local165 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() local199 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 …]