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

  /external/jpeg/
jccoefct.c 149 int blkn, bi, ci, yindex, yoffset, blockcnt; local
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
174 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
176 yoffset+yindex < compptr->last_row_height) {
345 int blkn, ci, xindex, yindex, yoffset; local
373 for (yindex = 0; yindex < compptr->MCU_height; yindex++)
    [all...]
jctrans.c 284 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
312 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
314 yindex+yoffset < compptr->last_row_height) {
316 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
jdcoefct.c 153 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+yoffset] + start_col
    [all...]
  /external/icu4c/i18n/
indiancal.cpp 162 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))) {
  /external/freetype/src/smooth/
ftgrays.c 1341 int yindex; local
1363 int yindex; local
1810 int yindex; local
    [all...]

Completed in 176 milliseconds