Lines Matching defs:values
297 // be promoted to floating point values, run through the inverse of
1941 stbi_uc values[256];
2055 int rs = h->values[fast];
2112 return h->values[k];
2143 return h->values[c];
2217 // 0 all the ac values now so we can do it 32-bits at a time
2273 memset(data,0,64*sizeof(data[0])); // 0 all the ac values now
3137 if(n > 256) return stbi__err("bad DHT header","Corrupt JPEG"); // Loop over i < n would write past end of values!
3141 v = z->huff_dc[th].values;
3144 v = z->huff_ac[th].values;
3367 z->app14_color_transform = -1; // valid values are 0,1,2
4783 stbi_uc scale = (color == 0) ? stbi__depth_scale_table[depth] : 1; // scale grayscale values to 0..255 range
5164 for (k = 0; k < s->img_n; ++k) tc16[k] = (stbi__uint16)stbi__get16be(s); // copy the values as-is
6186 // Known values:
7787 uniform handling of optional "return" values;
7851 suppress MSVC warnings on integer casts truncating values