代码搜索:Quantization

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

代码结果 3,139
www.eeworm.com/read/162810/5513942

h mp3dec_alloc_tab.h

/*////////////////////////////////////////////////////////////////////////////// // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a
www.eeworm.com/read/159489/5584104

h tab_dtx.h

/* ITU-T G.729 Annex C+ - Reference C code for floating point implementation of G.729 Annex C+ (integration of Annexes B, D and E)
www.eeworm.com/read/369719/9635450

h tab_dtx.h

/* ITU-T G.729 Annex C+ - Reference C code for floating point implementation of G.729 Annex C+ (integration of Annexes B, D and E)
www.eeworm.com/read/369719/9635540

h tab_dtx.h

/* ITU-T G.729 Annex C+ - Reference C code for floating point implementation of G.729 Annex C+ (integration of Annexes B, D and E)
www.eeworm.com/read/369719/9635646

h tab_dtx.h

/* ITU-T G.729 Annex C+ - Reference C code for floating point implementation of G.729 Annex C+ (integration of Annexes B, D and E)
www.eeworm.com/read/368546/9689776

tab q_gain2.tab

/*------------------------------------------------------* * Tables for function q_gain2() * * * * g_pitch(Q14), g_co
www.eeworm.com/read/432730/8579627

c jdpostct.c

//////////////////////////////////////////////////////////////////////// // // Note : this file is included as part of the Smaller Animals Software // JpegFile package. Though this file has not bee
www.eeworm.com/read/376889/9302611

c jdpostct.c

//////////////////////////////////////////////////////////////////////// // // Note : this file is included as part of the Smaller Animals Software // JpegFile package. Though this file has not bee
www.eeworm.com/read/356354/10230346

c jdpostct.c

//////////////////////////////////////////////////////////////////////// // // Note : this file is included as part of the Smaller Animals Software // JpegFile package. Though this file has not bee
www.eeworm.com/read/469311/6973075

m quantize.m

function quant = quantize(data,input_range,quant_bit,number,minimum) % do quantization quant_level = 2^quant_bit; step_size = input_range / quant_level; quant = zeros(1,number); for i = 1:number