/external/opencv3/3rdparty/libjasper/ |
D | 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, in jpc_tsfb_analyze2() argument 134 if ((*tsfb->qmfb->analyze)(a, xstart, ystart, width, height, stride)) in jpc_tsfb_analyze2() 138 1), JPC_CEILDIVPOW2(ystart, 1), JPC_CEILDIVPOW2( in jpc_tsfb_analyze2() 140 JPC_CEILDIVPOW2(ystart + height, 1) - in jpc_tsfb_analyze2() 141 JPC_CEILDIVPOW2(ystart, 1), stride, numlvls - 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 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() 164 height, 1) - JPC_CEILDIVPOW2(ystart, 1), stride, numlvls - in jpc_tsfb_synthesize2() [all …]
|
D | jpc_dec.h | 319 uint_fast32_t ystart; member 397 uint_fast32_t ystart; member 452 uint_fast32_t ystart; member 498 uint_fast32_t ystart; member 580 uint_fast32_t ystart; member
|
D | jas_seq.c | 86 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() 94 matrix->ystart_ = ystart; 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()
|
D | jpc_tsfb.h | 101 int ystart; member 135 uint_fast32_t ystart, uint_fast32_t xend, uint_fast32_t yend,
|
D | jpc_dec.c | 700 cmpt->hstep), JPC_CEILDIV(tile->ystart, cmpt->vstep), in jpc_dec_tileinit() 717 rlvl->ystart = JPC_CEILDIVPOW2(tcomp->ystart, in jpc_dec_tileinit() 727 tlprcystart = JPC_FLOORDIVPOW2(rlvl->ystart, 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() 812 prc->ystart = JAS_MAX(cbgystart, JAS_CAST(uint_fast32_t, jas_seq2d_ystart(band->data))); in jpc_dec_tileinit() 815 if (prc->xend > prc->xstart && prc->yend > prc->ystart) { in jpc_dec_tileinit() 818 tlcblkystart = JPC_FLOORDIVPOW2(prc->ystart, in jpc_dec_tileinit() 847 tmpystart = JAS_MAX(cblkystart, prc->ystart); in jpc_dec_tileinit() [all …]
|
D | jpc_t2cod.c | 265 for (pi->y = pi->ystart; pi->y < pi->yend; pi->y += in jpc_pi_nextrpcl() 284 try0 = JPC_CEILDIV(pi->ystart, pi->picomp->vsamp << r); in jpc_pi_nextrpcl() 287 ((pi->y == pi->ystart && ((try0 << r) % (1 << rpy))) in jpc_pi_nextrpcl() 359 for (pi->y = pi->ystart; pi->y < pi->yend; pi->y += pi->ystep - in jpc_pi_nextpcrl() 377 try0 = JPC_CEILDIV(pi->ystart, pi->picomp->vsamp << r); in jpc_pi_nextpcrl() 382 ((pi->y == pi->ystart && ((try0 << r) % (1 << rpy))) || in jpc_pi_nextpcrl() 448 for (pi->y = pi->ystart; pi->y < pi->yend; in jpc_pi_nextcprl() 461 try0 = JPC_CEILDIV(pi->ystart, pi->picomp->vsamp << r); in jpc_pi_nextcprl() 466 ((pi->y == pi->ystart && ((try0 << r) % (1 << rpy))) || in jpc_pi_nextcprl()
|
D | jpc_t2cod.h | 191 int ystart; member
|
D | 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, 1559 int jpc_ft_analyze(int *a, int xstart, int ystart, int width, int height, in jpc_ft_analyze() argument 1564 int rowparity = ystart & 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 1600 int rowparity = ystart & 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 3077 int rowparity = ystart & 1; in jpc_ns_analyze() [all …]
|
D | jpc_t2dec.c | 537 pi->ystart = tile->ystart; in jpc_dec_pi_create()
|
D | jpc_t2enc.c | 627 pi->ystart = tile->tly; in jpc_enc_pi_create()
|
D | jpc_enc.c | 2276 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/libpng/contrib/examples/ |
D | pngpixel.c | 247 png_uint_32 ystart, xstart, ystep, xstep; in main() local 267 ystart = PNG_PASS_START_ROW(pass); in main() 274 ystart = xstart = 0; in main() 282 for (py = ystart; py < height; py += ystep) in main()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg2000.cpp | 267 int ystart = jas_image_cmpttly( m_image, cmpt ); in ReadComponent8u() local 277 for( y = 0; y < yend - ystart; ) in ReadComponent8u() 329 int ystart = jas_image_cmpttly( m_image, cmpt ); in ReadComponent16u() local 339 for( y = 0; y < yend - ystart; ) in ReadComponent16u()
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_jpeg2000.cpp | 296 int ystart = jas_image_cmpttly( image, cmpt ); in readComponent8u() local 306 for( y = 0; y < yend - ystart; ) in readComponent8u() 360 int ystart = jas_image_cmpttly( image, cmpt ); in readComponent16u() local 370 for( y = 0; y < yend - ystart; ) in readComponent16u()
|
/external/opencv3/3rdparty/libjasper/jasper/ |
D | 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/chromium-trace/catapult/telemetry/third_party/png/ |
D | png.py | 943 for xstart, ystart, xstep, ystep in _adam7: 950 for y in range(ystart, self.height, ystep): 1572 for xstart, ystart, xstep, ystep in _adam7: 1585 for y in range(ystart, self.height, ystep):
|
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |