HomeSort by: relevance | last modified time | path
    Searched defs:stbi_dequantize_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/stbi/
stb_image.c 1404 typedef unsigned short stbi_dequantize_t; typedef in typeref:typename:unsigned short
1406 typedef uint8 stbi_dequantize_t; typedef in typeref:typename:uint8
1410 static void idct_block(uint8 *out, int out_stride, short data[64], stbi_dequantize_t *dequantize)
1413 stbi_dequantize_t *dq = dequantize;
stb_image.c 1404 typedef unsigned short stbi_dequantize_t; typedef in typeref:typename:unsigned short
1406 typedef uint8 stbi_dequantize_t; typedef in typeref:typename:uint8
1410 static void idct_block(uint8 *out, int out_stride, short data[64], stbi_dequantize_t *dequantize)
1413 stbi_dequantize_t *dq = dequantize;

Completed in 151 milliseconds