Searched refs:gain2 (Results 1 - 4 of 4) sorted by relevance
/third_party/pulseaudio/speex/tmv/ |
H A D | preprocess_tm.h | 770 register spx_word16_t * restrict gain2 = st->gain2; in preprocess_compute_emgain() local 802 gain2[i]=DIV32_16(SHL32(EXTEND32(32767),SNR_SHIFT), ADD16(256,tmp)); in preprocess_compute_emgain() 804 gain2[i]=1/(1.f + (q/(1.f-q))*(1+priori)*exp(-theta)); in preprocess_compute_emgain() 808 filterbank_compute_psd16(st->bank,gain2+N, gain2); in preprocess_compute_emgain() 823 register spx_word16_t * restrict gain2 = st->gain2; in preprocess_compute_linear_gain() local 847 p = gain2[i]; in preprocess_compute_linear_gain() 860 gain2[ in preprocess_compute_linear_gain() 911 register spx_word16_t * restrict gain2 = st->gain2; preprocess_apply_gain() local 1084 register spx_word16_t * restrict gain2 = st->gain2; speex_preprocess_run() local [all...] |
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | preprocess.c | 204 spx_word16_t *gain2; /**< Adjusted gains */ member 457 st->gain2 = (spx_word16_t*)speex_alloc((N+M)*sizeof(spx_word16_t)); in speex_preprocess_state_init() 534 speex_free(st->gain2); in speex_preprocess_state_destroy() 862 st->gain2[i]=DIV32_16(SHL32(EXTEND32(32767),SNR_SHIFT), ADD16(256,tmp)); in speex_preprocess_run() 864 st->gain2[i]=1/(1.f + (q/(1.f-q))*(1+st->prior[i])*exp(-theta)); in speex_preprocess_run() 868 filterbank_compute_psd16(st->bank,st->gain2+N, st->gain2); in speex_preprocess_run() 895 p = st->gain2[i]; in speex_preprocess_run() 913 /* gain2 = [p*sqrt(gain)+(1-p)*sqrt(gain _floor) ]^2 */ in speex_preprocess_run() 915 st->gain2[ in speex_preprocess_run() [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
H A D | LzcompCompress.java | 154 int[] gain2 = new int[1]; in makeCopyDecision() 156 int len2 = findMatch(index, dist2, gain2, costPerByte2); in makeCopyDecision() 158 if (gain2[0] >= gain1[0] && costPerByte1[0] > (costPerByte2[0] * len2 + symbolCost) / in makeCopyDecision() 162 len2 = findMatch(here + len1, dist2, gain2, costPerByte2); in makeCopyDecision()
|
/third_party/ffmpeg/libavcodec/ |
H A D | atrac3.c | 583 GainBlock *gain2 = &snd->gain_block[1 - snd->gc_blk_switch]; in decode_channel_sound_unit() local 600 ret = decode_gain_control(gb, gain2, snd->bands_coded); in decode_channel_sound_unit() 634 &gain1->g_block[band], &gain2->g_block[band], in decode_channel_sound_unit()
|
Completed in 5 milliseconds