Searched refs:yy0 (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | j2kenc.c | 1422 int cblkx, cblky, cblkno=0, xx0, x0, xx1, y0, yy0, yy1, bandpos; in encode_tile() local 1423 yy0 = bandno == 0 ? 0 : comp->reslevel[reslevelno-1].coord[1][1] - comp->reslevel[reslevelno-1].coord[1][0]; in encode_tile() 1424 y0 = yy0; in encode_tile() 1426 band->coord[1][1]) - band->coord[1][0] + yy0; in encode_tile() 1445 for (y = yy0; y < yy1; y++){ in encode_tile() 1446 int *ptr = t1.data + (y-yy0)*t1.stride; in encode_tile() 1452 for (y = yy0; y < yy1; y++){ in encode_tile() 1453 int *ptr = t1.data + (y-yy0)*t1.stride; in encode_tile() 1467 encode_cblk(s, &t1, prec->cblk + cblkno, tile, xx1 - xx0, yy1 - yy0, in encode_tile() 1472 yy0 in encode_tile() [all...] |
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 839 int d, m1, yy0, yy1, yy2, dow; in transtime() local 877 yy0 = (rulep->r_mon <= 2) ? (year - 1) : year; in transtime() 878 yy1 = yy0 / 100; in transtime() 879 yy2 = yy0 % 100; in transtime()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 837 int d, m1, yy0, yy1, yy2, dow; in transtime() local 875 yy0 = (rulep->r_mon <= 2) ? (year - 1) : year; in transtime() 876 yy1 = yy0 / 100; in transtime() 877 yy2 = yy0 % 100; in transtime()
|
/third_party/tzdata/ |
H A D | localtime.c | 1002 int d, m1, yy0, yy1, yy2, dow; in transtime() local 1039 yy0 = (rulep->r_mon <= 2) ? (year - 1) : year; in transtime() 1040 yy1 = yy0 / 100; in transtime() 1041 yy2 = yy0 % 100; in transtime()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 166711 sqlite3ParserTOKENTYPE yy0; global() member [all...] |
Completed in 132 milliseconds