Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_tsfb.c86 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()
[all …]
Djpc_dec.h316 uint_fast32_t xstart; member
393 uint_fast32_t xstart; member
448 uint_fast32_t xstart; member
494 uint_fast32_t xstart; member
576 uint_fast32_t xstart; member
Djas_seq.c86 jas_matrix_t *jas_seq2d_create(int xstart, int ystart, int xend, int yend) in jas_seq2d_create() argument
89 assert(xstart <= xend && ystart <= yend); in jas_seq2d_create()
90 if (!(matrix = jas_matrix_create(yend - ystart, xend - xstart))) { in jas_seq2d_create()
93 matrix->xstart_ = xstart; in jas_seq2d_create()
196 void jas_seq2d_bindsub(jas_matrix_t *s, jas_matrix_t *s1, int xstart, int ystart, in jas_seq2d_bindsub() argument
199 jas_matrix_bindsub(s, s1, ystart - s1->ystart_, xstart - s1->xstart_, in jas_seq2d_bindsub()
Djpc_tsfb.h100 int xstart; member
134 int jpc_tsfb_getbands(jpc_tsfb_t *tsfb, uint_fast32_t xstart,
Djpc_dec.c699 if (!(tcomp->data = jas_seq2d_create(JPC_CEILDIV(tile->xstart, in jpc_dec_tileinit()
715 rlvl->xstart = JPC_CEILDIVPOW2(tcomp->xstart, in jpc_dec_tileinit()
725 tlprcxstart = JPC_FLOORDIVPOW2(rlvl->xstart, in jpc_dec_tileinit()
739 if (rlvl->xstart >= rlvl->xend || rlvl->ystart >= rlvl->yend) { in jpc_dec_tileinit()
789 if (bnd->xstart == bnd->xend || bnd->ystart == bnd->yend) { in jpc_dec_tileinit()
796 jas_seq2d_setshift(band->data, bnd->xstart, bnd->ystart); in jpc_dec_tileinit()
811 prc->xstart = JAS_MAX(cbgxstart, JAS_CAST(uint_fast32_t, jas_seq2d_xstart(band->data))); in jpc_dec_tileinit()
815 if (prc->xend > prc->xstart && prc->yend > prc->ystart) { in jpc_dec_tileinit()
816 tlcblkxstart = JPC_FLOORDIVPOW2(prc->xstart, in jpc_dec_tileinit()
846 tmpxstart = JAS_MAX(cblkxstart, prc->xstart); in jpc_dec_tileinit()
[all …]
Djpc_t2cod.c267 for (pi->x = pi->xstart; pi->x < pi->xend; pi->x += in jpc_pi_nextrpcl()
283 trx0 = JPC_CEILDIV(pi->xstart, pi->picomp->hsamp << r); in jpc_pi_nextrpcl()
285 if (((pi->x == pi->xstart && ((trx0 << r) % (1 << rpx))) in jpc_pi_nextrpcl()
361 for (pi->x = pi->xstart; pi->x < pi->xend; pi->x += pi->xstep - in jpc_pi_nextpcrl()
376 trx0 = JPC_CEILDIV(pi->xstart, pi->picomp->hsamp << r); in jpc_pi_nextpcrl()
380 if (((pi->x == pi->xstart && ((trx0 << r) % (1 << rpx))) || in jpc_pi_nextpcrl()
450 for (pi->x = pi->xstart; pi->x < pi->xend; in jpc_pi_nextcprl()
460 trx0 = JPC_CEILDIV(pi->xstart, pi->picomp->hsamp << r); in jpc_pi_nextcprl()
464 if (((pi->x == pi->xstart && ((trx0 << r) % (1 << rpx))) || in jpc_pi_nextcprl()
Djpc_t2cod.h187 int xstart; member
Djpc_qmfb.c97 int jpc_ft_analyze(int *a, int xstart, int ystart, int width, int height,
99 int jpc_ft_synthesize(int *a, int xstart, int ystart, int width, int height,
102 int jpc_ns_analyze(int *a, int xstart, int ystart, int width, int height,
104 int jpc_ns_synthesize(int *a, int xstart, int ystart, int width,
1559 int jpc_ft_analyze(int *a, int xstart, int ystart, int width, int height, in jpc_ft_analyze() argument
1565 int colparity = xstart & 1; in jpc_ft_analyze()
1595 int jpc_ft_synthesize(int *a, int xstart, int ystart, int width, int height, in jpc_ft_synthesize() argument
1601 int colparity = xstart & 1; in jpc_ft_synthesize()
3071 int jpc_ns_analyze(int *a, int xstart, int ystart, int width, int height, in jpc_ns_analyze() argument
3078 int colparity = xstart & 1; in jpc_ns_analyze()
[all …]
Djpc_t2dec.c536 pi->xstart = tile->xstart; in jpc_dec_pi_create()
Djpc_t2enc.c626 pi->xstart = tile->tlx; in jpc_enc_pi_create()
Djpc_enc.c2276 if (bandinfo->xstart != bandinfo->xend && bandinfo->ystart != bandinfo->yend) { in band_create()
2282 jas_seq2d_setshift(band->data, bandinfo->xstart, bandinfo->ystart); in band_create()
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp263 int xstart = jas_image_cmpttlx( m_image, cmpt ); in ReadComponent8u() local
285 for( x = 0; x < xend - xstart; x++ ) in ReadComponent8u()
291 for( x = 0; x < xend - xstart; x++ ) in ReadComponent8u()
298 for( x = 0, j = 0; x < xend - xstart; x += 2, j++ ) in ReadComponent8u()
304 for( x = 0, j = 0; x < xend - xstart; j++ ) in ReadComponent8u()
313 for( x = 0; x < xend - xstart; x++ ) in ReadComponent8u()
325 int xstart = jas_image_cmpttlx( m_image, cmpt ); in ReadComponent16u() local
347 for( x = 0; x < xend - xstart; x++ ) in ReadComponent16u()
353 for( x = 0; x < xend - xstart; x++ ) in ReadComponent16u()
360 for( x = 0, j = 0; x < xend - xstart; x += 2, j++ ) in ReadComponent16u()
[all …]
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_jpeg2000.cpp292 int xstart = jas_image_cmpttlx( image, cmpt ); in readComponent8u() local
314 for( x = 0; x < xend - xstart; x++ ) in readComponent8u()
320 for( x = 0; x < xend - xstart; x++ ) in readComponent8u()
327 for( x = 0, j = 0; x < xend - xstart; x += 2, j++ ) in readComponent8u()
333 for( x = 0, j = 0; x < xend - xstart; j++ ) in readComponent8u()
342 for( x = 0; x < xend - xstart; x++ ) in readComponent8u()
356 int xstart = jas_image_cmpttlx( image, cmpt ); in readComponent16u() local
378 for( x = 0; x < xend - xstart; x++ ) in readComponent16u()
384 for( x = 0; x < xend - xstart; x++ ) in readComponent16u()
391 for( x = 0, j = 0; x < xend - xstart; x += 2, j++ ) in readComponent16u()
[all …]
/external/compiler-rt/lib/builtins/
Dclear_cache.c129 uint64_t xstart = (uint64_t)(uintptr_t) start; in __clear_cache()
142 for (addr = xstart; addr < xend; addr += dcache_line_size) in __clear_cache()
147 for (addr = xstart; addr < xend; addr += icache_line_size) in __clear_cache()
/external/libpng/contrib/examples/
Dpngpixel.c247 png_uint_32 ystart, xstart, ystep, xstep; in main() local
266 xstart = PNG_PASS_START_COL(pass); in main()
274 ystart = xstart = 0; in main()
302 if (y == py) for (px = xstart, ppx = 0; in main()
/external/opencv3/3rdparty/libjasper/jasper/
Djas_seq.h245 jas_matrix_t *jas_seq2d_create(int xstart, int ystart, int xend, int yend);
273 void jas_seq2d_bindsub(jas_matrix_t *s, jas_matrix_t *s1, int xstart,
/external/chromium-trace/catapult/telemetry/third_party/png/
Dpng.py943 for xstart, ystart, xstep, ystep in _adam7:
944 if xstart >= self.width:
947 ppr = int(math.ceil((self.width-xstart)/float(xstep)))
958 offset = y * vpr + xstart * self.planes
1572 for xstart, ystart, xstep, ystep in _adam7:
1575 if xstart >= self.width:
1582 ppr = int(math.ceil((self.width-xstart)/float(xstep)))
1594 assert xstart == 0
1598 offset = y * vpr + xstart * self.planes
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp1472 UChar32 xstart = DATA[i+2]; in TestInvalidCodePoint() local
1479 set, xstart, xend); in TestInvalidCodePoint()
1484 set, xstart, xend); in TestInvalidCodePoint()
1498 set, xstart, xend); in TestInvalidCodePoint()
1503 set, xstart, xend); in TestInvalidCodePoint()
1511 set, xstart, xend); in TestInvalidCodePoint()
1517 set, xstart, xend); in TestInvalidCodePoint()
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...