Searched refs:fstripestep (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
D | jpc_t1dec.c | 374 int fstripestep; in dec_sigpass() local 391 fstripestep = frowstep << 2; in dec_sigpass() 400 for (i = height; i > 0; i -= 4, fstripestart += fstripestep, in dec_sigpass() 481 int fstripestep; in dec_rawsigpass() local 497 fstripestep = frowstep << 2; in dec_rawsigpass() 506 for (i = height; i > 0; i -= 4, fstripestart += fstripestep, in dec_rawsigpass() 582 int fstripestep; in dec_refpass() local 600 fstripestep = frowstep << 2; in dec_refpass() 609 for (i = height; i > 0; i -= 4, fstripestart += fstripestep, in dec_refpass() 681 int fstripestep; in dec_rawrefpass() local [all …]
|
D | jpc_t1enc.c | 440 int fstripestep; in jpc_encsigpass() local 455 fstripestep = frowstep << 2; in jpc_encsigpass() 462 for (i = height; i > 0; i -= 4, fstripestart += fstripestep, in jpc_encsigpass() 540 int fstripestep; in jpc_encrawsigpass() local 554 fstripestep = frowstep << 2; in jpc_encrawsigpass() 561 for (i = height; i > 0; i -= 4, fstripestart += fstripestep, in jpc_encrawsigpass() 642 int fstripestep; in jpc_encrefpass() local 657 fstripestep = frowstep << 2; in jpc_encrefpass() 664 for (i = height; i > 0; i -= 4, fstripestart += fstripestep, in jpc_encrefpass() 735 int fstripestep; in jpc_encrawrefpass() local [all …]
|