代码搜索:Quantization
找到约 3,139 项符合「Quantization」的源代码
代码结果 3,139
www.eeworm.com/read/278162/4146893
svn-base q_matrix_jvt.cfg.svn-base
# This an example configuration file for initializing the quantization matrix.
# Altogether 6 matrices for 4x4 blocks and 2 matrix for 8x8 blocks.
# The values range from 1 to 255.
# If first value of
www.eeworm.com/read/384423/2601907
cfg q_matrix_jvt.cfg
# This an example configuration file for initializing the quantization matrix.
# Altogether 6 matrices for 4x4 blocks and 2 matrix for 8x8 blocks.
# The values range from 1 to 255.
# If first value of
www.eeworm.com/read/237195/13972259
pas jquant1.pas
Unit JQuant1;
{ This file contains 1-pass color quantization (color mapping) routines.
These routines provide mapping to a fixed color map using equally spaced
color values. Optional Floyd-S
www.eeworm.com/read/390920/8433632
c jcparam.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
/*
* Quantization table setup routines
*/
GLOBAL(void)
jpeg_add_quant_table (j_compress_ptr cinfo, int which_tbl,
www.eeworm.com/read/288515/8627588
c wm_xie_e.c
#include "wm.h"
#include "signature.h"
#include "dwt.h"
#include "pgm.h"
char *progname;
// watermarking transformation, set median pixel to quantization boundary
double wm_transform(double alpha, d
www.eeworm.com/read/287843/8665376
m u_pcm.m
function [sqnr,a_quan,code]=u_pcm(a,n)
%U_PCM uniform PCM encoding of a sequence
% [SQNR,A_QUAN,CODE]=U_PCM(A,N)
% a=input sequence.
% n=number of quantization levels (even)
www.eeworm.com/read/431613/8665667
m u_pcm.m
function [sqnr,a_quan,code]=u_pcm(a,n)
%U_PCM uniform PCM encoding of a sequence
% [SQNR,A_QUAN,CODE]=U_PCM(A,N)
% a=input sequence.
% n=number of quantization levels (even)
www.eeworm.com/read/428927/8828790
c jcparam.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
/*
* Quantization table setup routines
*/
GLOBAL(void)
jpeg_add_quant_table (j_compress_ptr cinfo, int which_tbl,
www.eeworm.com/read/278321/10547208
c quantize.c
/*
* MP3 quantization
*
* Copyright (c) 1999-2000 Mark Taylor
* Copyright (c) 1999-2003 Takehiro Tominaga
* Copyright (c) 2000-2005 Robert Hegemann
* Copyright (c) 2001-2005 Gabriel Bouvigne
*
www.eeworm.com/read/463748/7176020
m u_pcm.m
function [sqnr,a_quan,code]=u_pcm(a,n)
%U_PCM uniform PCM encoding of a sequence
% [SQNR,A_QUAN,CODE]=U_PCM(A,N)
% a=input sequence.
% n=number of quantization levels (even)