Home
last modified time | relevance | path

Searched refs:yindex (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
Djccoefct.c147 int blkn, bi, ci, yindex, yoffset, blockcnt; in compress_data() local
172 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_data()
174 yoffset + yindex < compptr->last_row_height) { in compress_data()
345 int blkn, ci, xindex, yindex, yoffset; in compress_output() local
373 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
374 buffer_ptr = buffer[ci][yindex + yoffset] + start_col; in compress_output()
Djctrans.c297 int blkn, ci, xindex, yindex, yoffset, blockcnt; in compress_output() local
325 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
327 yindex + yoffset < compptr->last_row_height) { in compress_output()
329 buffer_ptr = buffer[ci][yindex + yoffset] + start_col; in compress_output()
Djdcoefct.c91 int blkn, ci, xindex, yindex, yoffset, useful_width; in decompress_onepass() local
139 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in decompress_onepass()
141 yoffset + yindex < compptr->last_row_height) { in decompress_onepass()
196 int blkn, ci, xindex, yindex, yoffset; in consume_data() local
225 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in consume_data()
226 buffer_ptr = buffer[ci][yindex + yoffset] + start_col; in consume_data()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djccoefct.c147 int blkn, bi, ci, yindex, yoffset, blockcnt; in compress_data() local
172 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_data()
174 yoffset + yindex < compptr->last_row_height) { in compress_data()
345 int blkn, ci, xindex, yindex, yoffset; in compress_output() local
373 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
374 buffer_ptr = buffer[ci][yindex + yoffset] + start_col; in compress_output()
Djctrans.c296 int blkn, ci, xindex, yindex, yoffset, blockcnt; in compress_output() local
324 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
326 yindex + yoffset < compptr->last_row_height) { in compress_output()
328 buffer_ptr = buffer[ci][yindex + yoffset] + start_col; in compress_output()
Djdcoefct.c91 int blkn, ci, xindex, yindex, yoffset, useful_width; in decompress_onepass() local
137 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in decompress_onepass()
139 yoffset + yindex < compptr->last_row_height) { in decompress_onepass()
194 int blkn, ci, xindex, yindex, yoffset; in consume_data() local
223 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in consume_data()
224 buffer_ptr = buffer[ci][yindex + yoffset] + start_col; in consume_data()
/third_party/libjpeg-turbo/
Djccoefct.c147 int blkn, bi, ci, yindex, yoffset, blockcnt; in compress_data() local
172 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_data()
174 yoffset + yindex < compptr->last_row_height) { in compress_data()
345 int blkn, ci, xindex, yindex, yoffset; in compress_output() local
373 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
374 buffer_ptr = buffer[ci][yindex + yoffset] + start_col; in compress_output()
Djctrans.c296 int blkn, ci, xindex, yindex, yoffset, blockcnt; in compress_output() local
324 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
326 yindex + yoffset < compptr->last_row_height) { in compress_output()
328 buffer_ptr = buffer[ci][yindex + yoffset] + start_col; in compress_output()
Djdcoefct.c91 int blkn, ci, xindex, yindex, yoffset, useful_width; in decompress_onepass() local
137 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in decompress_onepass()
139 yoffset + yindex < compptr->last_row_height) { in decompress_onepass()
194 int blkn, ci, xindex, yindex, yoffset; in consume_data() local
223 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in consume_data()
224 buffer_ptr = buffer[ci][yindex + yoffset] + start_col; in consume_data()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DIndianCalendar.java498 double wjd, depoch, quadricent, dqc, cent, dcent, quad, dquad, yindex, yearday, leapadj; in jdToGregorian() local
509 yindex = Math.floor(dquad / 365); in jdToGregorian()
510 year = (int)((quadricent * 400) + (cent * 100) + (quad * 4) + yindex); in jdToGregorian()
512 if (!((cent == 4) || (yindex == 4))) { in jdToGregorian()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dindiancal.cpp163 double wjd, depoch, quadricent, dqc, cent, dcent, quad, dquad, yindex, yearday, leapadj; in jdToGregorian() local
173 yindex = uprv_floor(dquad / 365); in jdToGregorian()
174 year = (int32_t)((quadricent * 400) + (cent * 100) + (quad * 4) + yindex); in jdToGregorian()
175 if (!((cent == 4) || (yindex == 4))) { in jdToGregorian()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp4573 for (GLint yindex = 0; yindex < pixelHeight; ++yindex) in captureCompressedTextureData() local
4575 GLint y = yindex + yoffset; in captureCompressedTextureData()
4576 GLint pixelOffset = zindex * pixelDepthPitch + yindex * pixelRowPitch; in captureCompressedTextureData()