Searched refs:stbi__jpeg_huff_decode (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 1912 stbi_inline static int stbi__jpeg_huff_decode(stbi__jpeg *j, stbi__huffman *h) in stbi__jpeg_huff_decode() function 2027 t = stbi__jpeg_huff_decode(j, hdc); in stbi__jpeg_decode_block() 2055 int rs = stbi__jpeg_huff_decode(j, hac); in stbi__jpeg_decode_block() 2084 t = stbi__jpeg_huff_decode(j, hdc); in stbi__jpeg_decode_block_prog_dc() 2128 int rs = stbi__jpeg_huff_decode(j, hac); in stbi__jpeg_decode_block_prog_ac() 2170 …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()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 1912 stbi_inline static int stbi__jpeg_huff_decode(stbi__jpeg *j, stbi__huffman *h) in stbi__jpeg_huff_decode() function 2027 t = stbi__jpeg_huff_decode(j, hdc); in stbi__jpeg_decode_block() 2055 int rs = stbi__jpeg_huff_decode(j, hac); in stbi__jpeg_decode_block() 2084 t = stbi__jpeg_huff_decode(j, hdc); in stbi__jpeg_decode_block_prog_dc() 2128 int rs = stbi__jpeg_huff_decode(j, hac); in stbi__jpeg_decode_block_prog_ac() 2170 …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()
|