OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nrg_ref
(Results
1 - 2
of
2
) sorted by null
/external/libxaac/decoder/
ixheaacd_esbr_envcal.c
103
FLOAT32 *
nrg_ref
= scratch_buff + 192;
local
616
nrg_ref
[c] = sfb_nrg[m];
622
nrg_gain[c] = (FLOAT32)sqrt(
nrg_ref
[c] * tmp / (nrg_est[c] + 1));
626
? sqrt(
nrg_ref
[c] * tmp /
631
nrg_gain[c] = (FLOAT32)sqrt(
nrg_ref
[c] / (nrg_est[c] + 1));
634
(FLOAT32)sqrt(
nrg_ref
[c] * tmp /
638
noise_level[c] = (FLOAT32)sqrt(
nrg_ref
[c] * tmp);
648
p_ref +=
nrg_ref
[k];
[
all
...]
/cts/tests/tests/media/src/android/media/cts/
DecoderTestXheAac.java
372
private void checkUsacStreamSwitching(float
nrg_ref
, int encNch, int testinput,
383
float nrgRatio = nrg[0] /
nrg_ref
;
432
float
nrg_ref
= 3.15766394E12f;
local
433
float nrgRatio =
nrg_ref
/nrg[0];
[
all
...]
Completed in 163 milliseconds