代码搜索:quantized
找到约 430 项符合「quantized」的源代码
代码结果 430
www.eeworm.com/read/323811/3509072
c test.c
#include
#include
#pragma DATA_SECTION(workingTab,"WorkTab");
int workingTab[512]; // hold huffmantable
int input[64];
// Quantized 8x8 DCT coefficients of Luminance
www.eeworm.com/read/319262/3558301
c test.c
#include
#include
#pragma DATA_SECTION(workingTab,"WorkTab");
int workingTab[512]; // hold huffmantable
int input[64];
// Quantized 8x8 DCT coefficients of Luminance
www.eeworm.com/read/393394/8290057
m qcoeff.m
function [y,L,B] = QCoeff(x,N)
% [y,L,B] = QCoeff(x,N)
% Coefficient Quantization using N=L+B bit Representation
% with Rounding operation
% y: quantized array (same dim as x)
%
www.eeworm.com/read/430435/8747105
m lat1q.m
function eo = lat1q(input,d,lambda,eta,order,B);
% Quantized a posteriori-based RLS lattice filter
% returns the a-priori output error sequence
N = max(size(input));
M = order;
% Initiali
www.eeworm.com/read/430435/8747108
m lat2q.m
function eo = lat2q(input,d,lambda,eta,order,B);
% Quantized a priori-based RLS lattice filter
% returns the a-priori output error sequence
N = max(size(input));
M = order;
% Initiali
www.eeworm.com/read/482677/6620931
m pcm_decode.m
function [out]=pcm_decode(in,v)
%decode the input pcm code
%in : input the pcm code 8bit/sample
%v: quantized level
n=length(in);
in = reshape(in',8,n/8)';
slot(1) = 0;
slot(2) = 32;
www.eeworm.com/read/425984/1997285
c gaintcx.c
#include
#include
#include
#include "../include/amr_plus.h"
int q_gain_tcx( /* output: return quantization index */
float code[], /* (i) : quantized vector
www.eeworm.com/read/430435/8747101
m lat4q.m
function eo = lat4q(input,d,lambda,eta,order,B);
% Quantized a posteriori-based error feedback RLS lattice filter
% returns the a-priori output error sequence
N = max(size(input));
M = ord
www.eeworm.com/read/430435/8747110
m lat3q.m
function eo = lat3q(input,d,lambda,eta,order,B);
% Quantized a priori-based error feedback RLS lattice filter
% returns the a-priori output error sequence
N = max(size(input));
M = order
www.eeworm.com/read/430435/8747123
m lat6q.m
function eo = lat6q(input,d,lambda,eta,order,B);
% Quantized QR-array based RLS lattice filter
% returns the a-priori output error sequence
N = max(size(input));
M = order;
% Initia