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

  /external/libjpeg-turbo/
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 298 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
326 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
328 yindex+yoffset < compptr->last_row_height) {
330 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
jdcoefct.c 92 int blkn, ci, xindex, yindex, yoffset, useful_width; local
138 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
140 yoffset+yindex < compptr->last_row_height) {
195 int blkn, ci, xindex, yindex, yoffset; local
224 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
225 buffer_ptr = buffer[ci][yindex+yoffset] + start_col
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_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...]
fpdfapi_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;
fpdfapi_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/icu/android_icu4j/src/main/java/android/icu/util/
IndianCalendar.java 498 double wjd, depoch, quadricent, dqc, cent, dcent, quad, dquad, yindex, yearday, leapadj; local
509 yindex = Math.floor(dquad / 365);
510 year = (int)((quadricent * 400) + (cent * 100) + (quad * 4) + yindex);
512 if (!((cent == 4) || (yindex == 4))) {
  /external/icu/icu4c/source/i18n/
indiancal.cpp 163 double wjd, depoch, quadricent, dqc, cent, dcent, quad, dquad, yindex, yearday, leapadj; local
173 yindex = uprv_floor(dquad / 365);
174 year = (int32_t)((quadricent * 400) + (cent * 100) + (quad * 4) + yindex);
175 if (!((cent == 4) || (yindex == 4))) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
IndianCalendar.java 527 double wjd, depoch, quadricent, dqc, cent, dcent, quad, dquad, yindex, yearday, leapadj; local
538 yindex = Math.floor(dquad / 365);
539 year = (int)((quadricent * 400) + (cent * 100) + (quad * 4) + yindex);
541 if (!((cent == 4) || (yindex == 4))) {
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 1364 int yindex; local
1386 int yindex; local
1840 int yindex; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.c 627 static void yindex (LexState *ls, expdesc *v) { function
663 yindex(ls, &key);
914 yindex(ls, &key);
    [all...]
  /external/skia/third_party/lua/src/
lparser.c 627 static void yindex (LexState *ls, expdesc *v) { function
663 yindex(ls, &key);
914 yindex(ls, &key);
    [all...]
  /external/syslinux/com32/lua/src/
lparser.c 627 static void yindex (LexState *ls, expdesc *v) { function
663 yindex(ls, &key);
914 yindex(ls, &key);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 816 milliseconds