Home
last modified time | relevance | path

Searched refs:stbi__jpeg_huff_decode (Results 1 – 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
Dstb_image.h2074 stbi_inline static int stbi__jpeg_huff_decode(stbi__jpeg *j, stbi__huffman *h) in stbi__jpeg_huff_decode() function
2188 t = stbi__jpeg_huff_decode(j, hdc); in stbi__jpeg_decode_block()
2216 int rs = stbi__jpeg_huff_decode(j, hac); in stbi__jpeg_decode_block()
2245 t = stbi__jpeg_huff_decode(j, hdc); in stbi__jpeg_decode_block_prog_dc()
2290 int rs = stbi__jpeg_huff_decode(j, hac); in stbi__jpeg_decode_block_prog_ac()
2332 …int rs = stbi__jpeg_huff_decode(j, hac); // @OPTIMIZE see if we can use the fast path here, advanc… in stbi__jpeg_decode_block_prog_ac()