Searched refs:YTable (Results 1 – 3 of 3) sorted by relevance
58 src/YTable.h | 2 +-506 --- a/src/YTable.h507 +++ b/src/YTable.h527 * Helper class for YTable for table column properties:
1413 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local1425 YTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (yti < 1 ? 1 : yti > 255 ? 255 : yti); in stbi_write_jpg_core()1432 fdtbl_Y[k] = 1 / (YTable [stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()1444 s->func(s->context, (void*)YTable, sizeof(YTable)); in stbi_write_jpg_core()