代码搜索:Quantization

找到约 3,139 项符合「Quantization」的源代码

代码结果 3,139
www.eeworm.com/read/487628/6506781

c quant8x8_around.c

/*! ************************************************************************************* * \file quant8x8_around.c * * \brief * Quantization process for a 8x8 block with adaptive round
www.eeworm.com/read/231140/14253735

h constants.h

/****************************************************************** iLBC Speech Coder ANSI-C Source Code constants.h Copyright (c) 2001,
www.eeworm.com/read/159489/5583973

h constants.h

/****************************************************************** iLBC Speech Coder ANSI-C Source Code constants.h Copyright (c) 2001,
www.eeworm.com/read/473492/6844951

h constants.h

/****************************************************************** iLBC Speech Coder ANSI-C Source Code constants.h Copyright (C) The Internet Society (2004). All Rights Reserved
www.eeworm.com/read/468694/6986627

txt vq.txt

/**************************************************************************** * * * VECTOR QUANTIZATION
www.eeworm.com/read/217792/14951359

m vq_withoutpca.m

%******************************************************************** % * % Vector Quantization
www.eeworm.com/read/129161/7077854

c jdpostct.c

/* * jdpostct.c * * Copyright (C) 1994, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README fi
www.eeworm.com/read/296676/8082542

m jpeg.m

%jpeg压缩编码 function [dc_cof,ac_cof] = jpeg(f) % 灰度变换 -128 f = f-128; %获取图象大小以及分块数目 [mf,nf] = size(f); mb = mf/8; nb = nf/8; % 第一步,进行8*8块的二维DCT变换 disp('DCT ...') DCT_f = blkproc(f,[8 8],'dct
www.eeworm.com/read/143434/5757867

c modes.c

/* Copyright (C) 2002 Jean-Marc Valin File: modes.c Describes the different modes of the codec Redistribution and use in source and binary forms, with or without modification, are permi
www.eeworm.com/read/129875/5968922

c jdpostct.c

/* * jdpostct.c * * Copyright (C) 1994, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README fi