代码搜索:ebcot
找到约 71 项符合「ebcot」的源代码
代码结果 71
www.eeworm.com/read/134464/13990191
c mq_code.c
/******************************************************************************
功能描述:
Implements mq 编码解码
函数是对EBCOT的编码出的上下文数据算术编码和解码
***********************************************************
www.eeworm.com/read/134464/13990194
c main.c
/******************************************************************************
功能描述:
Implements 9/7 小波变换的编码解码,EBCOT的编码和解码及MQ 的编码解码实现
************************************************************
www.eeworm.com/read/195136/8172208
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by EBCOT.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#define
www.eeworm.com/read/134464/13990164
c arithenc.c
/*****************************************************************************
// 程序: ebcot 编码
// 版本: V0.0
// 作者: 胡运平
// 最后修改时间 : 30, 6, 2005
// 功能描述:
Context variables made global, rather t
www.eeworm.com/read/134464/13990195
c arithdec.c
/*****************************************************************************
// 程序: ebcot 编码
// 版本: V0.0
// 作者: 胡运平
// 最后修改时间 : 30, 6, 2005
// 功能描述:
Context variables made global, rather t
www.eeworm.com/read/195136/8172571
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// EBCOT.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/14548/390501
makefile
CC = cc
INCLUDES = -I../common -I../ebcot_common -I../line_xform -I.
C_OPT = -O
CFLAGS = -Aa $(INCLUDES) $(C_OPT)
BIN_DIR = ../bin
ANALYSIS_OBJS = hplx_info.o hplx_vert.o hplx_hor.o
QUANTI
www.eeworm.com/read/14548/390510
makefile
CC = cc
INCLUDES = -I../common -I../ebcot_common -I../line_xform -I.
C_OPT = -O
CFLAGS = -Aa $(INCLUDES) $(C_OPT)
BIN_DIR = ../bin
SYNTHESIS_OBJS = hplx_info.o hplx_vert.o hplx_hor.o
DEQUA
www.eeworm.com/read/134464/13990179
bak block_encode.c.bak
/******************************************************************************
功能描述:
Implements block_encode
以下部分是对EBCOT的编码。三个通道。四种编码形式
功能描述:编码过程中,每个系数总处于三种状态之一:无效态,有效态,上下文有效态
**************