代码搜索:Quantization
找到约 3,139 项符合「Quantization」的源代码
代码结果 3,139
www.eeworm.com/read/270032/11050855
c rgbto4bits.c
/*
Mapping RGB Triples onto Four Bits
by Alan Paeth
from "Graphics Gems", Academic Press, 1990
*/
remap8(R, G, B, R2, G2, B2)
float R, G, B, *R2, *G2, *B2;
{
/*
* remap8 maps floating (R,G,B
www.eeworm.com/read/268231/11148988
m lloydmax.m
function [a,y,dist]=lloydmax(funfcn,b,n,tol,p1,p2,p3)
%LLOYDMAX Returns the the Lloyd-Max quantizer and the mean-squared
% quantization error for a symmetric distribution.
% [A,Y,DIST]=L
www.eeworm.com/read/147096/12583758
m lloydmax.m
function [a,y,dist]=lloydmax(funfcn,b,n,tol,p1,p2,p3)
%LLOYDMAX Returns the the Lloyd-Max quantizer and the mean-squared
% quantization error for a symmetric distribution.
% [A,Y,DIST
www.eeworm.com/read/300562/13905703
m lloydmax.m
function [a,y,dist]=lloydmax(funfcn,b,n,tol,p1,p2,p3)
%LLOYDMAX Returns the the Lloyd-Max quantizer and the mean-squared
% quantization error for a symmetric distribution.
% [A,Y,DIST]=L
www.eeworm.com/read/300086/13936620
m lloydmax.m
function [a,y,dist]=lloydmax(funfcn,b,n,tol,p1,p2,p3)
%LLOYDMAX Returns the the Lloyd-Max quantizer and the mean-squared
% quantization error for a symmetric distribution.
% [A,Y,DIST
www.eeworm.com/read/132953/14065322
m lloydmax.m
function [a,y,dist]=lloydmax(funfcn,b,n,tol,p1,p2,p3)
%LLOYDMAX Returns the the Lloyd-Max quantizer and the mean-squared
% quantization error for a symmetric distribution.
% [A,Y,DIST]=L
www.eeworm.com/read/113666/15451620
h modes.h
/* Copyright (C) 2002 Jean-Marc Valin */
/**
@file modes.h
@brief Describes the different modes of the codec
*/
/*
Redistribution and use in source and binary forms, with or without
modifi
www.eeworm.com/read/101557/15826430
m lloydmax.m
function [a,y,dist]=lloydmax(funfcn,b,n,tol,p1,p2,p3)
%LLOYDMAX Returns the the Lloyd-Max quantizer and the mean-squared
% quantization error for a symmetric distribution.
% [A,Y,DIST
www.eeworm.com/read/391253/8414041
m lspdecod.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/390840/8438314
m nnpin.m
function y = nnpin(x,a,b,q)
%NNPIN Neural Network Design utility function.
% NNPIN(X,A,B,Q)
% X - Number or matrix.
% A - Lower bound.
% B - Upper bound.
% Q - Quantization consta