Searched refs:UVTable (Results 1 – 2 of 2) sorted by relevance
1413 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local1427 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()1433 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()1446 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()