代码搜索:Coding
找到约 9,366 项符合「Coding」的源代码
代码结果 9,366
www.eeworm.com/read/277224/4158569
h rdopt_coding_state.h
/*!
***************************************************************************
* \file
* rdopt_coding_state.h
*
* \author
* Heiko Schwarz
*
* \date
* 17. April 2001
*
www.eeworm.com/read/277224/4158603
c rdopt_coding_state.c
/*!
***************************************************************************
* \file rdopt_coding_state.c
*
* \brief
* Storing/restoring coding state for
* Rate-Distortion optim
www.eeworm.com/read/277224/4158644
h rdopt_coding_state.h
/*!
***************************************************************************
* \file
* rdopt_coding_state.h
*
* \author
* Heiko Schwarz
*
* \date
* 17. April 2001
*
www.eeworm.com/read/277224/4158683
c rdopt_coding_state.c
/*!
***************************************************************************
* \file rdopt_coding_state.c
*
* \brief
* Storing/restoring coding state for
* Rate-Distortion optim
www.eeworm.com/read/274175/4187439
m perform_arithmetic_coding.m
function [y,nbr_bits] = perform_arithmetic_coding(x,dir,options)
% perform_arithmetic_coding - perform adaptive arithmetic coding
%
% [y,nbr_bits] = perform_arithmetic_coding(x, dir, options);
www.eeworm.com/read/440635/1793733
h rdopt_coding_state.h
/**********************************************************************
* Software Copyright Licensing Disclaimer
*
* This software module was originally developed by contributors to the
* cou
www.eeworm.com/read/440635/1793767
c rdopt_coding_state.c
/**********************************************************************
* Software Copyright Licensing Disclaimer
*
* This software module was originally developed by contributors to the
* cou
www.eeworm.com/read/474583/6813062
sci perform_arith_coding.sci
function [y,nbr_bits] = perform_arith_coding(xC, dir)
// perform_arith_coding - perform adaptive arithmetic coding
//
// [y,nbr_bits] = perform_arith_coding(x, dir);
//
// dir=1 for encoding, dir=
www.eeworm.com/read/474583/6813075
m perform_arith_coding.m
function [y,nbr_bits] = perform_arith_coding(xC, dir)
% perform_arithmetic_coding_slow - perform adaptive arithmetic coding
%
% [y,nbr_bits] = perform_arithmetic_coding_slow(x, dir);
%
% dir=1 for
www.eeworm.com/read/394127/8244164