HomeSort by relevance Sort by last modified time
    Searched refs:ystart (Results 1 - 24 of 24) sorted by null

  /external/opencv3/3rdparty/libjasper/
jpc_tsfb.c 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,
134 if ((*tsfb->qmfb->analyze)(a, xstart, ystart, width, height, stride))
138 1), JPC_CEILDIVPOW2(ystart, 1), JPC_CEILDIVPOW2(
140 JPC_CEILDIVPOW2(ystart + height, 1) -
141 JPC_CEILDIVPOW2(ystart, 1), stride, numlvls - 1)) {
157 int jpc_tsfb_synthesize2(jpc_tsfb_t *tsfb, int *a, int xstart, int ystart,
162 JPC_CEILDIVPOW2(ystart, 1), JPC_CEILDIVPOW2(xstart + width,
163 1) - JPC_CEILDIVPOW2(xstart, 1), JPC_CEILDIVPOW2(ystart +
164 height, 1) - JPC_CEILDIVPOW2(ystart, 1), stride, numlvls
    [all...]
jpc_tsfb.h 101 int ystart; member in struct:__anon20312
135 uint_fast32_t ystart, uint_fast32_t xend, uint_fast32_t yend,
jpc_dec.h 319 uint_fast32_t ystart; member in struct:__anon20285
397 uint_fast32_t ystart; member in struct:__anon20287
452 uint_fast32_t ystart; member in struct:__anon20288
498 uint_fast32_t ystart; member in struct:__anon20289
580 uint_fast32_t ystart; member in struct:__anon20291
jas_seq.c 86 jas_matrix_t *jas_seq2d_create(int xstart, int ystart, int xend, int yend)
89 assert(xstart <= xend && ystart <= yend);
90 if (!(matrix = jas_matrix_create(yend - ystart, xend - xstart))) {
94 matrix->ystart_ = ystart;
196 void jas_seq2d_bindsub(jas_matrix_t *s, jas_matrix_t *s1, int xstart, int ystart,
199 jas_matrix_bindsub(s, s1, ystart - s1->ystart_, xstart - s1->xstart_,
jpc_t2cod.h 191 int ystart; member in struct:__anon20310
jpc_dec.c 700 cmpt->hstep), JPC_CEILDIV(tile->ystart, cmpt->vstep),
717 rlvl->ystart = JPC_CEILDIVPOW2(tcomp->ystart,
727 tlprcystart = JPC_FLOORDIVPOW2(rlvl->ystart,
739 if (rlvl->xstart >= rlvl->xend || rlvl->ystart >= rlvl->yend) {
789 if (bnd->xstart == bnd->xend || bnd->ystart == bnd->yend) {
796 jas_seq2d_setshift(band->data, bnd->xstart, bnd->ystart);
812 prc->ystart = JAS_MAX(cbgystart, JAS_CAST(uint_fast32_t, jas_seq2d_ystart(band->data)));
815 if (prc->xend > prc->xstart && prc->yend > prc->ystart) {
818 tlcblkystart = JPC_FLOORDIVPOW2(prc->ystart,
    [all...]
jpc_t2cod.c 265 for (pi->y = pi->ystart; pi->y < pi->yend; pi->y +=
284 try0 = JPC_CEILDIV(pi->ystart, pi->picomp->vsamp << r);
287 ((pi->y == pi->ystart && ((try0 << r) % (1 << rpy)))
359 for (pi->y = pi->ystart; pi->y < pi->yend; pi->y += pi->ystep -
377 try0 = JPC_CEILDIV(pi->ystart, pi->picomp->vsamp << r);
382 ((pi->y == pi->ystart && ((try0 << r) % (1 << rpy))) ||
448 for (pi->y = pi->ystart; pi->y < pi->yend;
461 try0 = JPC_CEILDIV(pi->ystart, pi->picomp->vsamp << r);
466 ((pi->y == pi->ystart && ((try0 << r) % (1 << rpy))) ||
jpc_qmfb.c 97 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,
    [all...]
jpc_t2dec.c 537 pi->ystart = tile->ystart;
jpc_t2enc.c 627 pi->ystart = tile->tly;
jpc_enc.c     [all...]
  /prebuilts/go/darwin-x86/misc/cgo/life/
c-life.c 35 DoStep(int xdim, int ydim, int xstart, int xend, int ystart, int yend, int *a, int *n)
40 for(y = ystart; y < yend; y++) {
  /prebuilts/go/linux-x86/misc/cgo/life/
c-life.c 35 DoStep(int xdim, int ydim, int xstart, int xend, int ystart, int yend, int *a, int *n)
40 for(y = ystart; y < yend; y++) {
  /external/libpng/contrib/examples/
pngpixel.c 247 png_uint_32 ystart, xstart, ystep, xstep; local
267 ystart = PNG_PASS_START_ROW(pass);
274 ystart = xstart = 0;
282 for (py = ystart; py < height; py += ystep)
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Script.java 308 mRS.nScriptForEachClipped(getID(mRS), slot, ainInc, aoutInc, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend, mUseIncSupp);
310 mRS.nScriptForEachClipped(getID(mRS), slot, in_id, out_id, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend, mUseIncSupp);
376 limits[2] = sc.ystart;
416 limits[2] = sc.ystart;
589 private int ystart = 0; field in class:Script.LaunchOptions
627 ystart = ystartArg;
673 return ystart;
RenderScript.java 641 int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc);
643 int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc);
654 int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc) {
657 rsnScriptForEachClipped(mContext, mIncCon, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend, mUseInc);
659 rsnScriptForEachClipped(mContext, mIncCon, id, slot, ain, aout, params, xstart, xend, ystart, yend, zstart, zend, mUseInc);
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Script.java 214 limits[2] = sc.ystart;
279 limits[2] = sc.ystart;
318 limits[2] = sc.ystart;
551 private int ystart = 0; field in class:Script.LaunchOptions
589 ystart = ystartArg;
635 return ystart;
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 267 int ystart = jas_image_cmpttly( m_image, cmpt ); local
277 for( y = 0; y < yend - ystart; )
329 int ystart = jas_image_cmpttly( m_image, cmpt ); local
339 for( y = 0; y < yend - ystart; )
  /external/opencv3/3rdparty/libjasper/jasper/
jas_seq.h 245 jas_matrix_t *jas_seq2d_create(int xstart, int ystart, int xend, int yend);
274 int ystart, int xend, int yend);
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp 296 int ystart = jas_image_cmpttly( image, cmpt ); local
306 for( y = 0; y < yend - ystart; )
360 int ystart = jas_image_cmpttly( image, cmpt ); local
370 for( y = 0; y < yend - ystart; )
  /system/core/libpixelflinger/
trap.cpp 213 GGLcoord ystart = TRI_FROM_INT(t) - v[1] + TRI_HALF; local
221 ystart += TRI_FROM_INT(c->state.scissor.top-t);
239 GGLcoord y = ystart;
278 GGLcoord ystart = TRI_FROM_INT(t) - v[1] + TRI_HALF; local
286 ystart += TRI_FROM_INT(c->state.scissor.top-t);
311 GGLcoord y = ystart;
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/png/
png.py     [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 531 milliseconds