⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jdarith.c

📁 It is possible that certain products which can be built using this software modules might form inve
💻 C
字号:
/* * jdarith.c * * [IJG Copyright notice] * * This file holds place for arithmetic entropy decoding routines. */#define JPEG_INTERNALS#include "jinclude.h"#include "jpeglib.h"/* * Module initialization routine for arithmetic entropy decoding. */GLOBAL(void)jinit_arith_decoder (j_decompress_ptr cinfo){  ERREXIT(cinfo, JERR_ARITH_NOTIMPL);}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -