Searched refs:aasf (Results 1 – 2 of 2) sorted by relevance
1467 …static const float aasf[] = { 1.0f * 2.828427125f, 1.387039845f * 2.828427125f, 1.306562965f * 2.8… in stbi_write_jpg_core() local1492 fdtbl_Y[k] = 1 / (YTable [stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()1493 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()