Searched refs:bark (Results 1 - 8 of 8) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | filterbank.c | 208 float bark[100]; in filterbank_psy_smooth() local 213 filterbank_compute_bank(bank, ps, bark); in filterbank_psy_smooth() 216 /*float decay_high = 13-1.6*log10(bark[i-1]); in filterbank_psy_smooth() 218 bark[i] = bark[i] + decay_high*bark[i-1]; in filterbank_psy_smooth() 222 bark[i] = bark[i] + decay_low*bark[i+1]; in filterbank_psy_smooth() 224 filterbank_compute_psd(bank, bark, mas in filterbank_psy_smooth() [all...] |
H A D | vorbis_psy.h | 45 /* The bark scale equations are approximations, since the original 49 the oft-quoted bark equations found in the texts I have). The 86 long *bark; member
|
/third_party/jerryscript/tests/debugger/ |
H A D | do_finish.js | 29 bark(); 31 bark(); 34 function bark() { function 35 print("*bark*");
|
/third_party/lame/libmp3lame/ |
H A D | tables.h | 32 float bark; 41 float bark;
|
H A D | psymodel.c | 91 s3(bark(i)-bark(j))*strength(i) 334 if (abs(b) <= delta) { /* approximately, 1 bark = 3 partitions */ in vbrpsy_mask_add() 1616 s3_func(FLOAT bark) in s3_func() argument 1619 tempx = bark; in s3_func() 1642 | s3 [ bark ] d(bark) = 1 in s3_func() 1808 /* compute bark values of each critical band */ in compute_bark_values() 1831 /* The s3 array is not linear in the bark scale. in init_s3_values() 1832 * bval[x] should be used to get the bark valu in init_s3_values() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | noImplicitAnyStringIndexerOnObject.js | 90 interface Dog { bark(): void; } 91 let rover: Dog = { bark() {} }; 175 var rover = { bark: function () { } };
|
/third_party/ffmpeg/libavcodec/ |
H A D | imc.c | 133 double freq, bark, prev_bark = 0, tf, tb; in iac_generate_tabs() local 138 bark = freq2bark(freq); in iac_generate_tabs() 141 tb = bark - prev_bark; in iac_generate_tabs() 145 prev_bark = bark; in iac_generate_tabs() 153 if (tb > bark + 0.5) in iac_generate_tabs() 162 if (tb <= bark - 0.5) in iac_generate_tabs()
|
H A D | aacpsy.c | 303 float bark; in psy_3gpp_init() local 348 bark = calc_bark((i-1) * line_to_frequency); in psy_3gpp_init() 349 coeffs[g].barks = (bark + prev) / 2.0; in psy_3gpp_init() 350 prev = bark; in psy_3gpp_init()
|
Completed in 8 milliseconds