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

  /external/chromium_org/third_party/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 295 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
323 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
325 yindex+yoffset < compptr->last_row_height) {
327 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
jdcoefct.c 159 int blkn, ci, xindex, yindex, yoffset, useful_width; local
198 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
200 yoffset+yindex < compptr->last_row_height) {
254 int blkn, ci, xindex, yindex, yoffset; local
283 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
284 buffer_ptr = buffer[ci][yindex+yoffset] + start_col
    [all...]
  /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
205 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
207 yoffset+yindex < compptr->last_row_height) {
259 int blkn, ci, xindex, yindex, yoffset; local
317 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
318 buffer_ptr = buffer[ci][yindex+yoffset] + start_col
396 int ci, xindex, yindex, yoffset; local
456 int blkn, ci, xindex, yindex, yoffset; local
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jccoefct.c 150 int blkn, bi, ci, yindex, yoffset, blockcnt; local
174 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
175 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
177 yoffset+yindex < compptr->last_row_height) {
346 int blkn, ci, xindex, yindex, yoffset; local
374 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
    [all...]
fpdfapi_jctrans.c 285 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
313 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
315 yindex+yoffset < compptr->last_row_height) {
317 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
fpdfapi_jdcoefct.c 154 int blkn, ci, xindex, yindex, yoffset, useful_width; local
193 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
195 yoffset+yindex < compptr->last_row_height) {
249 int blkn, ci, xindex, yindex, yoffset; local
278 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
279 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
    [all...]
  /external/qemu/distrib/jpeg-6b/
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
205 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
207 yoffset+yindex < compptr->last_row_height) {
259 int blkn, ci, xindex, yindex, yoffset; local
317 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
318 buffer_ptr = buffer[ci][yindex+yoffset] + start_col
396 int ci, xindex, yindex, yoffset; local
456 int blkn, ci, xindex, yindex, yoffset; local
    [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 1370 int yindex; local
1392 int yindex; local
1839 int yindex; local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 1392 int yindex; local
1414 int yindex; local
1862 int yindex; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 1385 int yindex; local
1407 int yindex; local
1856 int yindex; local
    [all...]
  /external/chromium_org/third_party/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1588 milliseconds