Lines Matching refs:xstart
86 int xstart, int ystart, int xend, int yend, jpc_tsfb_band_t **bands,
130 int jpc_tsfb_analyze2(jpc_tsfb_t *tsfb, int *a, int xstart, int ystart, in jpc_tsfb_analyze2() argument
134 if ((*tsfb->qmfb->analyze)(a, xstart, ystart, width, height, stride)) in jpc_tsfb_analyze2()
137 if (jpc_tsfb_analyze2(tsfb, a, JPC_CEILDIVPOW2(xstart, in jpc_tsfb_analyze2()
139 xstart + width, 1) - JPC_CEILDIVPOW2(xstart, 1), in jpc_tsfb_analyze2()
157 int jpc_tsfb_synthesize2(jpc_tsfb_t *tsfb, int *a, int xstart, int ystart, in jpc_tsfb_synthesize2() argument
161 if (jpc_tsfb_synthesize2(tsfb, a, JPC_CEILDIVPOW2(xstart, 1), in jpc_tsfb_synthesize2()
162 JPC_CEILDIVPOW2(ystart, 1), JPC_CEILDIVPOW2(xstart + width, in jpc_tsfb_synthesize2()
163 1) - JPC_CEILDIVPOW2(xstart, 1), JPC_CEILDIVPOW2(ystart + in jpc_tsfb_synthesize2()
170 if ((*tsfb->qmfb->synthesize)(a, xstart, ystart, width, height, stride)) { in jpc_tsfb_synthesize2()
177 int jpc_tsfb_getbands(jpc_tsfb_t *tsfb, uint_fast32_t xstart, in jpc_tsfb_getbands() argument
185 jpc_tsfb_getbands2(tsfb, xstart, ystart, xstart, ystart, xend, yend, in jpc_tsfb_getbands()
189 band->xstart = xstart; in jpc_tsfb_getbands()
193 band->locxstart = xstart; in jpc_tsfb_getbands()
195 band->locxend = band->locxstart + band->xend - band->xstart; in jpc_tsfb_getbands()
205 int xstart, int ystart, int xend, int yend, jpc_tsfb_band_t **bands, in jpc_tsfb_getbands2() argument
214 newxstart = JPC_CEILDIVPOW2(xstart, 1); in jpc_tsfb_getbands2()
225 band->xstart = JPC_FLOORDIVPOW2(xstart, 1); in jpc_tsfb_getbands2()
231 band->locxend = band->locxstart + band->xend - band->xstart; in jpc_tsfb_getbands2()
240 band->xstart = newxstart; in jpc_tsfb_getbands2()
246 band->locxend = band->locxstart + band->xend - band->xstart; in jpc_tsfb_getbands2()
255 band->xstart = JPC_FLOORDIVPOW2(xstart, 1); in jpc_tsfb_getbands2()
261 band->locxend = band->locxstart + band->xend - band->xstart; in jpc_tsfb_getbands2()
272 band->xstart = xstart; in jpc_tsfb_getbands2()
278 band->locxend = band->locxstart + band->xend - band->xstart; in jpc_tsfb_getbands2()