Searched refs:yindex (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djccoefct.c149 int blkn, bi, ci, yindex, yoffset, blockcnt; local
176 /* ypos == (yoffset+yindex) * DCTSIZE */
177 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
179 yoffset+yindex < compptr->last_row_height) {
349 int blkn, ci, xindex, yindex, yoffset; local
377 for (yindex = 0; yindex < compptr->MCU_height; yindex
[all...]
H A Djctrans.c278 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
306 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
308 yindex+yoffset < compptr->last_row_height) {
310 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
H A Djdcoefct.c153 int blkn, ci, xindex, yindex, yoffset, useful_width; local
192 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
194 yoffset+yindex < compptr->last_row_height) {
248 int blkn, ci, xindex, yindex, yoffset; local
277 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
278 buffer_ptr = buffer[ci][yindex
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dindiancal.cpp162 double wjd, depoch, quadricent, dqc, cent, dcent, quad, dquad, yindex, yearday, leapadj; local
172 yindex = uprv_floor(dquad / 365);
173 year = (int32_t)((quadricent * 400) + (cent * 100) + (quad * 4) + yindex);
174 if (!((cent == 4) || (yindex == 4))) {

Completed in 226 milliseconds