OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chaosMeasure
(Results
1 - 4
of
4
) sorted by null
/external/aac/libAACenc/src/
chaosmeasure.h
101
FIXP_DBL *
chaosMeasure
);
chaosmeasure.cpp
91
#include "
chaosmeasure
.h"
103
FIXP_DBL *RESTRICT
chaosMeasure
)
122
chaosMeasure
[j] = fMult(tmp,tmp);
125
chaosMeasure
[j] = (FIXP_DBL)MAXVAL_DBL;
134
chaosMeasure
[0] =
chaosMeasure
[2];
135
chaosMeasure
[1] =
chaosMeasure
[2];
139
chaosMeasure
[i] = FL2FXCONST_DBL(0.5);
145
description: calculates a
chaosmeasure
for every line, different method
[
all
...]
tonality.cpp
92
#include "
chaosmeasure
.h"
98
FIXP_DBL *RESTRICT
chaosMeasure
,
115
FIXP_SGL alpha_0 = FL2FXCONST_SGL(0.25f); /* used in smooth
ChaosMeasure
*/
116
FIXP_SGL alpha_1 = FL2FXCONST_SGL(1.0f-0.25f); /* used in smooth
ChaosMeasure
*/
118
FIXP_DBL alpha_0 = FL2FXCONST_DBL(0.25f); /* used in smooth
ChaosMeasure
*/
119
FIXP_DBL alpha_1 = FL2FXCONST_DBL(1.0f-0.25f); /* used in smooth
ChaosMeasure
*/
132
/* smooth
ChaosMeasure
*/
163
FIXP_DBL *RESTRICT
chaosMeasure
,
181
chaosMeasureSfb = fMultAddDiv2(chaosMeasureSfb, lineNrg, *
chaosMeasure
++);
adj_thr.cpp
[
all
...]
Completed in 570 milliseconds